Skip to content

Commit 810e0b5

Browse files
committed
发布新版
1 parent d10ba74 commit 810e0b5

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

changlog/autoUpdate.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.0.1.7</version>
4-
<url>https://llcom.papapoi.com/update/1.0.1.7.zip</url>
5-
<changelog>https://llcom.papapoi.com/changelog/1.0.1.7.html</changelog>
3+
<version>1.0.1.8</version>
4+
<url>https://llcom.papapoi.com/update/1.0.1.8.zip</url>
5+
<changelog>https://llcom.papapoi.com/changelog/1.0.1.8.html</changelog>
66
<mandatory mode="1">true</mandatory>
77
</item>

changlog/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
> 欢迎加入交流群:`906307487`
1010

11+
## LLCOM 1.0.1.8
12+
13+
- Lua加上vb输入框接口
14+
- 对恢复文件目录失败的判断与提示,防止恢复失败崩溃
15+
- 去除byte转string时的0x00,防止字符串结束显示
16+
- 整理串口日志格式,让其更清晰明了(vscode打开效果更佳)
17+
18+
---
19+
1120
## LLCOM 1.0.1.7
1221

1322
- LLCOM现已支持自动恢复文件结构!现在你可以直接分享单个exe文件给朋友们了,不用打包整个工具

llcom/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
5252
//通过使用 "*",如下所示:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.1.7")]
55-
[assembly: AssemblyFileVersion("1.0.1.7")]
54+
[assembly: AssemblyVersion("1.0.1.8")]
55+
[assembly: AssemblyFileVersion("1.0.1.8")]
5656
[assembly: NeutralResourcesLanguage("zh-CN")]
5757

0 commit comments

Comments
 (0)