update changelog and prepare next release

This commit is contained in:
Marcel Haßlinger 2021-11-10 20:53:56 +01:00
parent 5ae3013246
commit 9137caba59
2 changed files with 12 additions and 1 deletions

View File

@ -3,6 +3,17 @@
# easy-i18n Changelog
## [Unreleased]
### Added
- The search function now supports full-text-search
- Automatically reload translation data on file system change
- Sorting of translation keys can now be disabled via configuration
- Key section nesting can be disabled via configuration
- Numbers will be stored as number type whenever possible
### Changed
- Better focus keys in tree-view after edit
- Optimized internal data structure (io, cache, events)
## [1.5.1]
### Fixed
- Exception on key annotation if path-prefix is undefined

View File

@ -3,7 +3,7 @@
pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n
pluginVersion = 1.5.1
pluginVersion = 1.6.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.