Skip to content

Commit 1c0c17a

Browse files
committed
build: release v3.2
1 parent 995a8f1 commit 1c0c17a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

scripts/release_note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
for lines in f.read().split('\n## '):
99
lines = lines.split('\n')
1010
if lines[0] == ver:
11-
print('<br>'.join(lines[1:]))
11+
print('\n'.join(lines[1:]))

src/docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
## v3.2
33
* Merge qrc and translation files
4+
* Add status label
5+
* Update download dialog
6+
* Fix pivoter issue
47

58
## v3.1
69
### Features

src/docs/changelog_zh_CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 更新日志
2+
## v3.2
3+
* 将翻译文件合并到资源系统
4+
* 添加状态栏指示标签
5+
* 重新设计下载对话框
6+
* 修复统计完全子图时闪退的问题
7+
28
## v3.1
39
### 新特性
410
* 支持查看文档和更新日志

0 commit comments

Comments
 (0)