prepare upcoming release 3.0.1

This commit is contained in:
marhali 2022-02-23 09:30:12 +01:00
parent a5e8375fe1
commit 386d345e97
3 changed files with 8 additions and 6 deletions

View File

@ -3,12 +3,14 @@
# easy-i18n Changelog
## [Unreleased]
### Added
- Support for Json5 files
## [3.0.1]
### Changed
- Fresh projects will receive a notification instead of an exception to configure the plugin
### Changed
- Fresh projects will receive a notification instead of an exception to configure the plugin
### Fixed
### Fixed
- Exception on json array value mapping
## [3.0.0]

View File

@ -41,7 +41,7 @@ This plugin can be used for any project based on one of the formats and structur
## Builtin Support
### File Types
**<kbd>JSON</kbd>** - **<kbd>YAML</kbd>** - **<kbd>Properties</kbd>**
**<kbd>JSON</kbd>** - **<kbd>JSON5</kbd>** - **<kbd>YAML</kbd>** - **<kbd>Properties</kbd>**
### Folder Structure
- Single Directory: All translation files are within one directory
@ -90,7 +90,7 @@ _For more examples, please refer to the [Examples Directory](https://github.com/
<!-- ROADMAP -->
## Roadmap
- [ ] JSON5 Support
- [X] JSON5 Support
- [ ] XML Support
- [ ] Mark duplicate translation values

View File

@ -4,7 +4,7 @@
pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n
# SemVer format -> https://semver.org
pluginVersion = 3.0.1
pluginVersion = 3.1.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.