diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd4fc5..af458c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -371,3 +371,7 @@ - 5chDATでスレ落ち判定を修正 #118 - 5chDATでフィールドが6個でも許容するように変更 #118 - 設定の保存漏れを修正 #117 + +## v3.2.2 (2024-10-19) +- CVE-2024-43485 #119 +- チャンネルリストを更新 #120 diff --git a/TVTComment/TVTComment.csproj b/TVTComment/TVTComment.csproj index 33674c6..7345f7b 100644 --- a/TVTComment/TVTComment.csproj +++ b/TVTComment/TVTComment.csproj @@ -7,7 +7,7 @@ net8.0-windows true true - 3.2.1 + 3.2.2 © 2017 silane / © 2020-2024 noriokun4649 silane edit by noriokun4649 silane diff --git a/Viewer/Viewer.cpp b/Viewer/Viewer.cpp index c07ff0f..dc2f086 100644 --- a/Viewer/Viewer.cpp +++ b/Viewer/Viewer.cpp @@ -68,7 +68,7 @@ bool CViewer::GetPluginInfo(TVTest::PluginInfo *pInfo) pInfo->Flags = 0; pInfo->pszPluginName = L"TvtComment"; pInfo->pszCopyright = L"(c) 2017 silane / 2022-2024 noriokun4649"; - pInfo->pszDescription = L"実況コメントをオーバーレイ表示"; + pInfo->pszDescription = L"実況コメントをオーバーレイ表示 (v3.2.2)"; return true; }