prepare patch update

This commit is contained in:
marhali 2022-07-01 12:35:24 +02:00
parent 045bb6ac94
commit 09fedd03dc
2 changed files with 15 additions and 11 deletions

View File

@ -3,20 +3,24 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### 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] ## [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
- Multiple translation filters can be used together - Multiple translation filters can be used together
- Option to consider subdirectories for modularized translation files - Option to consider subdirectories for modularized translation files
- Reformat translation files based on IDE preferences - Reformat translation files based on IDE preferences
### Changed ### Changed
- Reengineered how translation filters are applied internally - Reengineered how translation filters are applied internally
### Fixed ### Fixed
- Exception during batch delete - Exception during batch delete
- Translation filters keep their status across updates - Translation filters keep their status across updates
## [4.0.0] ## [4.0.0]

View File

@ -4,7 +4,7 @@
pluginGroup = de.marhali.easyi18n pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n pluginName = easy-i18n
# SemVer format -> https://semver.org # SemVer format -> https://semver.org
pluginVersion = 4.1.0 pluginVersion = 4.1.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions. # for insight into build numbers and IntelliJ Platform versions.