prepare full release

This commit is contained in:
marhali 2022-01-18 09:43:23 +01:00
parent d8d1ad443d
commit c56a144f51
2 changed files with 17 additions and 19 deletions

View File

@ -3,27 +3,25 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### BREAKING CHANGES
- Translation file pattern matcher needs to be updated to <kbd>\*.*</kbd> or equivalent wildcard rule
- I18n key nesting will now escape every delimiter within a section layer (can be inverted via option)
## [2.0.0-rc.1] ### Added
### BREAKING CHANGES - Filter functionality for translations with missing values
- Translation file pattern matcher needs to be updated to <kbd>\*.*</kbd> or equivalent wildcard rule - Full keyboard shortcut support inside tool-window
- I18n key nesting will now escape every delimiter within a section layer (can be inverted via option) - Support for dots within key nodes in YAML files
### Added ### Changed
- Filter functionality for translations with missing values - Improve marking nodes with missing values in tree-view
- Full keyboard shortcut support inside tool-window - Key completion inside editor suggests all keys without any logic
- Support for dots within key nodes in YAML files - Translation file pattern uses wildcard matcher instead of regex
- Improve exception handling on IO operations
- Update Qodana to latest version
- Allow tool-window rendering in dumb mode
### Changed ### Fixed
- Improve marking nodes with missing values in tree-view - First row inside table view is not editable
- Key completion inside editor suggests all keys without any logic
- Translation file pattern uses wildcard matcher instead of regex
- Improve exception handling on IO operations
- Update Qodana to latest version
- Allow tool-window rendering in dumb mode
### Fixed
- First row inside table view is not editable
- Key focus within tree or table view after translation change - Key focus within tree or table view after translation change
## [1.7.1] ## [1.7.1]

View File

@ -4,7 +4,7 @@
pluginGroup = de.marhali.easyi18n pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n pluginName = easy-i18n
# SemVer format -> https://semver.org # SemVer format -> https://semver.org
pluginVersion = 2.0.0-rc.1 pluginVersion = 2.0.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions. # for insight into build numbers and IntelliJ Platform versions.