From 32b44b45c992639cd6424984d31089f12c91c8eb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 13 Jan 2022 15:17:38 +0000 Subject: [PATCH] Changelog update - v2.0.0-rc.1 --- CHANGELOG.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a76a8..bdf3eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,25 +3,27 @@ # 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) -### Added -- Filter functionality for translations with missing values -- Full keyboard shortcut support inside tool-window -- Support for dots within key nodes in YAML files +## [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) -### 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 +### Added +- Filter functionality for translations with missing values +- Full keyboard shortcut support inside tool-window +- Support for dots within key nodes in YAML files -### Fixed -- First row inside table view is not editable +### 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 - Key focus within tree or table view after translation change ## [1.7.1]