1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-06-02 13:34:07 +02:00

Prepare to 0.67 release

This commit is contained in:
Alex Plate 2021-05-20 10:28:51 +03:00
parent ecd3b90300
commit 7c06243d54
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
4 changed files with 12 additions and 4 deletions
.teamcity/_Self
CHANGES.mdREADME.md
resources/META-INF

View File

@ -5,6 +5,6 @@ object Constants {
const val EAP = "eap" const val EAP = "eap"
const val DEV = "Dev" const val DEV = "Dev"
const val VERSION = "0.66" const val VERSION = "0.67"
const val DEV_VERSION = "0.67" const val DEV_VERSION = "0.68"
} }

View File

@ -22,7 +22,7 @@ It is important to distinguish EAP from traditional pre-release software.
Please note that the quality of EAP versions may at times be way below even Please note that the quality of EAP versions may at times be way below even
usual beta standards. usual beta standards.
## To Be Released ## 0.67, 2021-05-20
### Features: ### Features:
* Support `sethandler` command to configure shortcuts conflicts via `~/.ideavimrc` file. See [docs](https://jb.gg/vim-sethandler). * Support `sethandler` command to configure shortcuts conflicts via `~/.ideavimrc` file. See [docs](https://jb.gg/vim-sethandler).

View File

@ -98,7 +98,7 @@ Here are some examples of supported vim features and commands:
* ReplaceWithRegister * ReplaceWithRegister
* vim-exchange * vim-exchange
* vim-highlightedyank * vim-highlightedyank
* vim-paragraph-motion [To Be Released] * vim-paragraph-motion
See also: See also:

View File

@ -10,6 +10,14 @@
<li>Support <code>vim-paragraph-motion</code> extension <a href="https://youtrack.jetbrains.com/issue/VIM-2290">VIM-2290</a> | <li>Support <code>vim-paragraph-motion</code> extension <a href="https://youtrack.jetbrains.com/issue/VIM-2290">VIM-2290</a> |
<a href="https://github.com/dbakker/vim-paragraph-motion">vim-paragraph-motion</a> <a href="https://github.com/dbakker/vim-paragraph-motion">vim-paragraph-motion</a>
</li> </li>
<li>Add "Reset Handlers" button for "Conflicting Shortcuts" setting table
</li>
</ul>
<h3>Changes:</h3>
<ul>
<li>Rename "Vim Emulation" in settings to "Vim"
</li>
</ul> </ul>
<h3>Fixes:</h3> <h3>Fixes:</h3>