Merge pull request #68 from marhali/changelog-update-v1.7.0

Changelog update - `v1.7.0`
This commit is contained in:
Marcel 2021-12-09 14:27:07 +01:00 committed by GitHub
commit 9dc2bbe893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,18 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### Added
- Partial support for translation key folding against actual translation
- Support for json based arb files (flutter)
### Changed ## [1.7.0]
- Updated plugin dependencies ### Added
- Use actual file extension to choose io strategy - Partial support for translation key folding against actual translation
- Support for json based arb files (flutter)
### Fixed ### Changed
- NullPointerException on key completion - Updated plugin dependencies
- Use actual file extension to choose io strategy
### Fixed
- NullPointerException on key completion
- Changelog handling in release flow - Changelog handling in release flow
## [1.6.0] ## [1.6.0]
@ -57,8 +59,6 @@
- Warning for unset target element inside tree-view toolbar - Warning for unset target element inside tree-view toolbar
## [1.4.0] ## [1.4.0]
### THANKS FOR OVER 1000 DOWNLOADS SO FAR!
### Added ### Added
- Basic support for json array values - Basic support for json array values
- Settings option to opt-out code assistance inside editor - Settings option to opt-out code assistance inside editor