diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b2367..c2a2d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,24 +3,26 @@ # easy-i18n Changelog ## [Unreleased] -### BREAKING CHANGES -- Configuration rework. Existing settings will be lost and must be configured via the new configuration page -### Added -- Key delimiters (namespace / section) can be configured -- Extract translation intention -- Full language support for Java, Kotlin, JavaScript / TypeScript, Vue and PHP -- Expand already expanded nodes after data update -- Experimental option to force translation key folding -- Individual icon for tool-window and lookup items -- Dedicated configuration file (easy-i18n.xml) inside .idea folder +## [4.0.0] +### BREAKING CHANGES +- Configuration rework. Existing settings will be lost and must be configured via the new configuration page -### Changed -- Editor assistance has been reengineered. This will affect key suggestion and annotation -- Moved configuration dialog into own page inside IDE Settings +### Added +- Key delimiters (namespace / section) can be configured +- Extract translation intention +- Full language support for Java, Kotlin, JavaScript / TypeScript, Vue and PHP +- Expand already expanded nodes after data update +- Experimental option to force translation key folding +- Individual icon for tool-window and lookup items +- Dedicated configuration file (easy-i18n.xml) inside .idea folder -### Fixed -- AlreadyDisposedException on FileChangeListener after project dispose +### Changed +- Editor assistance has been reengineered. This will affect key suggestion and annotation +- Moved configuration dialog into own page inside IDE Settings + +### Fixed +- AlreadyDisposedException on FileChangeListener after project dispose - Request-URL limit for error reports ## [3.2.0]