update changelog and prepare next release
This commit is contained in:
parent
5ae3013246
commit
9137caba59
11
CHANGELOG.md
11
CHANGELOG.md
@ -3,6 +3,17 @@
|
|||||||
# easy-i18n Changelog
|
# easy-i18n Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [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]
|
## [1.5.1]
|
||||||
### Fixed
|
### Fixed
|
||||||
- Exception on key annotation if path-prefix is undefined
|
- Exception on key annotation if path-prefix is undefined
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pluginGroup = de.marhali.easyi18n
|
pluginGroup = de.marhali.easyi18n
|
||||||
pluginName = easy-i18n
|
pluginName = easy-i18n
|
||||||
pluginVersion = 1.5.1
|
pluginVersion = 1.6.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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user