diff --git a/CHANGELOG.md b/CHANGELOG.md index cf75adf..7352456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3 - 2021-02-27 + ### Added - Show typed keys and current prefix within popup diff --git a/build.gradle.kts b/build.gradle.kts index 6e3159d..a4a7ea4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "eu.theblob42.idea.whichkey" -version = "0.2" +version = "0.3" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 4d52a03..a72c702 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -8,8 +8,9 @@

IdeaVim extension that displays available keybindings in a popup.

- -

Usage

+
+ Usage +
- -

More options

+
+ More options +

For more information visit the corresponding Github repository.

@@ -28,17 +30,17 @@ - 0.2 + 0.3

]]>
- 0.2 + 0.3 com.intellij.modules.platform IdeaVIM