Skip to content

Releases: catppuccin/jetbrains

v3.3.1

28 May 12:38
v3.3.1
0cb7529
Compare
Choose a tag to compare

v3.3.1 - 2024-05-27

Added

  • (UI): Style segmented button
  • Support 2024.2 EAP

v3.3.0

13 May 16:38
v3.3.0
f80a769
Compare
Choose a tag to compare

v3.3.0 - 2024-05-11

Added

  • (UI): Style new block terminal

Changed

  • (Editor): Increase whitespace contrast

Full Changelog: v3.2.3...v3.3.0

v3.2.3

22 Jan 16:32
v3.2.3
e2049e2
Compare
Choose a tag to compare

v3.2.3 - 2024-01-21

Added

  • Support 2024.1 EAP

Full Changelog: v3.2.2...v3.2.3

v3.2.2

08 Dec 12:22
v3.2.2
6cc19c8
Compare
Choose a tag to compare

v3.2.2 - 2023-12-07

  • (Misc): We now have an icon pack! Search the marketplace for "Catppuccin Icons" to install it!

Fixed

  • (UI): TextField.selectionBackground no longer matches TextField.background. Selected text should now clearly stand
    out compared to non-selected text.

Full Changelog: v3.2.1...v3.2.2

v3.2.1

31 Oct 08:01
v3.2.1
62c988b
Compare
Choose a tag to compare

v3.2.1 - 2023-10-31

Fixed

  • Fix build on 2023.3 EAP

Full Changelog: v3.2.0...v3.2.1

v3.2.0

28 Oct 11:50
v3.2.0
02922df
Compare
Choose a tag to compare

v3.2.0 - 2023-10-28

Added

  • (UI): Set all foreground elements to use text colour. This really should have been set from the beginning,
    you may notice that UI text elements are lighter and contrast less with the background. (i.e. Mocha thus far has
    been using #FFFFFF instead of the intended text colour #cdd6f4 in the user interface)
  • (UI): Highlight RunWidget icons (More Actions, Spinning Icon) as text
  • (UI): Highlight Android Plugin's UI Designer backgrounds

Changed

  • (UI): Try to unify RadioButton, Slider, List, Label and Tab backgrounds. This should hopefully fix some
    of the little inconsistencies in the settings.
  • (UI): Improve highlights for the Git Log panel. (VersionControl.GitLog)
  • (UI): Improve highlights for the Marketplace Plugin panel. (Settings -> Plugins)

Fixed

  • (UI): Sync border with background for TextField, ComboBox, and Spinner.
  • (Build): Correctly register all theme *.xml files. We are cautiously optimistic that this will reduce the chances of the user interface and editor themes going out of sync. However, this may not be the case so please follow the instructions here if your theme looks incorrect upon install.

Full Changelog: v3.1.1...v3.2.0

v3.1.1

26 Oct 19:07
v3.1.1
e5d0175
Compare
Choose a tag to compare

3.1.1 - 2023-10-26

Fixed

  • (Build): Set id field in bundledColorScheme for no-italics files. This was brought to our attention by the
    JetBrains Marketplace Team from their automated testing, this should fix any runtime errors that may have been
    generated by this plugin.

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Oct 15:37
v3.1.0
Compare
Choose a tag to compare

3.1.0 - 2023-10-21

Changed

  • (UI): Highlight text in accented buttons as crust instead of surface1 for increased contrast
  • (UI)(Latte): Use crust instead of base for darker borders and increased contrast.
  • (SDL, Logcat, Jade): Improve syntax highlighting

Removed

  • (Misc): incorrect image link in plugin description

Fixed

  • (Rust): Highlight variables as text instead of peach
  • (Editor): Highlight first row of code completion popup
  • (UI): Sync button background with panel background
  • (UI)(Latte): Darken checkboxes to make radio buttons visible

Full Changelog: v3.0.0...v3.1.0

v3.0.0

16 Oct 00:39
v3.0.0
a2618c3
Compare
Choose a tag to compare

v3.0.0 - 2023-10-16

We have significantly improved the contrast between panels and 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. 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 if it hasn't already been raised.

Here is a preview of Catppuccin Mocha on Intellij v2023.2.3 with the New UI:
(You can find all of the updated previews in our README)
mocha

Added

  • (UI): Add background color for plugin tags
  • (UI): Refine user interface for "New UI"
  • (General): Support 2023.3 EAP

Fixed

  • (Nix): Improve syntax highlighting
  • (Go): Make references in comments distinguishable
  • (Go): Fix template syntax highlighting
  • (General): Highlight background of search results for consistency

New Contributors

Special Shoutouts

  • @quentinguidee for their incredible work on #89 which is the major backbone of this release.

Full Changelog: v2.2.0...v3.0.0

v2.2.0

07 Jun 19:25
v2.2.0
ebda8b3
Compare
Choose a tag to compare

2.2.0 - 2023-06-07

Added

  • Support 2023.2 EAP