diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6d85c..6d1c289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index c31f92e..c3bfd2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.