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

Prepare to 0.63 release

This commit is contained in:
Alex Plate 2020-12-16 12:56:25 +03:00
parent f4fe03c582
commit 0b22b454e6
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
4 changed files with 17 additions and 2 deletions

View File

@ -10,7 +10,7 @@ object Release : BuildType({
description = "Build and publish IdeaVim plugin"
artifactRules = "build/distributions/*"
buildNumberPattern = "0.62"
buildNumberPattern = "0.63"
params {
param("env.ORG_GRADLE_PROJECT_ideaVersion", "2020.2")

View File

@ -13,7 +13,7 @@ object ReleaseEap : BuildType({
description = "Build and publish EAP of IdeaVim plugin"
artifactRules = "build/distributions/*"
buildNumberPattern = "0.62.%build.counter%"
buildNumberPattern = "0.63.%build.counter%"
params {
param("env.ORG_GRADLE_PROJECT_ideaVersion", "2020.2")

View File

@ -335,6 +335,10 @@ Contributors:
[![icon][github]](https://github.com/shaunpatterson)
 
Shaun Patterson
* [![icon][mail]](mailto:vladimir.petrenko@jetbrains.com)
[![icon][github]](https://github.com/vladimir-petrenko)
 
Vladimir Petrenko
If you are a contributor and your name is not listed here, feel free to
contact the maintainers.

View File

@ -22,6 +22,17 @@ 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
usual beta standards.
## 0.63, 2020-12-16
### Changes:
* Update the minimal required IJ version: 2020.2+
### Fixes:
* [CWM-927](https://youtrack.jetbrains.com/issue/CWM-927) Fix typing for CodeWithMe and IdeaVim
### Merged PRs:
* [259](https://github.com/JetBrains/ideavim/pull/259) by [Vladimir Petrenko](https://github.com/vladimir-petrenko): CWM-927 disable vim for client's hidden editor on host
## 0.62, 2020-12-15
### Features: