From a14bbdb8f31b90908d1dbaf2d818096f5f1ce417 Mon Sep 17 00:00:00 2001 From: nathancorvussolis Date: Sun, 15 May 2016 22:10:35 +0900 Subject: [PATCH] 2.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・インストール後に初めて使用するユーザーでもローマ字による仮名入力および仮名漢字変換が可能となるようにしました。  ・設定ダイアログでの取込処理や保存をしていないなどでディレクトリ %AppData%\CorvusSKK に辞書ファイルや設定ファイルが存在しないとき、 %SystemRoot%\IME\IMCRVSKK にインストールされているファイルが使用されます。  ・インストールされる辞書は naist-jdic-0.4.3 から固有名詞とSKK辞書として冗長な語を除外してSKK辞書形式に変換したものです。 --- README.md | 2 +- common/version.h | 6 +++--- installer/_version.cmd | 2 +- installer/installer-version.wxi | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ba48cda..b7884c47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# CorvusSKK ver. 2.3.4 +# CorvusSKK ver. 2.4.0 Windowsで動作するSKK風のIMEです。 diff --git a/common/version.h b/common/version.h index b200a85d..cc8e66cb 100644 --- a/common/version.h +++ b/common/version.h @@ -9,12 +9,12 @@ #define TEXTSERVICE_DESC TEXTSERVICE_NAME L"_DEBUG" #endif #define TEXTSERVICE_DIR L"IMCRVSKK" -#define TEXTSERVICE_VER L"2.3.4" +#define TEXTSERVICE_VER L"2.4.0" //for resource #define RC_AUTHOR "nathancorvussolis" #define RC_PRODUCT "CorvusSKK" -#define RC_VERSION "2.3.4" -#define RC_VERSION_D 2,3,4,0 +#define RC_VERSION "2.4.0" +#define RC_VERSION_D 2,4,0,0 #endif diff --git a/installer/_version.cmd b/installer/_version.cmd index 3c05869e..e75a6c13 100644 --- a/installer/_version.cmd +++ b/installer/_version.cmd @@ -1,4 +1,4 @@ -set VERSION=2.3.4 +set VERSION=2.4.0 set TARGETDIR=build diff --git a/installer/installer-version.wxi b/installer/installer-version.wxi index 5479f1c8..ae90210e 100644 --- a/installer/installer-version.wxi +++ b/installer/installer-version.wxi @@ -1,4 +1,4 @@ - +