Skip to content

Commit

Permalink
Change version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Oct 12, 2022
1 parent 5c0b677 commit bed533c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

![demo](images/demo.png)

## ToDo list
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).

<!-- Plugin description -->

IntelliJ Platform plugin with language support for [The KDL Document Language](https://kdl.dev/)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginGroup=dev.kdl
pluginName=intellij-kdl
pluginVersion=1.0.0-beta
pluginVersion=1.0.0

pluginSinceBuild=213
pluginUntilBuild=222.*
Expand Down

0 comments on commit bed533c

Please sign in to comment.