easy-18in/CHANGELOG.md
marhali c0e385000a rewrite i18n key handling
- Translation keys are now based on KeyPath type which is simply a string list
- Handling delimiter character within a section layer is now easier
- Only the presentation layer has to deal with displaying the correct concatenated key
2022-01-13 10:39:39 +01:00

155 lines
4.3 KiB
Markdown

<!-- Keep a Changelog guide -> https://keepachangelog.com -->
# easy-i18n Changelog
## [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
- Full keyboard shortcut support inside tool-window
- Support for dots within key nodes in YAML files
### Changed
- 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
## [1.7.1]
### Fixed
- Vue.js template folding support
## [1.7.0]
### Added
- Partial support for translation key folding against actual translation
- Support for json based arb files (flutter)
### Changed
- Updated plugin dependencies
- Use actual file extension to choose io strategy
### Fixed
- NullPointerException on key completion
- Changelog handling in release flow
## [1.6.0]
### Added
- The search function now supports full-text-search
- Automatically reload translation data on file system change
- Sorting of translation keys can now be disabled via configuration
- Key section nesting can be disabled via configuration
- Numbers will be stored as number type whenever possible
- Code signing of plugin source
### Changed
- Better focus keys in tree-view after edit
- Optimized internal data structure (io, cache, events)
- Adjusted compatibility matrix to 2020.3 - 2021.3
- Updated dependencies and improved README file
## [1.5.1]
### Fixed
- Exception on key annotation if path-prefix is undefined
## [1.5.0]
### Added
- Support for YAML locale files. Thanks to @sunarya-thito
- Translation key referencing inside editor
- Optional path-prefix for translations
### Changed
- Optimized i18n key completion
### Fixed
- Locale file pattern configuration
## [1.4.1]
### Added
- Support for IntelliJ 2021.2
### Changed
- Replace deprecated api methods
### Fixed
- Warning for unset target element inside tree-view toolbar
## [1.4.0]
### Added
- Basic support for json array values
- Settings option to opt-out code assistance inside editor
- Support key completion and annotation for Kotlin language
- Example locale files for all configuration options
- Donation links on GitHub to support development
### Changed
- Update dependencies
- Migrate gradle build script
## [1.3.0]
### Added
- Scroll to created / edited translation inside Tree-/Table-View
- Support for working with multiple projects at once
### Changed
- Update dependencies
- Load translations even if ui tool window is not opened
### Fixed
- NullPointerException's on translation annotation / completion inside editor
- Always synchronize ui with loaded state by reloadFromDisk function
## [1.2.0]
### Added
- Sorting for properties files
### Fixed
- Unexpected character escaping for json/properties files / issue #10
## [1.1.1]
### Added
- Support for IntelliJ 2021.1
### Changed
- Update dependencies
### Fixed
- Exception during i18n key completion / annotation
## [1.1.0] - 2021-04-25
### Added
- Filter option for translation files via regex / issue #5
- Support for splitted / modularized json files per locale / issue #4
- Basic translation key completion inside editor
- I18n key annotation inside editor
### Changed
- Tree view will be expanded if search function has been used
### Fixed
- Encoding for properties files / issue #6
## [1.0.1] - 2021-03-16
### Changed
- Modified plugin icon to meet IntelliJ guidelines
## [1.0.0] - 2021-03-15 (release)
### Added
- Support for JSON and Resource-Bundle(Properties) based locale files
- UI Tool Window with Table- and Tree-View representation
- Add / Edit / Delete functions
- Search function to filter visible keys
- Quick edit via right-click on any key
- Quick edit via DEL-Key on any key
- Locales directory / preferred locale can be configured via Settings Dialog
- I18n keys with one or more missing locale translation will be show as red
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
### Changed
- README.md