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 # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### BREAKING CHANGES
- Configuration rework. Existing settings will be lost and must be configured via the new configuration page
### Added ## [4.0.0]
- Key delimiters (namespace / section) can be configured ### BREAKING CHANGES
- Extract translation intention - Configuration rework. Existing settings will be lost and must be configured via the new configuration page
- 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
### Changed ### Added
- Editor assistance has been reengineered. This will affect key suggestion and annotation - Key delimiters (namespace / section) can be configured
- Moved configuration dialog into own page inside <kbd>IDE Settings</kbd> - 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 ### Changed
- AlreadyDisposedException on FileChangeListener after project dispose - 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 - Request-URL limit for error reports
## [3.2.0] ## [3.2.0]