diff --git a/CHANGELOG.md b/CHANGELOG.md index a2624d2..497a31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ ### Added -- Default to TAB indents (two characters wide). +- Automatically indent inside of `{}`, `[]`, and `()`. - Code style settings to configure the behaviour of TAB handling. +- Default to TAB indents (two characters wide). - Fix indent handling when pressing enter between `[]`. -- Automatically indent inside of `{}`, `[]`, and `()`. ### Changed @@ -17,15 +17,6 @@ ## [0.8.0] -### Added - -- Support formatting with `cue fmt`. Only the reformatting of a complete file is supported. -- Application settings to configure a custom path to the `cue` binary. By default, the binary is searched in `$PATH`. -- Language injection into single-line and multi-line string literal. Interpolations are marked as read-only when opening the fragment - editor. - -### Changed - ### Fixed - [#35](https://github.com/nexantic/intellij-cue/issues/35): Trailing bracket on ellipsis multi-line list not parsed correctly. diff --git a/gradle.properties b/gradle.properties index 54aa205..7b5f6be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = dev.monogon.cuelang pluginName_ = intellij-cue -pluginVersion = 0.8.0 +pluginVersion = 0.8.1 pluginSinceBuild = 203 pluginUntilBuild = 211.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl