Skip to content

Commit 7c325cc

Browse files
LightLight
Light
authored and
Light
committed
chore(release): 1.8.1
1 parent 2e8cdaa commit 7c325cc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

WindowsFormsApplication2/Glob.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace WindowsFormsApplication2
1919
/// </summary>
2020
public class Glob
2121
{
22-
public static string Ver = "1.8.0";
22+
public static string Ver = "1.8.1";
2323

2424
public static string Form = "雨天跟打器" + Bit + " v" + Ver + Project;
2525

WindowsFormsApplication2/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
3434
// 方法是按如下所示使用“*”:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.8.0.0")]
37-
[assembly: AssemblyFileVersion("1.8.0.0")]
36+
[assembly: AssemblyVersion("1.8.1.0")]
37+
[assembly: AssemblyFileVersion("1.8.1.0")]
3838
[assembly: NeutralResourcesLanguageAttribute("zh-CN")]

updates.json

+7
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,12 @@
6161
"Instra": "添加打包 x86 版本",
6262
"Content": "新功能:\n重构主题设置功能;\n添加支持在主题设置中设定次要背景色和次要前景色的功能;\n添加支持将主题配色应用到对照区滚动条上;\n为发文状态窗口添加支持主题配色功能;\n为主题设置窗口添加支持主题配色功能;\n为设置窗口添加支持主题配色功能;\n问题修复:\n修复成绩栏右键菜单中的时间标识能被编辑的问题;\n修复在发文状态窗口中勾选\"自动发文\"\"周期发文\"依旧可被勾选的错误;\n修复在\"网络文章\"中跳转至最后一页时可能会报错的问题;\n修复难度可能会计算出错的问题;\n修复可能会出现无法读取历史记录的问题;\n修复成绩栏中复制标题结果不正确的问题;",
6363
"Other": "需要重新设置主题和外观"
64+
},
65+
{
66+
"Version": "1.8.1",
67+
"Date": "2021-12-26",
68+
"Instra": "",
69+
"Content": "问题修复:\n修复在跟打一部分内容后重打时滚动条渲染出错的问题;\n修复有可能允许同时运行多个主程序的问题;",
70+
"Other": ""
6471
}
6572
]

0 commit comments

Comments
 (0)