Skip to content
Snippets Groups Projects
Commit da169e69 authored by Johannes Mey's avatar Johannes Mey
Browse files

patched CHANGELOG.md

parent 9a8a8202
No related branches found
No related tags found
No related merge requests found
Pipeline #20317 failed
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
### Added ### Added
- Support for IntelliJ IDEA 2024.3.
### Changed ### Changed
### Deprecated ### Deprecated
...@@ -14,24 +12,34 @@ ...@@ -14,24 +12,34 @@
### Fixed ### Fixed
## [0.3.5]
### Added
- Support for IntelliJ IDEA 2024.3.
## [0.3.4] - 2024-08-07 ## [0.3.4] - 2024-08-07
### Added ### Added
- Support for IntelliJ IDEA 2024.2. - Support for IntelliJ IDEA 2024.2.
## [0.3.3] - 2023-12-29 ## [0.3.3] - 2023-12-29
### Added ### Added
- Support for IntelliJ IDEA 2023.3. - Support for IntelliJ IDEA 2023.3.
## [0.3.2] - 2023-09-13 ## [0.3.2] - 2023-09-13
### Added ### Added
- Support for IntelliJ IDEA 2023.2. - Support for IntelliJ IDEA 2023.2.
## [0.3.1] ## [0.3.1]
### Added ### Added
- Usages are now highlighted. - Usages are now highlighted.
- Note that although it works in the Java embeddings within aspects, it does *not* work in "real" Java classes. - 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 Please use this feature with caution. As with most refactoring tools, it is quite fragile and won't give correct
...@@ -43,16 +51,19 @@ ...@@ -43,16 +51,19 @@
- Support for IntelliJ IDEA 2022.3 and 2023.1. - Support for IntelliJ IDEA 2022.3 and 2023.1.
### Fixed ### Fixed
- A bug for type name refactoring in grammar files which prevented the actual definition from being renamed. - 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"). - 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. - A bug that required a visibility modifier in refined constructors.
### Removed ### Removed
- Support for all IntelliJ IDEA version prior to 2022.3. - Support for all IntelliJ IDEA version prior to 2022.3.
## [0.2.0] ## [0.2.0]
### Added ### Added
- Support for IntelliJ IDEA 2021.2.3. - Support for IntelliJ IDEA 2021.2.3.
- syntax highlighter and color settings - syntax highlighter and color settings
two file types for jrag and jadd two file types for jrag and jadd
...@@ -61,9 +72,11 @@ ...@@ -61,9 +72,11 @@
- Dark mode icon which is a bit less colourful. - Dark mode icon which is a bit less colourful.
### Removed ### Removed
- Support for IntelliJ IDEA 2020.2.4. Minimal version now is 2021.1.1. - 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.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.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 [0.3.2]: https://git-st.inf.tu-dresden.de/jastadd/jetbrains-plugin//compare/v0.3.1...v0.3.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment