Update version and add changelog
This commit is contained in:
parent
7e69767ade
commit
c3030e21ff
13
CHANGELOG.md
13
CHANGELOG.md
@ -4,6 +4,19 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [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
|
## [1.0.1] - 2021-03-16
|
||||||
### Changed
|
### Changed
|
||||||
- Modified plugin icon to meet IntelliJ guidelines
|
- Modified plugin icon to meet IntelliJ guidelines
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pluginGroup = de.marhali.easyi18n
|
pluginGroup = de.marhali.easyi18n
|
||||||
pluginName = easy-i18n
|
pluginName = easy-i18n
|
||||||
pluginVersion = 1.0.1
|
pluginVersion = 1.1.0
|
||||||
pluginSinceBuild = 202
|
pluginSinceBuild = 202
|
||||||
pluginUntilBuild = 203.*
|
pluginUntilBuild = 203.*
|
||||||
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
|
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user