Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTXKanjiMenu のバージョンを更新、修正履歴に追記 #274 #310

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions TTXKanjiMenu/ttxkanjimenu.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,8,0
PRODUCTVERSION 0,1,8,0
FILEVERSION 0,1,9,0
PRODUCTVERSION 0,1,9,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BLOCK "041104b0"
BEGIN
VALUE "FileDescription", "TTX KanjiMenu Plug-in"
VALUE "FileVersion", "0, 1, 8, 0"
VALUE "FileVersion", "0, 1, 9, 0"
VALUE "InternalName", "ttxkanjimenu"
VALUE "LegalCopyright", "Copyright (C) 2007 Sunao HARA, (C) 2007-2024 TeraTerm Project"
VALUE "OriginalFilename", "ttxkanjimenu.dll"
VALUE "ProductName", "TTX KanjiMenu Plug-in"
VALUE "ProductVersion", "0, 1, 8, 0"
VALUE "ProductVersion", "0, 1, 9, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 6 additions & 0 deletions doc/en/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
<li>Added Tamil.lng language file.</li>
<li>Upgraded TTSSH to <a href="#ttssh_3.3">3.3</a>.</li>
<li>Upgraded TeraTerm Menu to <a href="#ttmenu_1.20">1.20</a>.</li>
<li>Upgraded TTX KanjiMenu Plug-in to <a href="#kanjimenu_0.1.9">0.1.9</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -5586,6 +5587,11 @@ <h3 id="ttmenu_0.94r2">2004.12.8 (Ver 0.94r2)</h3>

<h2 id="kanjimenu">TTX KanjiMenu</h2>

<h3 id="kanjimenu_0.1.9">2024.9.6 (Ver 0.1.9)</h3>
<ul class="history">
<li>Refactoring for menu creation.</li>
</ul>

<h3 id="kanjimenu_0.1.8">2021.6.5 (Ver 0.1.8)</h3>
<ul class="history">
<li>UTF-8m setting does not shown in Korean mode.</li>
Expand Down
6 changes: 6 additions & 0 deletions doc/ja/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
<li>����t�@�C���Ƀ^�~����(Tamil.lng)��lj������B</li>
<li><a href="#ttssh_3.3">TTSSH(3.3)</a>�֍����ւ����B</li>
<li><a href="#ttmenu_1.20">TeraTerm Menu(1.20)</a>�֍����ւ����B</li>
<li><a href="#kanjimenu_0.1.9">TTX KanjiMenu Plugin(0.1.9)</a>�֍����ւ����B</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -5596,6 +5597,11 @@ <h3 id="ttmenu_0.94r2">2004.12.8 (Ver 0.94r2)</h3>

<h2 id="kanjimenu">TTX KanjiMenu</h2>

<h3 id="kanjimenu_0.1.9">2024.9.6 (Ver 0.1.9)</h3>
<ul class="history">
<li>���j���[�̍쐬�����̃R�[�h�����������B</li>
</ul>

<h3 id="kanjimenu_0.1.8">2021.6.5 (Ver 0.1.8)</h3>
<ul class="history">
<li>�؍��ꃂ�[�h�� UTF-8m ���\������Ȃ������C�������B</li>
Expand Down