Skip to content

Commit

Permalink
version up to 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 18, 2024
1 parent c8b43b8 commit 4ed1799
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
- Added "Open app folder" item to "Advanced" settings.
- Fixed the board not updating when dropping a LOOKS file.
- Fixed the reading and writing of block image in LOOKS files.
- 2024-XX-YY ver.5.2.4

# 開発履歴 (Japanese)

Expand Down Expand Up @@ -947,3 +948,4 @@
- 上級者向け設定に「アプリのフォルダを開く」を追加。
- LOOKSファイルをドロップしたときに盤面が更新されなかったのを修正。
- LOOKSファイルの黒マス画像の読み書きを修正。
- 2024年XX月YY日 ver.5.2.4
2 changes: 1 addition & 1 deletion installer32.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define APP_VERSION "5.2.3"
#define APP_VERSION "5.2.4"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down
2 changes: 1 addition & 1 deletion installer64.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define APP_VERSION "5.2.3"
#define APP_VERSION "5.2.4"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down
18 changes: 9 additions & 9 deletions lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1578,8 +1578,8 @@ FONT 9, "Tahoma"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 2, 3, 0
PRODUCTVERSION 5, 2, 3, 0
FILEVERSION 5, 2, 4, 0
PRODUCTVERSION 5, 2, 4, 0
FILEOS 0x40004
FILETYPE 0x1
FILESUBTYPE 0x0
Expand All @@ -1590,10 +1590,10 @@ FILESUBTYPE 0x0
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "XWordGiver\0"
VALUE "FileVersion", "5.2.3\0"
VALUE "FileVersion", "5.2.4\0"
VALUE "LegalCopyright", "Copyright (C) 2012-2024 katahiromz. All rights reserved.\0"
VALUE "ProductName", "XWordGiver\0"
VALUE "ProductVersion", "5.2.3\0"
VALUE "ProductVersion", "5.2.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1607,7 +1607,7 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_VERSION, "XWordGiver ver.5.2.3\nby katahiromz"
IDS_VERSION, "XWordGiver ver.5.2.4\nby katahiromz"
IDS_APPNAME, "XWordGiver"
IDS_CANTLOAD, "I couldn't load the file."
IDS_WRONGFORMAT, "This format is wrong."
Expand All @@ -1620,7 +1620,7 @@ STRINGTABLE
IDS_CANTACCEL, "I couldn't load the accelerators."
IDS_CANTREGWND, "I couldn't register the window classes."
IDS_CANTMAKEWND, "I couldn't create the window."
IDS_APPTITLE, "XWordGiver ver.5.2.3 - %s"
IDS_APPTITLE, "XWordGiver ver.5.2.4 - %s"
IDS_MADEPROBLEM, "I have generated a crossword.\n\nCalculation time: %u.%u[sec]"
IDS_CANTMAKEPROBLEM, "I couldn't create the puzzle.\n\nPlease confirm the dictionary, the block pattern, and the policy.\n\nCalculation time: %u.%u[sec]"
IDS_ENTERINT, "Please enter an integer between 2 and 256."
Expand All @@ -1639,7 +1639,7 @@ STRINGTABLE
IDS_NOWSOLVING, "Calculating...(%u.%u sec) %u Retrial(s)"
IDS_HLINE, "----------------------------"
IDS_MONOFONT, "MS ゴシック"
IDS_APPTITLE2, "XWordGiver ver.5.2.3 (%s) - %s"
IDS_APPTITLE2, "XWordGiver ver.5.2.4 (%s) - %s"
IDS_CROSSWORD, "Crossword"
IDS_ANSWER, "Answer: "
IDS_SETPORTRAIT, "Please use the portrait paper to print."
Expand Down Expand Up @@ -1703,8 +1703,8 @@ STRINGTABLE
IDS_VINPUT, "Vert"
IDS_ABC, "ABC"
IDS_DICTIONARY, "Dict"
IDS_APPINFO, "XWordGiver ver.5.2.3"
IDS_APPINFO2, "XWordGiver ver.5.2.3 (%s)"
IDS_APPINFO, "XWordGiver ver.5.2.4"
IDS_APPINFO2, "XWordGiver ver.5.2.4 (%s)"
IDS_HINPUT2, "H\no\nr\nz"
IDS_VINPUT2, "V\ne\nr\nt"
IDS_KANA, "Kana"
Expand Down
18 changes: 9 additions & 9 deletions lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1582,8 +1582,8 @@ FONT 9, "MS UI Gothic"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 5, 2, 3, 0
PRODUCTVERSION 5, 2, 3, 0
FILEVERSION 5, 2, 4, 0
PRODUCTVERSION 5, 2, 4, 0
FILEOS 0x40004
FILETYPE 0x1
FILESUBTYPE 0x0
Expand All @@ -1594,10 +1594,10 @@ FILESUBTYPE 0x0
{
VALUE "CompanyName", "片山博文MZ\0"
VALUE "FileDescription", "クロスワード ギバー\0"
VALUE "FileVersion", "5.2.3\0"
VALUE "FileVersion", "5.2.4\0"
VALUE "LegalCopyright", "Copyright (C) 2012-2024 片山博文MZ. All rights reserved.\0"
VALUE "ProductName", "XWordGiver\0"
VALUE "ProductVersion", "5.2.3\0"
VALUE "ProductVersion", "5.2.4\0"
}
}
BLOCK "VarFileInfo"
Expand All @@ -1611,7 +1611,7 @@ FILESUBTYPE 0x0

