diff --git a/CHANGELOG.md b/CHANGELOG.md index 6114fd5..ad60e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,47 +4,59 @@ ## [Unreleased] +## [0.0.7] - 2023-09-02 + ### Fixed + - Adjusted file colors to fix issues with data view toolbar. [#10](https://github.com/rmehri01/onenord-jetbrains/issues/10) ## [0.0.6] - 2023-06-05 ### Added + - Support for version 2023.2 ### Changed + - Minor dependency updates ## [0.0.5] - 2023-03-28 ### Added + - Support for version 2023.1 - Theming for the status bar memory indicator. ## [0.0.4] - 2023-02-27 ### Fixed + - Use undercurl for diagnostics instead of bolded underline, making it easier to read. [#5](https://github.com/rmehri01/onenord-jetbrains/issues/5) ## [0.0.3] - 2023-02-01 ### Fixed + - Minor syntax highlighting changes for Java and PHP. ## [0.0.2] - 2023-01-13 + First automated release through GitHub Actions! ### Fixed + - Improve editor syntax highlighting for various languages including Kotlin, Ruby, Rust, Go, and YAML. ## [0.0.1] - 2022-12-30 ### Added + - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template). - Initial UI and editor color theming, still subject to change so any suggestions are highly appreciated! - Initial support for most popular languages. -[Unreleased]: https://github.com/rmehri01/onenord-jetbrains/compare/v0.0.6...HEAD +[Unreleased]: https://github.com/rmehri01/onenord-jetbrains/compare/v0.0.7...HEAD +[0.0.7]: https://github.com/rmehri01/onenord-jetbrains/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/rmehri01/onenord-jetbrains/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/rmehri01/onenord-jetbrains/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/rmehri01/onenord-jetbrains/compare/v0.0.3...v0.0.4