Skip to content

Commit

Permalink
docs(CHANGELOG): reword
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 15, 2023
1 parent 1f28bd3 commit a2618c3
Showing 1 changed file with 43 additions and 9 deletions.
52 changes: 43 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
## [Unreleased]

We have significantly improved the contrast between panels and
improved consistency in the "New UI."
improved consistency in the "New UI."

**We have chosen to raise the minimum supported version for this
plugin to `2023.1`** as the development of themes in JetBrains
has become increasingly painful as the "New UI" manages to break
existing behaviour and introduce new keys which change multiple
things at once with each new version.
**We have chosen to raise the minimum supported version for this
plugin to `2023.1`** as the development of themes in JetBrains
has become increasingly painful. The "New UI" manages to break
existing behaviour and introduce new keys that theme multiple
elements at once which is frustrating to deal with. We hope that
by supporting fewer IDE versions that our users will have a more
consistent and pleasant experience going forward.

If you find that anything has regressed since the previous version,
please raise an issue in our [issue tracker](https://github.com/catppuccin/jetbrains/issues)
if it hasn't already been raised.
If you find that anything has regressed since the previous version, please raise an issue in
our [issue tracker](https://github.com/catppuccin/jetbrains/issues) if it hasn't already been
raised.

### Added

Expand All @@ -39,11 +41,13 @@ if it hasn't already been raised.
## 2.2.0 - 2023-06-07

### Added

- Support 2023.2 EAP

## 2.1.0 - 2023-04-02

### Added

- Add styles to checkboxes and radio buttons
- Add selection background for tool window buttons
- Add styles to memory indicator
Expand All @@ -52,6 +56,7 @@ if it hasn't already been raised.
- Theme `Indent Guides` via Rainbow Brackets plugin

### Changed

- Braces, Brackets, Commas, Dots, Parenthesis & Semicolon now default to `overlay2` instead of `text`
- Hyperlinks are now `blue` instead of `rosewater`. Followed hyperlinks are now `lavender` instead of `mauve`
- Comments are now `overlay0` instead of `surface2`. This matches other Catppuccin IDEs and means that selection
Expand All @@ -62,17 +67,20 @@ if it hasn't already been raised.
- (VCS): Match diff colours with Catppuccin VSCode

### Fixed

- (#55): Add project selection color to welcome screen
- (#57): Fix terminal text colour on Latte
- (#60): Fix R Markdown Chunks

## 2.0.9 - 2023-02-13

### Added

- (#53): Highlight Python binary strings
- (#54): Apply Catppuccin to semantic highlights

### Changed

- (HTML): Align highlights with TOML/JSON/XML/YAML
- (Rust): Lower opacity of conditionally disabled code
- (Rust): Highlight parameters to be same as language default
Expand All @@ -82,104 +90,130 @@ if it hasn't already been raised.
located in `Settings - Editor -> Color Scheme -> Debugger`

### Fixed

- Don't force italics on CSS Keywords

## 2.0.8 - 2023-01-26

### Added

- Support 2023.1 EAP

## 2.0.7 - 2023-01-02

### Added

- Improve Scala highlights

### Changed

- Update TOML keys to blue, aligning it with JSON/XML/YAML

### Fixed

- (#42): Make RunConfigurations readable in Latte
- (#39): Make quick-fix error messages readable

## 2.0.6 - 2022-11-27

### Added

- Support Erlang
- Highlight FileTree to be darker in New UI

### Fixed

- Revert changes from 2.0.5

## 2.0.5 - 2022-11-22

### Added

- (#27): Better support for New UI

### Changed

- (#35): Matching braces now have a border when hovered.

### Fixed

- Terminal colors now follow the Catppuccin style guide

## 2.0.4 - 2022-11-12

### Added

- [AndroidStudio] Add highlights for composable functions

### Changed

- (#31): Improved Ruby highlights
- Improve visibility of ignored files when using Latte

### Fixed

- (#32): Update button text is now readable
- (#28): Improve visibility of tabs
- (#29): GitHub Copilot suggestion highlights are now the same as comments

## 2.0.3 - 2022-11-03

### Fixed

- Cursor line highlights are now readable

## 2.0.2 - 2022-10-30

### Changed

- Warnings are not bold anymore
- When cursor is over identifier, highlights are now only bordered

### Fixed

- Comments are now readable when selected with cursor

## 2.0.1 - 2022-10-24

- Fixed file colour highlights on Latte
- Improved cursor selection background highlights on all flavours

## 2.0.0 - 2022-10-22

- All four flavours of Catppuccin v2 palette are now available!
- View your IDE in Latte, Frappe, Macchiato or Mocha!

## 1.0.9 - 2022-08-09

- row tree height fix

## 1.0.8 - 2022-06-20

- XAML support
- selectionInactiveBackground visibility fix

## 1.0.7 - 2022-06-03

- Compatibility with 2022.2

## 1.0.6 - 2022-04-30

- Make TODO and FIXME comments more visible

## 1.0.5 - 2022-04-07

- Compatibility with 2022.1

## 1.0.4 - 2022-02-27

- Added missing description in plugin.xml

## 1.0.3 - 2022-02-24

- First Marketplace release 🎉
- Fixed low contrast issues in various spots

## 1.0.1 - 2022-01-30

- Checkbox readability improved
- Editor color scheme uses colors from palette

0 comments on commit a2618c3

Please sign in to comment.