STRINGTABLE
{
IDS_VERSION, "クロスワード ギバー ver.5.2.3\nby 片山博文MZ"
IDS_VERSION, "クロスワード ギバー ver.5.2.4\nby 片山博文MZ"
IDS_APPNAME, "クロスワード ギバー"
IDS_CANTLOAD, "ファイルが読み込めません。"
IDS_WRONGFORMAT, "形式が間違っています。"
Expand All @@ -1624,7 +1624,7 @@ STRINGTABLE
IDS_CANTACCEL, "アクセラレータの読み込みに失敗しました。"
IDS_CANTREGWND, "ウィンドウクラスの登録に失敗しました。"
IDS_CANTMAKEWND, "ウィンドウ作成に失敗しました。"
IDS_APPTITLE, "クロスワード ギバー ver.5.2.3 - %s"
IDS_APPTITLE, "クロスワード ギバー ver.5.2.4 - %s"
IDS_MADEPROBLEM, "問題を生成しました。\n\n計算時間: %u.%u[秒]"
IDS_CANTMAKEPROBLEM, "問題を生成できませんでした。\n\n辞書の設定や黒マスの配置やルールを確認して下さい。\n\n計算時間: %u.%u[秒]"
IDS_ENTERINT, "2以上256以下の整数を入力して下さい。"
Expand All @@ -1643,7 +1643,7 @@ STRINGTABLE
IDS_NOWSOLVING, "計算しています...(%u.%u秒経過) %u 回目の再試行"
IDS_HLINE, "――――――――――――――"
IDS_MONOFONT, "MS ゴシック"
IDS_APPTITLE2, "クロスワード ギバー ver.5.2.3 (%s) - %s"
IDS_APPTITLE2, "クロスワード ギバー ver.5.2.4 (%s) - %s"
IDS_CROSSWORD, "クロスワード"
IDS_ANSWER, "答え:"
IDS_SETPORTRAIT, "縦長の用紙設定で印刷して下さい。"
Expand Down Expand Up @@ -1707,8 +1707,8 @@ STRINGTABLE
IDS_VINPUT, "タテ入力"
IDS_ABC, "英字"
IDS_DICTIONARY, "辞書"
IDS_APPINFO, "クロスワード ギバー ver.5.2.3"
IDS_APPINFO2, "クロスワード ギバー ver.5.2.3 (%s)"
IDS_APPINFO, "クロスワード ギバー ver.5.2.4"
IDS_APPINFO2, "クロスワード ギバー ver.5.2.4 (%s)"
IDS_HINPUT2, "ヨコ\n入\n力"
IDS_VINPUT2, "タテ\n入\n力"
IDS_KANA, "カナ"
Expand Down

0 comments on commit 4ed1799

Please sign in to comment.