Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update - v0.1.8 #198

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,68 +3,84 @@
# NgTranslate Toolset Changelog

## [Unreleased]

## [0.1.8] - 2024-03-28

- Bump compatibility to Intellij 2024.1

## [0.1.7] - 2024-01-08

- Bump compatibility to Intellij 2023.2

## [0.1.6] - 2023-08-04

### Fixed

- Bump compatibility to Intellij 2023.2
- Updated gradle configuration

## [0.1.5] - 2023-05-09

### Fixed

- Bump compatibility to Intellij 2023.1

### Added

- Support for Transloco

## [0.1.4] - 2022-12-21

### Fixed

- Bump compatibility to Intellij 2022.3

## [0.1.3]

### Fixed

- Bump compatibility to Intellij 2022.2

## [0.1.2]

### Fixed

- Bump compatibility to Intellij 2022.1

## [0.1.1]

### Fixed

- Fixed for Intellij 2021.3

## [0.1.0]

### Added

- Release stable version

## [0.0.3]

### Added

- Translation configuration, specific i18n folder & translation file used to present key values

## [0.0.2]

### Added

- Translation key autocompletion supports partial matches
(ex. for `ABC_DEF.HIJKL_MNOP` autocompletion works with `ABC_DEF.MNOP`)

## [0.0.1]

### Added

- Translation key referencing to json translations
- Translation key autocompletion in templates

[Unreleased]: https://plugins.jetbrains.com/plugin/17450-ngtranslate-toolset/compare/v0.1.7...HEAD
[Unreleased]: https://plugins.jetbrains.com/plugin/17450-ngtranslate-toolset/compare/v0.1.8...HEAD
[0.1.8]: https://plugins.jetbrains.com/plugin/17450-ngtranslate-toolset/compare/v0.1.7...v0.1.8
[0.1.7]: https://plugins.jetbrains.com/plugin/17450-ngtranslate-toolset/compare/v0.1.6...v0.1.7
[0.1.6]: https://plugins.jetbrains.com/plugin/17450-ngtranslate-toolset/compare/v0.1.5...v0.1.6
[0.1.5]: https://plugins.jetbrains.com/plugin/17450-ngtranslate-toolset/compare/v0.1.4...v0.1.5
Expand Down