From 6e43713e3faabc98b099e1ea2b73d2a2cf6fedb9 Mon Sep 17 00:00:00 2001 From: Typed SIGTERM Date: Fri, 18 Oct 2024 00:13:51 +0800 Subject: [PATCH] release: v1.0.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dc2cd..efcd368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # 更新记录 +## 1.0.1 (2024-10-18) + +### 🩹 bug 修复 + +- 修复点名后设置按钮由红变白的问题 +- 修复继续点名按钮的动画 + +### 🔥 性能优化 + +- 优化名单编辑页,避免每次打开都要等列表加载 + +### 🏡 其他更改 + +- 更新反馈邮箱 + ## 1.0.0 (2024-10-02) ### ⚠️ 注意 diff --git a/package.json b/package.json index 0851e42..2156e22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ex-caller", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "private": true, "packageManager": "pnpm@9.12.2", "author": "Typed SIGTERM", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 71262ae..037bd1b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "ex-caller" -version = "1.0.0" +version = "1.0.1" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 99d9f3e..2f5b0be 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ex-caller" -version = "1.0.0" +version = "1.0.1" description = "一个简约风格的随机点名工具" [build-dependencies] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b5e1f1b..ce61dd3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -25,7 +25,7 @@ ] }, "productName": "ExCaller", - "version": "1.0.0", + "version": "1.0.1", "identifier": "top.by-ts.ex-caller", "app": { "windows": [