Skip to content

Latest commit

 

History

History
161 lines (97 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

161 lines (97 loc) · 4.71 KB

Changelog

[Unreleased]

Added

Changed

  • Update IntelliJ Platform plugin to 2.1.0 (#125)

Deprecated

Removed

Fixed

  • Fix deprecation warnings for 2024.3 EAP (#121)

Security

1.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)

1.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)

1.7.0 - 2024-09-08

Added

1.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)

1.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)

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

1.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)
  • Ability to disable different colors for Java filetypes in settings panel. (#35)
  • Add Docker icon to all files with string Dockerfile (e.g. dev.Dockerfile) (#32)
  • Add Dependency on the IntelliJ Java Module (#40)

1.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

1.3.0 - 2024-02-25

Added

  • Python decorator support (#26)

1.2.0 - 2024-02-11

Added

  • Php icon (#73)
  • Org icon (#74)
  • Evelenty icon (#82)
  • Astro icon (#82)
  • Hooks folder icon (350fae5)
  • Intellij folder icon (f099e5b)
  • Devcontainer file/folder icons (377704a)
  • Adobe (ae, ai, id, ps, xd) file icons (dc1a22c)
  • Puppeteer icon (7212fcf)

Changed

  • Rework all existing icons for lower resolutions

1.1.1 - 2024-01-11

Fixed

  • flake.lock icon.
  • yarn icon.
  • yarn.lock icon.

1.1.0 - 2024-01-01

Added

  • Dhall icon.
  • Haml icon.

Changed

  • Rework yarn icons for v4.

Fixed

  • Mapping for vue icon.

1.0.0 - 2023-10-29

🚀 Initial Release 🚀

0.0.0 - 2023-10-21