Changelog update - v4.0.0

This commit is contained in:
GitHub Action 2022-04-26 20:33:52 +00:00
parent f2df66238b
commit f0649e7e95

View File

@ -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 <kbd>.idea</kbd> 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 <kbd>IDE Settings</kbd>
### 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 <kbd>.idea</kbd> 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 <kbd>IDE Settings</kbd>
### Fixed
- AlreadyDisposedException on FileChangeListener after project dispose
- Request-URL limit for error reports
## [3.2.0]