Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
* Lua 5.4.4 にアップデートしました。

* zlib 1.2.12 にアップデートしました。

* 32 ビット ARM 向けの IME 登録に失敗してもインストールが完了するようにしました。

    * Mac における仮想環境では AArch32 が使用できない(らしい)ための措置です。

    * 動作環境を所持していないため未確認です。

* 複数動的補完の3点リーダーを表示するタイミングを修正しました。
  • Loading branch information
nathancorvussolis committed Apr 9, 2022
1 parent 392f302 commit 98cf38c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 3.1.2
# CorvusSKK ver. 3.1.3

![](installer/resource-md/logo.png) Windowsで動作するSKK風のIMEです。

Expand Down Expand Up @@ -932,7 +932,7 @@ Windows 10 (Ver.1709 から)、Windows 11 の場合

### 開発環境

Visual Studio Community 2022 17.0.2
Visual Studio Community 2022 17.1.3

* Desktop development with C++

Expand All @@ -951,7 +951,7 @@ Visual Studio Community 2022 17.0.2

WiX Toolset v3.11.2

pandoc 2.16.2
pandoc 2.18


### ビルド手順
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.2"
#define TEXTSERVICE_VER L"3.1.3"

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

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.2" ?>
<?define version="3.1.3" ?>
</Include>

0 comments on commit 98cf38c

Please sign in to comment.