Skip to content

Latest commit

History

History
110 lines (81 loc) 路 5.38 KB

CHANGELOG.md

File metadata and controls

110 lines (81 loc) 路 5.38 KB

Changelog

  • Add sponsor URL
  • Fix black integrated terminal color
  • Improves find match colors
  • Implement bracket pair colorization
  • Implement merge conflict colors`
  • Implement integrated terminal colors
  • Add button.secondaryBackground, editorBracketMatch.border, and editor.foldBackground
  • Clean up and fix web release
  • Increase editorCodeLens.foreground and gitlens.trailingLineForegroundColor (#28)
  • Requires at least VS Code 1.64.0 or greater
  • Rewrite extension to compile web release
  • Remove dependencies on color and color-string (now dev dependencies)
  • Improve development debugging and add web debugging
  • Replace fs usage and custom config with standard vscode library
  • Add editorRuler.foreground
  • Change activation event from * to onStartupFinished
  • Fix list.activeSelectionIconForeground
  • Normalize SCSS attributes with CSS/LESS/SASS (#19)
  • Configure decision on untrusted workspaces support (#25)
  • Configure inlay hints (#26)
  • Add notebook.selectedCellBackground (#21)
  • Add list.dropBackground
  • Add colorization of string placeholders
  • Merge defaults into regular theme (#20)
  • Update several internals
  • Make Chimera+ the default contribute
  • Support editor selection
  • Support word highlighting
  • Support find matches
  • Support hover highlight
  • Support active foreground for editor link
  • Support last pinned tab border
  • Support tree鈥檚 indent guide stroke
  • Support diff editor's diagonal fill
  • Support PowerShell members (#13)
  • Support Semantic Highlighting (#16)
  • Contribute configuration toggle for contrasting constants and enum members from variables and parameters (#15)
  • Separate colon (:) from the style of object keys (#6)
  • Update support and grammar for CPP members (#12)
  • Update sidebar section header colors (#11)
  • Update line highlight border to use current line color
  • Lighten panel and picker groups' border
  • Decrease opacity of scrollbar slider
  • Refactor from JavaScript to TypeScript
  • Separate normal and development dependencies
  • Add linting for spelling and TypeScript
  • Add development extension recommendations
  • Add 'dracula' keyword
  • Conforms sass units to css (#4)
  • Configures C# preprocessor directives (#5)
  • Improve namespace and using PHP statements
  • Add launch settings for Testing Extensions
  • Add icon
  • Support render whitespace (#1)
  • Lighten the status bar for workspaces
  • Support status bar while debugging and no folder (#2)
  • Fix spelling

0.1.0

  • Initial release!