Skip to content

Commit d461f69

Browse files
committed
release: v1.1.0
1 parent edb4c69 commit d461f69

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# 更新记录
22

3+
## 1.1.0 (2024-11-03)
4+
5+
### 🚀 新功能
6+
7+
- 批量添加名字时,支持选择导入到哪个名单,或者新建一个名单
8+
9+
### 🩹 Bug 修复
10+
11+
- 修复切换名单后导出名单时,导出的是切换前的名单的问题
12+
- 修复部分翻译缺失的问题
13+
14+
### 🏡 其他更改
15+
16+
- 部分弹窗标题区域添加图标
17+
- 网页版添加 App 下载链接
18+
319
## 1.0.1 (2024-10-18)
420

5-
### 🩹 bug 修复
21+
### 🩹 Bug 修复
622

723
- 修复点名后设置按钮由红变白的问题
824
- 修复继续点名按钮的动画
@@ -39,7 +55,7 @@
3955

4056
## 0.4.2 (2024-03-03)
4157

42-
### 🩹 bug 修复
58+
### 🩹 Bug 修复
4359

4460
- 修复修改计划名单的处理逻辑
4561
- 修复编辑名单的处理逻辑
@@ -50,7 +66,7 @@
5066

5167
- 支持修改设置按钮位置
5268

53-
### 🩹 bug 修复
69+
### 🩹 Bug 修复
5470

5571
- 修正抽取结果页的元素空隙
5672
- 修复 app 端开放源代码许可无法显示的问题
@@ -67,15 +83,15 @@
6783

6884
- 首次使用功能时显示教程,帮助中老年人快速上手 ExCaller
6985

70-
### 🩹 bug 修复
86+
### 🩹 Bug 修复
7187

7288
- 修复名单选择器 tooltip 错误
7389
- 修复重命名名单时自动切换到目标名单的问题
7490
- 修复名单删除后仍显示在列表中的问题
7591

7692
## 0.3.2 (2024-02-22)
7793

78-
### 🩹 bug 修复
94+
### 🩹 Bug 修复
7995

8096
- 修复首屏加载图片尺寸不一致的问题
8197

@@ -85,7 +101,7 @@
85101

86102
- 添加错误恢复功能
87103

88-
### 🩹 bug 修复
104+
### 🩹 Bug 修复
89105

90106
- 修复计划队列为空时,点名不显示结果的问题
91107

@@ -101,7 +117,7 @@
101117
- 支持导出名单为 Excel 文件,数据迁移速度 up
102118
- 支持关闭首屏动画,减少等待时间
103119

104-
### 🩹 bug 修复
120+
### 🩹 Bug 修复
105121

106122
- 修复 `.exe` 安装包是英文界面的问题
107123

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": "1.0.1",
4+
"version": "1.1.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"author": "Typed SIGTERM",

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 = "1.0.1"
3+
version = "1.1.0"
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
@@ -25,7 +25,7 @@
2525
]
2626
},
2727
"productName": "ExCaller",
28-
"version": "1.0.1",
28+
"version": "1.1.0",
2929
"identifier": "top.by-ts.ex-caller",
3030
"app": {
3131
"windows": [

0 commit comments

Comments
 (0)