Skip to content

Releases: catppuccin/jetbrains-icons

v1.10.0

14 Oct 13:35
v1.10.0
ae2a4a9
Compare
Choose a tag to compare

v1.10.0 - 2024-10-13

Added

  • Add icon for .razor files.
  • Upgrade submodule vscode-icons from v1.16.0 to v1.17.0 (See vscode-icons CHANGELOG.md for added icons and associations)

Changed

  • Update IntelliJ Platform plugin to 2.1.0 (#125)

Fixed

  • Fix deprecation warnings for 2024.3 EAP (#121)

Full Changelog: v1.9.0...v1.10.0

v1.9.0

23 Sep 07:55
v1.9.0
702c607
Compare
Choose a tag to compare

v1.9.0 - 2024-09-21

Added

  • Support 2024.3 EAP

Fixed

  • Fix plugin defect warnings by optionally loading Java icons (#116)
  • Visibility Icons for Java Files are not hidden anymore (#116)
  • Static Classes for Java files now have the appropriate Static Mark (#116)
  • Accurately apply Exception icon on all classes extending Exception and Throwable (#116)

Additional Comments

Special thanks to @thelooter for leading the progress on fixing the above issues.

Full Changelog: v1.8.0...v1.9.0

v1.8.0

13 Sep 07:35
v1.8.0
52a1098
Compare
Choose a tag to compare

v1.8.0 - 2024-09-13

Added

  • Differentiate Java files (Annotation, Class, Enum, etc.) by colour and shape in the file tree. If you know how to
    implement these icons in the rest of the user interface, please reach out to us via the issue tracker or the
    Catppuccin discord!
  • Upgrade submodule vscode-icons from v1.15.0 to v1.16.0 (See vscode-icons CHANGELOG.md for added icons and associations)

Full Changelog: v1.7.0...v1.8.0

v1.7.0

09 Sep 11:02
v1.7.0
627dc06
Compare
Choose a tag to compare

v1.7.0 - 2024-09-08

Added

New Contributors

Full Changelog: v1.6.2...v1.7.0

v1.6.2

13 Aug 19:31
v1.6.2
5adaf25
Compare
Choose a tag to compare

v1.6.2 - 2024-08-13

Fixed

  • Make org.jetbrains.kotlin and com.intellij.java modules optional. This reintroduces support for IDEs outside IntelliJ, Android Studio & Aqua. (#86)

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1

09 Aug 15:53
v1.6.1
da34ed2
Compare
Choose a tag to compare

v1.6.1 - 2024-08-09

Added

  • Support 2024.2

Fixed

  • Lazily initialize PluginSettingsState in IconPack (#81)
  • Display correct coloured Java icons in editor tabs (#68)

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

23 Jun 09:28
v1.6.0
0c23bb5
Compare
Choose a tag to compare

1.6.0 - 2024-06-22

Added

  • Vital icons
  • Apple icons
  • Amber icons
  • Fastlane folder icons
  • Stata icons
  • Caddy folder icons

Changed

  • Updated Gradle Wrapper to 8.7
  • Updated Kotlin Version to 2.0.0
  • Update IntelliJ Platform plugin to 2.0.0-beta7
  • Update vscode-icons submodule to v1.13.0

Security

  • Added Github Action to verify Gradle wrapper checksum

v1.5.0

20 May 19:11
v1.5.0
0bbfc73
Compare
Choose a tag to compare

v1.5.0 - 2024-05-19

Added

  • Different colors for Java filetypes (e.g. Class: Red, Interface: Green, Record: Mauve, Enum:
    Yellow and Annotation: Green) (#35) @thelooter
  • Ability to disable different colors for Java filetypes in settings panel. (#35) @thelooter
  • Add Docker icon to all files with string Dockerfile (e.g. dev.Dockerfile) (#32) by @quentinguidee
  • Add Dependency on the IntelliJ Java Module (#40) by @thelooter

We've also brought on @thelooter as an additional maintainer who was instrumental in pushing out this release!

v1.4.0

27 Feb 17:15
v1.4.0
0e19a94
Compare
Choose a tag to compare

v1.4.0 - 2024-02-27

Added

  • Brand new settings panel (#27)
  • Ability to disable Python support (#27)

Fixed

  • Mapping for html association
  • Mapping for directories named py

Full Changelog: v1.3.0...v1.4.0

v1.3.0

26 Feb 10:23
88092e2
Compare
Choose a tag to compare

v1.3.0 - 2024-02-25

Added

  • Python decorator support (#26)

New Contributors


Full Changelog: v1.2.0...v1.3.0