Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
* x86/x64版とARM版のインストーラーを統合しました。

* 開発環境を Visual Studio 2022 に移行しました。

* 候補一覧に表示される候補数を、7個固定から1~9個の任意の数を設定できるようにしました。

    * 設定ダイアログ「表示1」タブに「候補一覧表示に表示する候補数」の設定を追加しました。

    * 自前で候補を表示するアプリケーションでは、従来通りアプリケーション側が要求した数に従います。

* 候補一覧選択キーの「表示」にUnicodeの拡張面の文字を使用可能としました。

* 数値変換#4(数値再変換)に一部対応しました。

* 再変換のキー設定を追加しました。

    * アプリケーション上で選択された文字列でユーザー辞書の送りなしエントリを逆引きしてから通常の辞書検索をおこないます。

    * 異なる見出し語に同じ候補が登録されている場合は、最も新しく確定された見出し語が適用されます。

* 辞書管理プロセスのデバッグビルドで、通信スレッドによる描画更新のデッドロックを修正しました。

* 設定ファイル、取込済SKK辞書ファイルの切り替え処理を改善しました。
  • Loading branch information
nathancorvussolis committed Dec 5, 2021
1 parent 71155c6 commit ba7253b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 3.1.1
# CorvusSKK ver. 3.1.2

![](installer/resource-md/logo.png) 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 @@ -7,10 +7,10 @@
#define TEXTSERVICE_DESC TEXTSERVICE_NAME L"_DEBUG"
#endif
#define TEXTSERVICE_DIR L"IMCRVSKK"
#define TEXTSERVICE_VER L"3.1.1"
#define TEXTSERVICE_VER L"3.1.2"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "3.1.1"
#define RC_VERSION_D 3,1,1,0
#define RC_VERSION "3.1.2"
#define RC_VERSION_D 3,1,2,0
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=3.1.1
set VERSION=3.1.2

set TARGETDIR=build
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="3.1.1" ?>
<?define version="3.1.2" ?>
</Include>
Binary file modified installer/resource-md/201_convert_program.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba7253b

Please sign in to comment.