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

Prepare to 1.12.0 release

This commit is contained in:
Alex Plate
2022-11-01 19:11:28 +02:00
parent 92d08377ce
commit 4300cf5330
3 changed files with 10 additions and 3 deletions
.teamcity/_Self
CHANGES.md
src/main/resources/META-INF

@@ -5,8 +5,8 @@ object Constants {
const val EAP_CHANNEL = "eap" const val EAP_CHANNEL = "eap"
const val DEV_CHANNEL = "Dev" const val DEV_CHANNEL = "Dev"
const val VERSION = "1.11.1" const val VERSION = "1.12.0"
const val DEV_VERSION = "1.12.0" const val DEV_VERSION = "1.13.0"
const val GITHUB_TESTS = "LATEST-EAP-SNAPSHOT" const val GITHUB_TESTS = "LATEST-EAP-SNAPSHOT"
const val NVIM_TESTS = "LATEST-EAP-SNAPSHOT" const val NVIM_TESTS = "LATEST-EAP-SNAPSHOT"

@@ -23,7 +23,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 ## 1.12.0, 2022-11-01
### Fixes: ### Fixes:
* [VIM-1758](https://youtrack.jetbrains.com/issue/VIM-1758) Commentary plugin in rider * [VIM-1758](https://youtrack.jetbrains.com/issue/VIM-1758) Commentary plugin in rider

@@ -16,6 +16,13 @@
<li><a href="https://youtrack.jetbrains.com/issue/VIM-2768">VIM-2768</a> Refactor listeners</li> <li><a href="https://youtrack.jetbrains.com/issue/VIM-2768">VIM-2768</a> Refactor listeners</li>
<li><a href="https://youtrack.jetbrains.com/issue/VIM-2776">VIM-2776</a> Use filename index for file search</li> <li><a href="https://youtrack.jetbrains.com/issue/VIM-2776">VIM-2776</a> Use filename index for file search</li>
</ul> </ul>
<h3>Merged PRs:</h3>
<ul>
<li><a href="https://github.com/JetBrains/ideavim/pull/550">550</a> by <a href="https://github.com/citizenmatt">Matt
Ellis</a>: Fix(VIM-2778) Remove override of editor scroll setting
</li>
</ul>
]]> ]]>
</change-notes> </change-notes>
<description><![CDATA[ <description><![CDATA[