diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d6df2..268b7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # intellij-kdl Changelog -## [Unreleased] +## [1.0.0] ### Added - Initial release -- TODO +- Highlighting, with color settings page +- Basic formatter support +- Error highlight for common mistakes + - Whitespaces or comments in not allowed places + - Unquoted literal strings with quickfix +- Folding regions support +- Single line and multiline commenter +- Custom filetype icon +- Intention to uncomment "/-" (slashdash) comments diff --git a/README.md b/README.md index decb5d5..51f869d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ ![demo](images/demo.png) -## ToDo list -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html). - IntelliJ Platform plugin with language support for [The KDL Document Language](https://kdl.dev/) diff --git a/gradle.properties b/gradle.properties index 7fe2357..c3f597d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginGroup=dev.kdl pluginName=intellij-kdl -pluginVersion=1.0.0-beta +pluginVersion=1.0.0 pluginSinceBuild=213 pluginUntilBuild=222.*