From 0b6f9401f4a0262118488dc14962f1d821f3f5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9=E6=96=87?= <1234567890chw@163.com> Date: Mon, 10 Dec 2018 23:30:08 +0800 Subject: [PATCH] =?UTF-8?q?[2.0.2.19][release]=201.=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BA=86=E2=80=9C=E6=A3=80=E6=9F=A5=E6=9B=B4=E6=96=B0=E2=80=9D?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=9A=84=E6=98=BE=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoLiveRecorder/Class/Update.cs | 2 +- AutoLiveRecorder/Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 +- ReleaseHistory.md | 5 ++++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/AutoLiveRecorder/Class/Update.cs b/AutoLiveRecorder/Class/Update.cs index a9204aa..f8dd00c 100644 --- a/AutoLiveRecorder/Class/Update.cs +++ b/AutoLiveRecorder/Class/Update.cs @@ -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); } diff --git a/AutoLiveRecorder/Properties/AssemblyInfo.cs b/AutoLiveRecorder/Properties/AssemblyInfo.cs index ffae766..53cdc4b 100644 --- a/AutoLiveRecorder/Properties/AssemblyInfo.cs +++ b/AutoLiveRecorder/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file diff --git a/README.md b/README.md index 106f4f0..4410fa0 100644 --- a/README.md +++ b/README.md @@ -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) ## 开发计划 diff --git a/ReleaseHistory.md b/ReleaseHistory.md index ddd1264..03ca9a9 100644 --- a/ReleaseHistory.md +++ b/ReleaseHistory.md @@ -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。