Skip to content

Commit ea66e99

Browse files
committed
release: v0.4.1
1 parent 94258a9 commit ea66e99

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# 更新记录
22

3+
## 0.4.1 (2024-03-02)
4+
5+
### 🚀 新功能
6+
7+
- 支持修改设置按钮位置
8+
9+
### 🩹 bug 修复
10+
11+
- 修正抽取结果页的元素空隙
12+
- 修复 app 端开放源代码许可无法显示的问题
13+
14+
### 🏡 其他更改
15+
16+
- 优化部分教程高亮逻辑
17+
- 减小图标体积,删除图标缓存
18+
- 添加名单数据异常的回退方案
19+
320
## 0.4.0 (2024-02-24)
421

522
### 🚀 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ex-caller",
33
"type": "module",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"private": true,
66
"scripts": {
77
"app:build": "tauri build",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ex-caller"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "一个简约风格的随机点名工具"
55

66
[build-dependencies]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "ExCaller",
10-
"version": "0.4.0"
10+
"version": "0.4.1"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)