From a8ac3a13ff06afb1db1c7cbf0940e9f53accb5b7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 20 May 2024 00:41:40 +0100 Subject: [PATCH] Revert "docs: update changelog" This reverts commit 3b4c6edc73dbf029f7cd543c3895c77f3b647a6c. --- CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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