Merge pull request #240 from marhali/changelog-update-v4.4.1

Changelog update - `v4.4.1`
This commit is contained in:
Marcel 2023-09-02 11:22:53 +02:00 committed by GitHub
commit 1f7b796973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,9 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
## [4.4.1] - 2023-02-19
### Changed ### Changed
- Dropped support for IDE versions older than 2022.2 - Dropped support for IDE versions older than 2022.2
- Updated dependencies - Updated dependencies
@ -15,6 +18,7 @@
- Broken badge link in README - Broken badge link in README
## [4.4.0] ## [4.4.0]
### Added ### Added
- Support of path variables for the locales directory configuration @SIMULATAN - Support of path variables for the locales directory configuration @SIMULATAN
@ -22,10 +26,12 @@
- Restructure form actions to improve user experience - Restructure form actions to improve user experience
## [4.3.1] ## [4.3.1]
### Fixed ### Fixed
- Support for all 2022.3 builds (223.*) - Support for all 2022.3 builds (223.*)
## [4.3.0] ## [4.3.0]
### Added ### Added
- Support for IntelliJ Platform version 2022.3 - Support for IntelliJ Platform version 2022.3
- Regex support for translation file patterns - Regex support for translation file patterns
@ -37,6 +43,7 @@
- Parsing for <kbd>.properties</kbd> files - Parsing for <kbd>.properties</kbd> files
## [4.2.4] ## [4.2.4]
### Changed ### Changed
- Improved exception handling on syntax errors - Improved exception handling on syntax errors
@ -44,6 +51,7 @@
- Some settings are not retained on IDE restarts - Some settings are not retained on IDE restarts
## [4.2.3] ## [4.2.3]
### Changed ### Changed
- Removed warning about missing configuration during project initialization - Removed warning about missing configuration during project initialization
@ -51,6 +59,7 @@
- Folding support for Vue files - Folding support for Vue files
## [4.2.2] ## [4.2.2]
### Changed ### Changed
- Documentation provider better focuses on the actual translation part - Documentation provider better focuses on the actual translation part
- Color duplicate translation values orange to increase contrast in light themes - Color duplicate translation values orange to increase contrast in light themes
@ -59,6 +68,7 @@
- Unintended overwrite of existing folding regions - Unintended overwrite of existing folding regions
## [4.2.1] ## [4.2.1]
### Changed ### Changed
- Updated dependencies - Updated dependencies
@ -66,6 +76,7 @@
- Downgrade java to fix compatibility issues - Downgrade java to fix compatibility issues
## [4.2.0] ## [4.2.0]
### Added ### Added
- Support for IntelliJ Platform version 2022.2 - Support for IntelliJ Platform version 2022.2
@ -73,12 +84,14 @@
- Updated dependencies - Updated dependencies
## [4.1.1] ## [4.1.1]
### Fixed ### Fixed
- AssertionError on translation update - AssertionError on translation update
- Use correct line separator in <kbd>properties</kbd> files - Use correct line separator in <kbd>properties</kbd> files
- Allow numbers and other data types in <kbd>properties</kbd> files - Allow numbers and other data types in <kbd>properties</kbd> files
## [4.1.0] ## [4.1.0]
### Added ### Added
- Duplicate translation values filter - Duplicate translation values filter
- Indicate translations with duplicated values yellow - Indicate translations with duplicated values yellow
@ -94,6 +107,7 @@
- Translation filters keep their status across updates - Translation filters keep their status across updates
## [4.0.0] ## [4.0.0]
### BREAKING CHANGES ### BREAKING CHANGES
- Configuration rework. Existing settings will be lost and must be configured via the new configuration page - Configuration rework. Existing settings will be lost and must be configured via the new configuration page
@ -115,6 +129,7 @@
- Request-URL limit for error reports - Request-URL limit for error reports
## [3.2.0] ## [3.2.0]
### Added ### Added
- Support for IntelliJ 2022.1 - Support for IntelliJ 2022.1
@ -122,10 +137,12 @@
- Updated dependencies - Updated dependencies
## [3.1.0] ## [3.1.0]
### Added ### Added
- Support for Json5 files - Support for Json5 files
## [3.0.1] ## [3.0.1]
### Changed ### Changed
- Fresh projects will receive a notification instead of an exception to configure the plugin - Fresh projects will receive a notification instead of an exception to configure the plugin
@ -133,6 +150,7 @@
- Exception on json array value mapping - Exception on json array value mapping
## [3.0.0] ## [3.0.0]
### BREAKING CHANGES ### BREAKING CHANGES
- The local file structure of your translation files must be configured in the settings menu - The local file structure of your translation files must be configured in the settings menu
@ -151,6 +169,7 @@
- Exception on json files without any content - Exception on json files without any content
## [2.0.0] ## [2.0.0]
### BREAKING CHANGES ### 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) - I18n key nesting will now escape every delimiter within a section layer (can be inverted via option)
@ -173,10 +192,12 @@
- 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]
### Fixed ### Fixed
- Vue.js template folding support - Vue.js template folding support
## [1.7.0] ## [1.7.0]
### Added ### Added
- Partial support for translation key folding against actual translation - Partial support for translation key folding against actual translation
- Support for json based arb files (flutter) - Support for json based arb files (flutter)
@ -190,6 +211,7 @@
- Changelog handling in release flow - Changelog handling in release flow
## [1.6.0] ## [1.6.0]
### Added ### Added
- The search function now supports full-text-search - The search function now supports full-text-search
- Automatically reload translation data on file system change - Automatically reload translation data on file system change
@ -205,10 +227,12 @@
- Updated dependencies and improved README file - Updated dependencies and improved README file
## [1.5.1] ## [1.5.1]
### Fixed ### Fixed
- Exception on key annotation if path-prefix is undefined - Exception on key annotation if path-prefix is undefined
## [1.5.0] ## [1.5.0]
### Added ### Added
- Support for YAML locale files. Thanks to @sunarya-thito - Support for YAML locale files. Thanks to @sunarya-thito
- Translation key referencing inside editor - Translation key referencing inside editor
@ -221,6 +245,7 @@
- Locale file pattern configuration - Locale file pattern configuration
## [1.4.1] ## [1.4.1]
### Added ### Added
- Support for IntelliJ 2021.2 - Support for IntelliJ 2021.2
@ -231,6 +256,7 @@
- Warning for unset target element inside tree-view toolbar - Warning for unset target element inside tree-view toolbar
## [1.4.0] ## [1.4.0]
### 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
@ -243,6 +269,7 @@
- Migrate gradle build script - Migrate gradle build script
## [1.3.0] ## [1.3.0]
### Added ### Added
- Scroll to created / edited translation inside Tree-/Table-View - Scroll to created / edited translation inside Tree-/Table-View
- Support for working with multiple projects at once - Support for working with multiple projects at once
@ -256,6 +283,7 @@
- Always synchronize ui with loaded state by reloadFromDisk function - Always synchronize ui with loaded state by reloadFromDisk function
## [1.2.0] ## [1.2.0]
### Added ### Added
- Sorting for properties files - Sorting for properties files
@ -263,6 +291,7 @@
- Unexpected character escaping for json/properties files / issue #10 - Unexpected character escaping for json/properties files / issue #10
## [1.1.1] ## [1.1.1]
### Added ### Added
- Support for IntelliJ 2021.1 - Support for IntelliJ 2021.1
@ -273,6 +302,7 @@
- Exception during i18n key completion / annotation - Exception during i18n key completion / annotation
## [1.1.0] - 2021-04-25 ## [1.1.0] - 2021-04-25
### Added ### Added
- Filter option for translation files via regex / issue #5 - Filter option for translation files via regex / issue #5
- Support for splitted / modularized json files per locale / issue #4 - Support for splitted / modularized json files per locale / issue #4
@ -286,10 +316,12 @@
- Encoding for properties files / issue #6 - Encoding for properties files / issue #6
## [1.0.1] - 2021-03-16 ## [1.0.1] - 2021-03-16
### Changed ### Changed
- Modified plugin icon to meet IntelliJ guidelines - Modified plugin icon to meet IntelliJ guidelines
## [1.0.0] - 2021-03-15 (release) ## [1.0.0] - 2021-03-15 (release)
### Added ### Added
- Support for JSON and Resource-Bundle(Properties) based locale files - Support for JSON and Resource-Bundle(Properties) based locale files
- UI Tool Window with Table- and Tree-View representation - UI Tool Window with Table- and Tree-View representation
@ -303,3 +335,35 @@
### Changed ### 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