Changelog update - v4.4.1
This commit is contained in:
parent
ce0b3d3e64
commit
e3b9dc60f0
76
CHANGELOG.md
76
CHANGELOG.md
@ -3,6 +3,9 @@
|
||||
# easy-i18n Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [4.4.1] - 2023-02-19
|
||||
|
||||
### Changed
|
||||
- Dropped support for IDE versions older than 2022.2
|
||||
- Updated dependencies
|
||||
@ -15,6 +18,7 @@
|
||||
- Broken badge link in README
|
||||
|
||||
## [4.4.0]
|
||||
|
||||
### Added
|
||||
- Support of path variables for the locales directory configuration @SIMULATAN
|
||||
|
||||
@ -22,10 +26,12 @@
|
||||
- Restructure form actions to improve user experience
|
||||
|
||||
## [4.3.1]
|
||||
|
||||
### Fixed
|
||||
- Support for all 2022.3 builds (223.*)
|
||||
|
||||
## [4.3.0]
|
||||
|
||||
### Added
|
||||
- Support for IntelliJ Platform version 2022.3
|
||||
- Regex support for translation file patterns
|
||||
@ -37,6 +43,7 @@
|
||||
- Parsing for <kbd>.properties</kbd> files
|
||||
|
||||
## [4.2.4]
|
||||
|
||||
### Changed
|
||||
- Improved exception handling on syntax errors
|
||||
|
||||
@ -44,6 +51,7 @@
|
||||
- Some settings are not retained on IDE restarts
|
||||
|
||||
## [4.2.3]
|
||||
|
||||
### Changed
|
||||
- Removed warning about missing configuration during project initialization
|
||||
|
||||
@ -51,6 +59,7 @@
|
||||
- Folding support for Vue files
|
||||
|
||||
## [4.2.2]
|
||||
|
||||
### Changed
|
||||
- Documentation provider better focuses on the actual translation part
|
||||
- Color duplicate translation values orange to increase contrast in light themes
|
||||
@ -59,6 +68,7 @@
|
||||
- Unintended overwrite of existing folding regions
|
||||
|
||||
## [4.2.1]
|
||||
|
||||
### Changed
|
||||
- Updated dependencies
|
||||
|
||||
@ -66,6 +76,7 @@
|
||||
- Downgrade java to fix compatibility issues
|
||||
|
||||
## [4.2.0]
|
||||
|
||||
### Added
|
||||
- Support for IntelliJ Platform version 2022.2
|
||||
|
||||
@ -73,12 +84,14 @@
|
||||
- Updated dependencies
|
||||
|
||||
## [4.1.1]
|
||||
|
||||
### Fixed
|
||||
- AssertionError on translation update
|
||||
- Use correct line separator in <kbd>properties</kbd> files
|
||||
- Allow numbers and other data types in <kbd>properties</kbd> files
|
||||
|
||||
## [4.1.0]
|
||||
|
||||
### Added
|
||||
- Duplicate translation values filter
|
||||
- Indicate translations with duplicated values yellow
|
||||
@ -94,6 +107,7 @@
|
||||
- Translation filters keep their status across updates
|
||||
|
||||
## [4.0.0]
|
||||
|
||||
### BREAKING CHANGES
|
||||
- Configuration rework. Existing settings will be lost and must be configured via the new configuration page
|
||||
|
||||
@ -108,13 +122,14 @@
|
||||
|
||||
### Changed
|
||||
- Editor assistance has been reengineered. This will affect key suggestion and annotation
|
||||
- Moved configuration dialog into own page inside <kbd>IDE Settings</kbd>
|
||||
- Moved configuration dialog into own page inside <kbd>IDE Settings</kbd>
|
||||
|
||||
### Fixed
|
||||
- AlreadyDisposedException on FileChangeListener after project dispose
|
||||
- Request-URL limit for error reports
|
||||
|
||||
## [3.2.0]
|
||||
|
||||
### Added
|
||||
- Support for IntelliJ 2022.1
|
||||
|
||||
@ -122,10 +137,12 @@
|
||||
- Updated dependencies
|
||||
|
||||
## [3.1.0]
|
||||
|
||||
### Added
|
||||
- Support for Json5 files
|
||||
|
||||
## [3.0.1]
|
||||
|
||||
### Changed
|
||||
- Fresh projects will receive a notification instead of an exception to configure the plugin
|
||||
|
||||
@ -133,6 +150,7 @@
|
||||
- Exception on json array value mapping
|
||||
|
||||
## [3.0.0]
|
||||
|
||||
### BREAKING CHANGES
|
||||
- The local file structure of your translation files must be configured in the settings menu
|
||||
|
||||
@ -151,8 +169,9 @@
|
||||
- Exception on json files without any content
|
||||
|
||||
## [2.0.0]
|
||||
|
||||
### BREAKING CHANGES
|
||||
- Translation file pattern matcher needs to be updated to <kbd>\*.*</kbd> or equivalent wildcard rule
|
||||
- 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
|
||||
@ -173,10 +192,12 @@
|
||||
- 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)
|
||||
@ -190,6 +211,7 @@
|
||||
- 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
|
||||
@ -205,13 +227,15 @@
|
||||
- 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
|
||||
- Translation key referencing inside editor
|
||||
- Optional path-prefix for translations
|
||||
|
||||
### Changed
|
||||
@ -221,6 +245,7 @@
|
||||
- Locale file pattern configuration
|
||||
|
||||
## [1.4.1]
|
||||
|
||||
### Added
|
||||
- Support for IntelliJ 2021.2
|
||||
|
||||
@ -231,6 +256,7 @@
|
||||
- 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
|
||||
@ -243,6 +269,7 @@
|
||||
- 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
|
||||
@ -256,6 +283,7 @@
|
||||
- Always synchronize ui with loaded state by reloadFromDisk function
|
||||
|
||||
## [1.2.0]
|
||||
|
||||
### Added
|
||||
- Sorting for properties files
|
||||
|
||||
@ -263,6 +291,7 @@
|
||||
- Unexpected character escaping for json/properties files / issue #10
|
||||
|
||||
## [1.1.1]
|
||||
|
||||
### Added
|
||||
- Support for IntelliJ 2021.1
|
||||
|
||||
@ -273,6 +302,7 @@
|
||||
- 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
|
||||
@ -286,20 +316,54 @@
|
||||
- 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
|
||||
- Search function to filter visible keys
|
||||
- Quick edit via right-click on any key
|
||||
- Quick edit via DEL-Key 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
|
||||
- README.md
|
||||
|
||||
[Unreleased]: null/compare/v4.4.1...HEAD
|
||||
[4.4.1]: null/compare/v4.4.0...v4.4.1
|
||||
[4.4.0]: null/compare/v4.3.1...v4.4.0
|
||||
[4.3.1]: null/compare/v4.3.0...v4.3.1
|
||||
[4.3.0]: null/compare/v4.2.4...v4.3.0
|
||||
[4.2.4]: null/compare/v4.2.3...v4.2.4
|
||||
[4.2.3]: null/compare/v4.2.2...v4.2.3
|
||||
[4.2.2]: null/compare/v4.2.1...v4.2.2
|
||||
[4.2.1]: null/compare/v4.2.0...v4.2.1
|
||||
[4.2.0]: null/compare/v4.1.1...v4.2.0
|
||||
[4.1.1]: null/compare/v4.1.0...v4.1.1
|
||||
[4.1.0]: null/compare/v4.0.0...v4.1.0
|
||||
[4.0.0]: null/compare/v3.2.0...v4.0.0
|
||||
[3.2.0]: null/compare/v3.1.0...v3.2.0
|
||||
[3.1.0]: null/compare/v3.0.1...v3.1.0
|
||||
[3.0.1]: null/compare/v3.0.0...v3.0.1
|
||||
[3.0.0]: null/compare/v2.0.0...v3.0.0
|
||||
[2.0.0]: null/compare/v1.7.1...v2.0.0
|
||||
[1.7.1]: null/compare/v1.7.0...v1.7.1
|
||||
[1.7.0]: null/compare/v1.6.0...v1.7.0
|
||||
[1.6.0]: null/compare/v1.5.1...v1.6.0
|
||||
[1.5.1]: null/compare/v1.5.0...v1.5.1
|
||||
[1.5.0]: null/compare/v1.4.1...v1.5.0
|
||||
[1.4.1]: null/compare/v1.4.0...v1.4.1
|
||||
[1.4.0]: null/compare/v1.3.0...v1.4.0
|
||||
[1.3.0]: null/compare/v1.2.0...v1.3.0
|
||||
[1.2.0]: null/compare/v1.1.1...v1.2.0
|
||||
[1.1.1]: null/compare/v1.1.0...v1.1.1
|
||||
[1.1.0]: null/compare/v1.0.1...v1.1.0
|
||||
[1.0.1]: null/compare/v1.0.0...v1.0.1
|
||||
[1.0.0]: null/commits/v1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user