1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 02:46:01 +01:00

Prepare to 1.9.0 release

This commit is contained in:
Alex Plate 2021-12-10 09:51:30 +03:00
parent 016bcc00d8
commit 6e82008ffa
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
3 changed files with 12 additions and 2 deletions
.teamcity/_Self
CHANGES.md
src/main/resources/META-INF

View File

@ -5,8 +5,8 @@ object Constants {
const val EAP_CHANNEL = "eap"
const val DEV_CHANNEL = "Dev"
const val VERSION = "1.8.1"
const val DEV_VERSION = "1.9.0"
const val VERSION = "1.9.0"
const val DEV_VERSION = "1.10.0"
const val GITHUB_TESTS = "LATEST-EAP-SNAPSHOT"
const val LINTING_TESTS = "LATEST-EAP-SNAPSHOT"

View File

@ -47,6 +47,9 @@ usual beta standards.
* [VIM-2461](https://youtrack.jetbrains.com/issue/VIM-2461) Show action id before action execution
* [VIM-2026](https://youtrack.jetbrains.com/issue/VIM-2026) Keep global marks after restart
* [VIM-1691](https://youtrack.jetbrains.com/issue/VIM-1691) Fix default path for `!` command
* [VIM-2487](https://youtrack.jetbrains.com/issue/VIM-2487)
[VIM-2434](https://youtrack.jetbrains.com/issue/VIM-2434)
Fix IdeaVim in PyCharm notebooks
### Merged PRs:
* [390](https://github.com/JetBrains/ideavim/pull/390) by [chylex](https://github.com/chylex): [VIM-2255] Missing reload icon in .ideavimrc on Windows

View File

@ -33,6 +33,10 @@
<li><a href="https://youtrack.jetbrains.com/issue/VIM-2026">VIM-2026</a> Keep global marks after restart</li>
<li><a href="https://youtrack.jetbrains.com/issue/VIM-1691">VIM-1691</a> Fix default path for <code>!</code> command
</li>
<li><a href="https://youtrack.jetbrains.com/issue/VIM-2487">VIM-2487</a>
<a href="https://youtrack.jetbrains.com/issue/VIM-2434">VIM-2434</a>
Fix IdeaVim in PyCharm notebooks
</li>
</ul>
<h3>Merged PRs:</h3>
@ -49,6 +53,9 @@
<li><a href="https://github.com/JetBrains/ideavim/pull/407">407</a> by <a href="https://github.com/nizienko">eugene
nizienko</a>: Video recording for ui tests
</li>
<li><a href="https://github.com/JetBrains/ideavim/pull/418">418</a> by <a href="https://github.com/chylex">chylex</a>:
Fix compile errors in unit tests on Windows
</li>
</ul>
]]>
</change-notes>