Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
* Windows 11 対応です。

* ARM 版の ARM64EC 対応を簡易にするため Windows 11 SDK に移行しました。

    Windows 10 SDK ではそのままではビルドできなくなります。

* Windows 8 SDK より前の古いバージョン用のコードを削除しました。
  • Loading branch information
nathancorvussolis committed Oct 10, 2021
1 parent 338867f commit 45a3cc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 3.0.0
# CorvusSKK ver. 3.0.1

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

Expand Down Expand Up @@ -27,12 +27,14 @@ Windowsで動作するSKK風のIMEです。

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

* Windows 11 (32-bit / 64-bit / ARM)


### インストール

corvusskk-X.Y.Z.exe を実行してください。 (X, Y, Z はバージョン番号)

Windows 10 on ARM では corvusskk-X.Y.Z-arm.exe を実行してください。
ARM 版 Windows では corvusskk-X.Y.Z-arm.exe を実行してください。

アップデートの後はOSを再起動しておくと安全です。

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.0.0"
#define TEXTSERVICE_VER L"3.0.1"

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

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

0 comments on commit 45a3cc3

Please sign in to comment.