From e42cdf9518899dc5a52062fd0edad9d7190f9acd Mon Sep 17 00:00:00 2001 From: rieon Date: Fri, 16 Jun 2017 17:46:40 +0800 Subject: [PATCH] update plugin version to 1.4 --- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3c1cdb1..0acdef3 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ intellij { } group 'AutoSwitchIm' -version '1.3' +version '1.4' repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index e0e66bd..41dd017 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ AutoSwitchIm Auto Switch Input Source In IdeaVim Mode - 1.3 + 1.4 Rieon Ke 1.4 Add NONE and LAST config options
  • 1.3 Bugfix and add more config options
  • 1.2 Fixed known bugs in JNI
    add switch input source options setting
  • 1.1 use JNI to replace native module
  • @@ -37,6 +38,7 @@

    +
  • 1.4 添加NONE 和 LAST 配置选项
  • 1.3 修复Bug,添加了更多的配置选项
  • 1.2 修复JNI部分的BUG
    提供了切换输入法选项设置
  • 1.1 使用JNI替换掉原来的本地执行文件