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:
parent
016bcc00d8
commit
6e82008ffa
4
.teamcity/_Self/Constants.kt
vendored
4
.teamcity/_Self/Constants.kt
vendored
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user