Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noriokun4649 authored Oct 19, 2024
1 parent 080ffab commit 956a781
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,7 @@
- 5chDATでスレ落ち判定を修正 #118
- 5chDATでフィールドが6個でも許容するように変更 #118
- 設定の保存漏れを修正 #117

## v3.2.2 (2024-10-19)
- CVE-2024-43485 #119
- チャンネルリストを更新 #120
2 changes: 1 addition & 1 deletion TVTComment/TVTComment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Version>3.2.1</Version>
<Version>3.2.2</Version>
<Copyright>© 2017 silane / © 2020-2024 noriokun4649</Copyright>
<Authors>silane edit by noriokun4649</Authors>
<Company>silane</Company>
Expand Down
2 changes: 1 addition & 1 deletion Viewer/Viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 956a781

Please sign in to comment.