We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddb457 commit 640f27cCopy full SHA for 640f27c
app.go
@@ -23,7 +23,7 @@ const (
23
configDefaultUserKey = "userConfig.defaultUser"
24
configUsersKey = "userConfig.users"
25
configExportPathKey = "exportPath"
26
- appVersion = "v1.2.2"
+ appVersion = "v1.2.3"
27
)
28
29
type FileLoader struct {
build/appicon.png
9.17 KB
build/windows/icon.ico
-246 KB
changelog.md
@@ -1,3 +1,6 @@
1
+## v1.2.3
2
+1. 修改程序ICON
3
+
4
## v1.2.2
5
1. UI统一使用“思源黑体”字体
6
2. 修复导出分享会话时可执行文件可能拷贝错误的情况
0 commit comments