diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce787a..0b24539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ### Added +- Different colors for Java filetypes (e.g. `Class`: Red, `Interface`: Green, `Record`: Mauve, `Enum`: + Yellow and `Annotation`: Green) ([#35](https://github.com/catppuccin/jetbrains-icons/pull/35)) +- Ability to disable different colors for Java filetypes in settings panel. ([#35](https://github.com/catppuccin/jetbrains-icons/pull/35)) +- Add Docker icon to all files with string `Dockerfile` (e.g. `dev.Dockerfile`) + ### Changed ### Deprecated @@ -14,14 +19,6 @@ ### Security -## 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](https://github.com/catppuccin/jetbrains-icons/pull/35)) -- Ability to disable different colors for Java filetypes in settings panel. ([#35](https://github.com/catppuccin/jetbrains-icons/pull/35)) -- Add Docker icon to all files with string `Dockerfile` (e.g. `dev.Dockerfile`) - ## 1.4.0 - 2024-02-27 ### Added