Skip to content

Commit

Permalink
Changelog update - v2.9.0 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Aug 24, 2024
1 parent 318edb9 commit 26bae9f
Showing 1 changed file with 57 additions and 33 deletions.
90 changes: 57 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,90 +2,114 @@

# Visual Studio Code Dark Plus theme for JetBrains IDEs Changelog

## Unreleased
## [Unreleased]

## [2.9.0] - 2024-08-23

- Add `id` field to the bundledColorScheme entry in `plugin.xml` (LtdJorge)
- Fix usages highlighting.
- Fix code coverage highlighting.
- Add C# highlighting.

## 2.8.0
## [2.8.0]

- Revise UI colors.
- Fix compatibility with Gateway.

## 2.7.0
## [2.7.0]

- Adjust tab line color and height to fix usability issue with new UI (Argon42)

## 2.6.0
## [2.6.0]

- Fix inconsistent console background (guihigashi)

## 2.5.0
## [2.5.0]

- Adjust colors for Clion/C++ (SkyRunner123)
- Add matched brace background.

## 2.4.0
## [2.4.0]

- Add code highlight under caret on scroll bar (vrudas)

## 2.3.0
## [2.3.0]

- Adjust JavaScript colors, warnings and docblock style to more closely match VS Code Dark+ (amstiel)

## 2.2.0
## [2.2.0]

- Fix highlighting of Razor code blocks.

## 2.1.0
## [2.1.0]

- Adjust Python colors to more closely match VS Code Dark+ (jacobj)

## 2.0.0
## [2.0.0]

- Adjust `$this` color in PHP code to match VS Code.
- Add logo by Alexey Kunitsky (Thank you!)
- Use new attributes for tab colors to support newer IDE versions (gayanper)

## 1.9.0
## [1.9.0]

- Improve Golang highlighting.

## 1.8.0
## [1.8.0]

- Adjust menu separator to make it narrower and fix its color.
## 1.7.0

## [1.7.0]

- Fixed color scheme in the `plugin.xml`.

## 1.6.0
## [1.6.0]

- Fix inconsistencies in Java and Kotlin color schemas.
- Defined color scheme in the `plugin.xml`.

## 1.5.0
## [1.5.0]

- Removed injected language block highlighting.
## 1.4.0

## [1.4.0]

- Adjusted minimal version of IDEA to match the one themes were introduced.

## 1.3.0
## [1.3.0]

- Improved markdown highlighting.

## 1.2.0
## [1.2.0]

- Removed screenshot from description.

## 1.1.0
## [1.1.0]

- Fixed theme compatibility.

## 1.0.0
## [1.0.0]

- Initial release.

[Unreleased]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.9.0...HEAD
[2.9.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.9.0...v2.0.0
[1.9.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/samdark/intellij-visual-studio-code-dark-plus/commits/v1.0.0

0 comments on commit 26bae9f

Please sign in to comment.