Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
・通常権限と管理者権限の辞書管理プロセスが二重起動してしまうバグを修正しました。
 ・coさん、情報ありがとうございます。

・表示属性のデフォルト値を変更しました。
  • Loading branch information
nathancorvussolis committed Jan 11, 2016
1 parent e90a1c4 commit 3b4b0a0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

CorvusSKK

Copyright (C) 2011-2015 SASAKI Nobuyuki
Copyright (C) 2011-2016 SASAKI Nobuyuki

Microsoft Public License (MS-PL)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 2.2.0
# CorvusSKK ver. 2.2.1

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

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.0"
#define TEXTSERVICE_VER L"2.2.1"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.2.0"
#define RC_VERSION_D 2,2,0,0
#define RC_VERSION "2.2.1"
#define RC_VERSION_D 2,2,1,0

#endif
4 changes: 2 additions & 2 deletions installer/README.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

==============================================================================

CorvusSKK ver. 2.2.0
CorvusSKK ver. 2.2.1

https://nathancorvussolis.github.io/
[email protected]
Expand Down Expand Up @@ -29,6 +29,6 @@

マニュアル

https://github.com/nathancorvussolis/corvusskk/blob/2.2.0/README.md
https://github.com/nathancorvussolis/corvusskk/blob/2.2.1/README.md

==============================================================================
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.0
set VERSION=2.2.1

set TARGETDIR=build
2 changes: 1 addition & 1 deletion installer/config-lua/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ local function skk_search(key, okuri)
-- SKK辞書サーバー検索
ret = ret .. crvmgr.search_skk_server(key)

if okuri == "" then
if (okuri == "") then
-- Unicodeコードポイント変換
ret = ret .. crvmgr.search_unicode(key)

Expand Down
2 changes: 1 addition & 1 deletion installer/corvusskk-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.0" ?>
<?define version="2.2.1" ?>
</Include>
2 changes: 1 addition & 1 deletion installer/license.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{\*\generator Riched20 10.0.10586}\viewkind4\uc1
\pard\sl240\slmult1\f0\fs16 CorvusSKK\par
\par
Copyright (C) 2011-2015 SASAKI Nobuyuki\par
Copyright (C) 2011-2016 SASAKI Nobuyuki\par
\par
Microsoft Public License (MS-PL)\par
\par
Expand Down

0 comments on commit 3b4b0a0

Please sign in to comment.