Skip to content

Commit

Permalink
Merge pull request #11 from rmehri01/changelog-update-v0.0.7
Browse files Browse the repository at this point in the history
Changelog update - `v0.0.7`
  • Loading branch information
rmehri01 authored Sep 2, 2023
2 parents 2aeea81 + ee8e87b commit a9ae46a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9ae46a

Please sign in to comment.