Skip to content

Commit 4d9043c

Browse files
committed
1. 实现最后浏览位置记录和书签功能
2. 实现会话导出分享功能 3. 增加语音消息和通话消息的筛选 4. 实现单聊会话对话人位置调换功能 5. 添加繁体和英语表情的解析 6. 修复相近时间的消息可能会出现顺序不对的问题
1 parent 3cc400b commit 4d9043c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Build wails
32-
uses: dAppServer/wails-build-action@v2.2
32+
uses: dAppServer/wails-build-action@main
3333
id: build
3434
with:
3535
build-name: ${{ matrix.build.name }}
3636
sign: false
3737
build-platform: ${{ matrix.build.platform }}
3838
package: true
39-
go-version: '1.21'
39+
go-version: '1.21'
40+
wails-version: "v2.9.1"

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
configDefaultUserKey = "userConfig.defaultUser"
2424
configUsersKey = "userConfig.users"
2525
configExportPathKey = "exportPath"
26-
appVersion = "v1.2.0"
26+
appVersion = "v1.2.1"
2727
)
2828

2929
type FileLoader struct {

0 commit comments

Comments
 (0)