We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e85810 commit 5bc751dCopy full SHA for 5bc751d
CHANGELOG.md
@@ -115,3 +115,7 @@
115
- 以下2つは [noriokun4649](https://github.com/noriokun4649) さんご提供です。ありがとうございます。
116
- 削除されたコメがあると不正な応答で過去ログ取得できないのを修正
117
- 2chDATパーサーにおいて日時に秒がないデータを考慮するように変更
118
+
119
+## v1.10.3 (2021-03-01)
120
+- 終了時にニコニコのログアウト処理をするように
121
+ - [a1lic](https://github.com/a1lic) さんのご協力です。ありがとうございます。
TVTComment/TVTComment.csproj
@@ -7,7 +7,7 @@
7
<TargetFramework>net5.0-windows</TargetFramework>
8
<UseWPF>true</UseWPF>
9
<UseWindowsForms>true</UseWindowsForms>
10
- <Version>1.10.2</Version>
+ <Version>1.10.3</Version>
11
<Copyright>© 2017 silane</Copyright>
12
<Authors>silane</Authors>
13
</PropertyGroup>
0 commit comments