Skip to content

Releases: marhali/easy-i18n

Release v4.3.1

07 Dec 18:51
2deedeb
Compare
Choose a tag to compare

Fixed

  • Support for all 2022.3 builds (223.*)

Release v4.3.0

28 Oct 21:34
da655d9
Compare
Choose a tag to compare

Added

  • Support for IntelliJ Platform version 2022.3
  • Regex support for translation file patterns

Changed

  • Reload function internally consolidated

Fixed

  • Parsing for .properties files

Release v4.2.4

14 Oct 15:53
Compare
Choose a tag to compare

Changed

  • Improved exception handling on syntax errors

Fixed

  • Some settings are not retained on IDE restarts

Release v4.2.3

03 Sep 16:05
624a29b
Compare
Choose a tag to compare

Changed

  • Removed warning about missing configuration during project initialization

Fixed

  • Folding support for Vue files

Release v4.2.2

24 Aug 19:36
Compare
Choose a tag to compare

Changed

  • Documentation provider better focuses on the actual translation part
  • Color duplicate translation values orange to increase contrast in light themes

Fixed

  • Unintended overwrite of existing folding regions

Release v4.2.1

09 Aug 13:41
Compare
Choose a tag to compare

Changed

  • Updated dependencies

Fixed

  • Downgrade java to fix compatibility issues

Release v4.1.2

08 Aug 18:51
Compare
Choose a tag to compare

This is a re-release of v4.1.1 to fix compatibility issues with older IDE versions than 2022.2.

Release v4.2.0

31 Jul 13:47
182b8eb
Compare
Choose a tag to compare

Added

  • Support for IntelliJ Platform version 2022.2

Changes

  • Updated dependencies

Release v4.1.1

01 Jul 13:38
Compare
Choose a tag to compare

Fixed

  • AssertionError on translation update
  • Use correct line separator in properties files
  • Allow numbers and other data types in properties files

Release v4.1.0

05 Jun 12:06
Compare
Choose a tag to compare

Added

  • Duplicate translation values filter
  • Indicate translations with duplicated values yellow
  • Multiple translation filters can be used together
  • Option to consider subdirectories for modularized translation files
  • Reformat translation files based on IDE preferences

Changed

  • Reengineered how translation filters are applied internally

Fixed

  • Exception during batch delete
  • Translation filters keep their status across updates