Skip to content

Commit

Permalink
Merge branch 'main' into fix/missing-java-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored May 19, 2024
2 parents 617184c + a8ac3a1 commit 30146cc
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
## [Unreleased]

### Added
- Added Dependency on the IntelliJ Java Module

- 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`)
- Add Dependency on the IntelliJ Java Module

### Changed

### Deprecated
Expand All @@ -14,14 +20,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
Expand Down

0 comments on commit 30146cc

Please sign in to comment.