Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Feb 24, 2024
1 parent 77fa5ac commit a129e88
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 更新记录

## 0.4.0 (2024-02-24)

### 🚀 新功能

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

### 🩹 bug 修复

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

## 0.3.2 (2024-02-22)

### 🩹 bug 修复
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": "0.3.2",
"version": "0.4.0",
"private": true,
"scripts": {
"app:build": "tauri build",
Expand Down
4 changes: 2 additions & 2 deletions 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 = "0.3.2"
version = "0.4.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 @@ -7,7 +7,7 @@
},
"package": {
"productName": "ExCaller",
"version": "0.3.2"
"version": "0.4.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a129e88

Please sign in to comment.