Update version and add changelog

This commit is contained in:
Marcel Haßlinger 2021-04-25 22:14:10 +02:00
parent 7e69767ade
commit c3030e21ff
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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