diff --git a/CHANGELOG.md b/CHANGELOG.md index be000f85bc7e51213e0ab4f6ffd72b7b4d0463c8..f5f25385d1c20060379b7f92ae2bf3ce7fb6f905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ### Added -- Support for IntelliJ IDEA 2024.3. - ### Changed ### Deprecated @@ -14,24 +12,34 @@ ### Fixed +## [0.3.5] + +### Added + +- Support for IntelliJ IDEA 2024.3. + ## [0.3.4] - 2024-08-07 ### Added + - Support for IntelliJ IDEA 2024.2. ## [0.3.3] - 2023-12-29 ### Added + - Support for IntelliJ IDEA 2023.3. ## [0.3.2] - 2023-09-13 ### Added + - Support for IntelliJ IDEA 2023.2. ## [0.3.1] ### Added + - Usages are now highlighted. - Note that although it works in the Java embeddings within aspects, it does *not* work in "real" Java classes. Please use this feature with caution. As with most refactoring tools, it is quite fragile and won't give correct @@ -43,16 +51,19 @@ - Support for IntelliJ IDEA 2022.3 and 2023.1. ### Fixed + - A bug for type name refactoring in grammar files which prevented the actual definition from being renamed. - Wrong inspection messages related to names in wrappers of injected java code ("x", "m", "X"). - A bug that required a visibility modifier in refined constructors. ### Removed + - Support for all IntelliJ IDEA version prior to 2022.3. ## [0.2.0] ### Added + - Support for IntelliJ IDEA 2021.2.3. - syntax highlighter and color settings two file types for jrag and jadd @@ -61,9 +72,11 @@ - Dark mode icon which is a bit less colourful. ### Removed + - Support for IntelliJ IDEA 2020.2.4. Minimal version now is 2021.1.1. -[Unreleased]: https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin//compare/v0.3.4...HEAD +[Unreleased]: https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin//compare/v0.3.5...HEAD +[0.3.5]: https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin//compare/v0.3.4...v0.3.5 [0.3.4]: https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin//compare/v0.3.3...v0.3.4 [0.3.3]: https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin//compare/v0.3.2...v0.3.3 [0.3.2]: https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin//compare/v0.3.1...v0.3.2