We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b249b commit 914069aCopy full SHA for 914069a
CHANGELOG.md
@@ -65,3 +65,6 @@
65
## v1.6.1 (2020-12-19)
66
- メインウィンドウのフォントサイズを変更できるように
67
- メインウィンドウの「設定」タブの次回起動時保存されるべき設定の一部が保存されないのを修正
68
+
69
+## v1.6.2 (2020-12-19)
70
+- 「コメント元」タブの「追加↓」「削除↑」ボタンの有効無効状態がおかしくなるのを修正
TVTComment/TVTComment.csproj
@@ -7,7 +7,7 @@
7
<TargetFramework>netcoreapp3.1</TargetFramework>
8
<UseWPF>true</UseWPF>
9
<UseWindowsForms>true</UseWindowsForms>
10
- <Version>1.6.1</Version>
+ <Version>1.6.2</Version>
11
<Copyright>© 2017 silane</Copyright>
12
<Authors>silane</Authors>
13
</PropertyGroup>
0 commit comments