We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995a8f1 commit 1c0c17aCopy full SHA for 1c0c17a
scripts/release_note.py
@@ -8,4 +8,4 @@
8
for lines in f.read().split('\n## '):
9
lines = lines.split('\n')
10
if lines[0] == ver:
11
- print('<br>'.join(lines[1:]))
+ print('\n'.join(lines[1:]))
src/docs/changelog.md
@@ -1,6 +1,9 @@
1
# Change Log
2
## v3.2
3
* Merge qrc and translation files
4
+* Add status label
5
+* Update download dialog
6
+* Fix pivoter issue
7
## v3.1
### Features
src/docs/changelog_zh_CN.md
@@ -1,4 +1,10 @@
# 更新日志
+## v3.2
+* 将翻译文件合并到资源系统
+* 添加状态栏指示标签
+* 重新设计下载对话框
+* 修复统计完全子图时闪退的问题
+
### 新特性
* 支持查看文档和更新日志
0 commit comments