Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Oct 17, 2024
1 parent d98b481 commit 6e43713
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 更新记录

## 1.0.1 (2024-10-18)

### 🩹 bug 修复

- 修复点名后设置按钮由红变白的问题
- 修复继续点名按钮的动画

### 🔥 性能优化

- 优化名单编辑页,避免每次打开都要等列表加载

### 🏡 其他更改

- 更新反馈邮箱

## 1.0.0 (2024-10-02)

### ⚠️ 注意
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.0",
"version": "1.0.1",
"private": true,
"packageManager": "[email protected]",
"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.0"
version = "1.0.1"
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.0",
"version": "1.0.1",
"identifier": "top.by-ts.ex-caller",
"app": {
"windows": [
Expand Down

0 comments on commit 6e43713

Please sign in to comment.