Skip to content

Commit

Permalink
[2.0.2.19][release]
Browse files Browse the repository at this point in the history
1.优化了“检查更新”模块的显示。
  • Loading branch information
LeoChen98 committed Dec 10, 2018
1 parent c16fcdc commit 0b6f940
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AutoLiveRecorder/Class/Update.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private static string GetChanges(string str)
{
liststr += (j + 1).ToString() + "." + mc[j].Groups[2].Value + "\r\n";
}
liststr = liststr.Substring(0, liststr.Length - 2);
//liststr = liststr.Substring(0, liststr.Length - 2);
str = str.Replace(i.Value, liststr);
}

Expand Down
4 changes: 2 additions & 2 deletions AutoLiveRecorder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
// 主版本 次版本 生成号 修订号
//
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 方法是按如下所示使用“*”: : [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.1.18")]
[assembly: AssemblyFileVersion("2.0.1.18")]
[assembly: AssemblyVersion("2.0.2.19")]
[assembly: AssemblyFileVersion("2.0.2.19")]
[assembly: Guid("b3481a0e-1d11-4a78-a059-64bb9dd7f1c0")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


## 下载地址
[![Downloads](https://img.shields.io/badge/%E4%B8%8B%E8%BD%BD%E8%BD%AF%E4%BB%B6@2.0.1.18-484K-brightgreen.svg)](https://github.com/LeoChen98/AutoLiveRecorder/releases/download/2.0.1.18/AutoLiveRecorder.exe)
[![Downloads](https://img.shields.io/badge/%E4%B8%8B%E8%BD%BD%E8%BD%AF%E4%BB%B6@2.0.2.19-484K-brightgreen.svg)](https://github.com/LeoChen98/AutoLiveRecorder/releases/download/2.0.2.19/AutoLiveRecorder.exe)
[![PassedDownloads](https://img.shields.io/badge/%E8%BF%87%E5%BE%80%E7%89%88%E6%9C%AC-release-blue.svg)](https://github.com/LeoChen98/AutoLiveRecorder/releases)

## 开发计划
Expand Down
5 changes: 4 additions & 1 deletion ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 2.0.1.18 release
# 2.0.2.19 release
1. 优化了“检查更新”模块的显示。

# 2.0.1.18 release
1. 新增“开播时开始”选项下的“重复”选项。
2. 修复了缩小到托盘后再启动窗体无法显示任务列表的bug。
3. 修复了“关于”窗口无法显示程序版本的bug。
Expand Down

0 comments on commit 0b6f940

Please sign in to comment.