Skip to content

Commit

Permalink
3.2.2
Browse files Browse the repository at this point in the history
* インストーラーを WiX Toolset v3 から v4 にアップデートしました。

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

* 異なるDPIのモニターにプロパティシートダイアログが移動したときにDPIを取得する関数を GetDpiForMonitor から GetDpiForWindow に変更しました。

    * Windows 10 1607 以降で有効です。
  • Loading branch information
nathancorvussolis committed Oct 29, 2023
1 parent f101905 commit 1460557
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 3.2.1
# CorvusSKK ver. 3.2.2

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

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

### 開発環境

Visual Studio Community 2022 17.7.4
Visual Studio Community 2022 17.7.6

* Desktop development with C++

Expand All @@ -935,14 +935,14 @@ Visual Studio Community 2022 17.7.4
* SDKs, libraries, and frameworks
* C++ ATL for latest v143 build tools (x86 & x64)
* C++ ATL for latest v143 build tools (ARM)
* C++ ATL for latest v143 build tools (ARM64)
* C++ ATL for latest v143 build tools (ARM64/ARM64EC)
* Windows 11 SDK (10.0.22621.0)

WiX Toolset v4.0.2

* 要 .NET SDK 6.0 またはそれ以降

pandoc 3.1.8
pandoc 3.1.9


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

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "3.2.1"
#define RC_VERSION_D 3,2,1,0
#define RC_VERSION "3.2.2"
#define RC_VERSION_D 3,2,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.2.1
set VERSION=3.2.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,3 +1,3 @@
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
<?define version="3.2.1" ?>
<?define version="3.2.2" ?>
</Include>
Binary file modified installer/resource-md/101_dictionary_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/102_dictionary_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/103_behavior_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/104_behavior_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/105_display_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/106_display_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/107_display_attribute_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/108_display_attribute_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/109_select_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/110_on_off_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/111_key1_character.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/112_key2_virtual_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/113_conversion_point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/114_kana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installer/resource-md/115_full_width_latin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 1460557

Please sign in to comment.