parent
8dd7307022
commit
c670b20aed
14
CHANGELOG.md
14
CHANGELOG.md
@ -3,16 +3,18 @@
|
|||||||
# easy-i18n Changelog
|
# easy-i18n Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Fixed
|
||||||
|
- 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
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Reload function internally consolidated
|
- Reload function internally consolidated
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Parsing for <kbd>.properties</kbd> files
|
- Parsing for <kbd>.properties</kbd> files
|
||||||
|
|
||||||
## [4.2.4]
|
## [4.2.4]
|
||||||
|
@ -9,7 +9,7 @@ pluginVersion = 4.3.0
|
|||||||
# 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.
|
||||||
pluginSinceBuild = 203
|
pluginSinceBuild = 203
|
||||||
pluginUntilBuild = 223
|
pluginUntilBuild = 223.*
|
||||||
|
|
||||||
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
||||||
platformType = IU
|
platformType = IU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user