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,6 +3,8 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### Added
- Support for Json5 files
## [3.0.1] ## [3.0.1]
### Changed ### Changed

View File

@ -41,7 +41,7 @@ This plugin can be used for any project based on one of the formats and structur
## Builtin Support ## Builtin Support
### File Types ### 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 ### Folder Structure
- Single Directory: All translation files are within one directory - 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 -->
## Roadmap ## Roadmap
- [ ] JSON5 Support - [X] JSON5 Support
- [ ] XML Support - [ ] XML Support
- [ ] Mark duplicate translation values - [ ] Mark duplicate translation values

View File

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