Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Nov 3, 2024
1 parent edb4c69 commit d461f69
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
30 changes: 23 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# 更新记录

## 1.1.0 (2024-11-03)

### 🚀 新功能

- 批量添加名字时,支持选择导入到哪个名单,或者新建一个名单

### 🩹 Bug 修复

- 修复切换名单后导出名单时,导出的是切换前的名单的问题
- 修复部分翻译缺失的问题

### 🏡 其他更改

- 部分弹窗标题区域添加图标
- 网页版添加 App 下载链接

## 1.0.1 (2024-10-18)

### 🩹 bug 修复
### 🩹 Bug 修复

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

## 0.4.2 (2024-03-03)

### 🩹 bug 修复
### 🩹 Bug 修复

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

- 支持修改设置按钮位置

### 🩹 bug 修复
### 🩹 Bug 修复

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

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

### 🩹 bug 修复
### 🩹 Bug 修复

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

## 0.3.2 (2024-02-22)

### 🩹 bug 修复
### 🩹 Bug 修复

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

Expand All @@ -85,7 +101,7 @@

- 添加错误恢复功能

### 🩹 bug 修复
### 🩹 Bug 修复

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

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

### 🩹 bug 修复
### 🩹 Bug 修复

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ex-caller",
"type": "module",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"packageManager": "pnpm@9.12.3",
"author": "Typed SIGTERM",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ex-caller"
version = "1.0.1"
version = "1.1.0"
description = "一个简约风格的随机点名工具"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"productName": "ExCaller",
"version": "1.0.1",
"version": "1.1.0",
"identifier": "top.by-ts.ex-caller",
"app": {
"windows": [
Expand Down

0 comments on commit d461f69

Please sign in to comment.