Skip to content

Commit

Permalink
2.7.12
Browse files Browse the repository at this point in the history
・ライセンスを Microsoft Public License から MIT License に変更しました。

・オプション「入力モードを表示する」での表示時間設定値の単位を秒からミリ秒に変更しました。

・x86 版 msi ファイルを x64 版インストーラーと ARM 版インストーラーとで共通化しました。

・インストーラー画面を WiX Toolset のデフォルトで用意されたものに変更しました。

--

・大した変更は無いですが、ライセンスを変更したので一旦リリースしておきます。
  • Loading branch information
nathancorvussolis committed Apr 19, 2020
1 parent e8351be commit 99cb514
Show file tree
Hide file tree
Showing 21 changed files with 9 additions and 9 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. 2.7.11
# CorvusSKK ver. 2.7.12

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"2.7.11"
#define TEXTSERVICE_VER L"2.7.12"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.7.11"
#define RC_VERSION_D 2,7,11,0
#define RC_VERSION "2.7.12"
#define RC_VERSION_D 2,7,12,0
4 changes: 2 additions & 2 deletions imcrvcnf/imcrvcnf.rc
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ FONT 10, "MS Gothic"
{
GROUPBOX "表示2", IDC_STATIC, 4, 4, 258, 236
AUTOCHECKBOX "入力モードを表示する", IDC_CHECKBOX_SHOWMODEINL, 24, 20, 100, 10
EDITTEXT IDC_EDIT_SHOWMODEINLTM, 180, 18, 32, 12, ES_AUTOHSCROLL
LTEXT "msec", IDC_STATIC, 220, 20, 18, 8, SS_LEFT
EDITTEXT IDC_EDIT_SHOWMODEINLTM, 175, 18, 32, 12, ES_AUTOHSCROLL
LTEXT "msec", IDC_STATIC, 210, 20, 18, 8, SS_LEFT
LTEXT "入力モードの色", IDC_STATIC, 24, 35, 60, 8, SS_LEFT
LTEXT "文字", IDC_STATIC, 90, 35, 18, 8, SS_LEFT
CONTROL "", IDC_COL_MODE_MC, WC_STATIC, SS_NOTIFY | SS_BLACKFRAME, 110, 33, 12, 12
Expand Down
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.7.11
set VERSION=2.7.12

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="2.7.11" ?>
<?define version="2.7.12" ?>
</Include>
2 changes: 1 addition & 1 deletion installer/installer-x86.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<RegistryValue Id="RV_run_x86" Action="write"
Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
Type="string" Name="imcrvmgr" Value="&quot;[#F_imcrvmgr_x86]&quot;" KeyPath="yes" />
<!-- enabled autorun on 32-bit Windows only. -->
<!-- enabled autorun only on 32-bit Windows. -->
<Condition><![CDATA[NOT PLATFORMVERSION]]></Condition>
</Component>

Expand Down
Binary file modified installer/resource-md/01_dictionary.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/02_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/03_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/04_display1.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/05_display2.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/06_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/07_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/08_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/09_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/10_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/11_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/12_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/13_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/14_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/21_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 99cb514

Please sign in to comment.