Skip to content

Commit

Permalink
Prepare release of version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlob42 committed Feb 27, 2021
1 parent 5ced4b7 commit 0dbb60e
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

## Unreleased

## 0.3 - 2021-02-27

### Added

- Show typed keys and current prefix within popup
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ plugins {
}

group = "eu.theblob42.idea.whichkey"
version = "0.2"
version = "0.3"

repositories {
mavenCentral()
22 changes: 12 additions & 10 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -8,8 +8,9 @@
<h2>
<a href="https://plugins.jetbrains.com/plugin/164-ideavim">IdeaVim</a> extension that displays available keybindings in a popup.
</h2>
<h3>Usage</h3>
<br/>
<b>Usage</b>
<br/>
<ul>
<li>Activate the plugin in your .ideavimrc file with `set which-key`</li>
<li>Either disable the timeout option or increase the timeoutlen (default: 1000ms)
@@ -19,26 +20,27 @@
</ul>
</li>
</ul>
<h3>More options</h3>
<br/>
<b>More options</b>
<br/>
<p>
For more information visit the corresponding <a href="https://github.com/TheBlob42/idea-which-key">Github repository</a>.
</p>
]]></description>

<change-notes><![CDATA[
<p>
<strong>0.2</strong>
<strong>0.3</strong>
</p>
<ul>
<li>Display default VIM actions ('gg', 'zt', etc.) if configured</li>
<li>Dismantle the key mapping and description caching</li>
<li>Improve usage of the available space for the popup</li>
<li>Format options for several UI elements (key, description, prefix & divider)</li>
<li>Display typed keys and current prefix</li>
<li>Make Font-Family and -Size configurable</li>
<li>Arguments for VIM motions do not trigger the popup anymore</li>
<li>Some small bug fixes and improvements</li>
</ul>
]]></change-notes>

<version>0.2</version>
<version>0.3</version>

<depends>com.intellij.modules.platform</depends>
<depends>IdeaVIM</depends>

0 comments on commit 0dbb60e

Please sign in to comment.