Skip to content

Commit

Permalink
2.2.5
Browse files Browse the repository at this point in the history
・Office 2013 において入力済みの文字列を選択した状態で入力モード変更をおこなったとき、選択した文字列が消去されてしまうバグを修正しました。
 ・yoh2_sdjさん、情報ありがとうございます。

・Office 2013 において確定入力モードのローマ字を上下左右キーでキャンセルしたとき、再度確定かキャンセルをおこなうまで上下左右キーが効かなくなるバグを修正しました。
  • Loading branch information
nathancorvussolis committed Feb 17, 2016
1 parent 0d413f2 commit 31ed28a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

# CorvusSKK ver. 2.2.4
# CorvusSKK ver. 2.2.5

Windowsで動作するSKK風のIMEです。


## インストール


### 対応OS

* Windows Vista (32-bit / 64-bit)
Expand All @@ -18,7 +19,9 @@ Windowsで動作するSKK風のIMEです。
+ SP1

* Windows 8 (32-bit / 64-bit)

* Windows 8.1 (32-bit / 64-bit)

* Windows 10 (32-bit / 64-bit)


Expand Down
6 changes: 3 additions & 3 deletions common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#define TEXTSERVICE_DESC TEXTSERVICE_NAME L"_DEBUG"
#endif

#define TEXTSERVICE_VER L"2.2.4"
#define TEXTSERVICE_VER L"2.2.5"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.2.4"
#define RC_VERSION_D 2,2,4,0
#define RC_VERSION "2.2.5"
#define RC_VERSION_D 2,2,5,0

#endif
2 changes: 1 addition & 1 deletion installer/_version.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

set VERSION=2.2.4
set VERSION=2.2.5

set TARGETDIR=build
2 changes: 1 addition & 1 deletion installer/config-lua/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--[[
CorvusSKK ver.2.2.4 Lua拡張スクリプト
CorvusSKK ver.2.2.5 Lua拡張スクリプト
Cから呼ばれるLuaの関数
Expand Down
2 changes: 1 addition & 1 deletion installer/installer-version.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define version="2.2.4" ?>
<?define version="2.2.5" ?>
</Include>
2 changes: 1 addition & 1 deletion installer/installer-x86.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<RemoveFolder Id="RF_readme_html" Directory="IMCRVSKK_MENU" On="uninstall" />
</Component>
</DirectoryRef>

<Component Guid="7518DACF-6FAB-4536-ABE7-6929C618B608" Id="REG_X86" Directory="TARGETDIR">
<RegistryKey Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Run">
<RegistryValue Action="write" Type="string" Name="imcrvmgr"
Expand Down

0 comments on commit 31ed28a

Please sign in to comment.