From c56a144f519be2c47d230274a689b4aece2569cd Mon Sep 17 00:00:00 2001 From: marhali Date: Tue, 18 Jan 2022 09:43:23 +0100 Subject: [PATCH] prepare full release --- CHANGELOG.md | 34 ++++++++++++++++------------------ gradle.properties | 2 +- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf3eb5..43a76a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,27 +3,25 @@ # easy-i18n Changelog ## [Unreleased] +### BREAKING CHANGES +- Translation file pattern matcher needs to be updated to \*.* or equivalent wildcard rule +- I18n key nesting will now escape every delimiter within a section layer (can be inverted via option) -## [2.0.0-rc.1] -### BREAKING CHANGES -- Translation file pattern matcher needs to be updated to \*.* or equivalent wildcard rule -- I18n key nesting will now escape every delimiter within a section layer (can be inverted via option) +### Added +- Filter functionality for translations with missing values +- Full keyboard shortcut support inside tool-window +- Support for dots within key nodes in YAML files -### Added -- Filter functionality for translations with missing values -- Full keyboard shortcut support inside tool-window -- Support for dots within key nodes in YAML files +### Changed +- Improve marking nodes with missing values in tree-view +- Key completion inside editor suggests all keys without any logic +- Translation file pattern uses wildcard matcher instead of regex +- Improve exception handling on IO operations +- Update Qodana to latest version +- Allow tool-window rendering in dumb mode -### Changed -- Improve marking nodes with missing values in tree-view -- Key completion inside editor suggests all keys without any logic -- Translation file pattern uses wildcard matcher instead of regex -- Improve exception handling on IO operations -- Update Qodana to latest version -- Allow tool-window rendering in dumb mode - -### Fixed -- First row inside table view is not editable +### Fixed +- First row inside table view is not editable - Key focus within tree or table view after translation change ## [1.7.1] diff --git a/gradle.properties b/gradle.properties index 6fadf1d..b42490d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = de.marhali.easyi18n pluginName = easy-i18n # SemVer format -> https://semver.org -pluginVersion = 2.0.0-rc.1 +pluginVersion = 2.0.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.