Merge pull request #79 from marhali/changelog-update-v2.0.0
Changelog update - `v2.0.0`
This commit is contained in:
commit
3528e2e6cc
34
CHANGELOG.md
34
CHANGELOG.md
@ -3,25 +3,27 @@
|
|||||||
# 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)
|
|
||||||
|
|
||||||
### Added
|
## [2.0.0]
|
||||||
- Filter functionality for translations with missing values
|
### BREAKING CHANGES
|
||||||
- Full keyboard shortcut support inside tool-window
|
- Translation file pattern matcher needs to be updated to <kbd>\*.*</kbd> or equivalent wildcard rule
|
||||||
- Support for dots within key nodes in YAML files
|
- I18n key nesting will now escape every delimiter within a section layer (can be inverted via option)
|
||||||
|
|
||||||
### Changed
|
### Added
|
||||||
- Improve marking nodes with missing values in tree-view
|
- Filter functionality for translations with missing values
|
||||||
- Key completion inside editor suggests all keys without any logic
|
- Full keyboard shortcut support inside tool-window
|
||||||
- Translation file pattern uses wildcard matcher instead of regex
|
- Support for dots within key nodes in YAML files
|
||||||
- Improve exception handling on IO operations
|
|
||||||
- Update Qodana to latest version
|
|
||||||
- Allow tool-window rendering in dumb mode
|
|
||||||
|
|
||||||
### Fixed
|
### Changed
|
||||||
- First row inside table view is not editable
|
- Improve marking nodes with missing values in tree-view
|
||||||
|
- 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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user