Skip to content

Commit efcce5b

Browse files
committed
release: v0.3.0
1 parent 9570ed6 commit efcce5b

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG.md

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

3+
## 0.3.0 (2024-02-21)
4+
5+
### 🚀 新功能
6+
7+
- 计划功能正式上线,功能入口就在设置面板首页,我认为你可以体验一下
8+
- 支持导出名单为 Excel 文件,数据迁移速度 up
9+
- 支持关闭首屏动画,减少等待时间
10+
11+
### 🩹 bug 修复
12+
13+
- 修复 `.exe` 安装包是英文界面的问题
14+
15+
### 🔥 性能优化
16+
17+
- Windows 安装包大小减小 95%,但是需要联网安装
18+
- 减小 Web 端产物体积,加快加载速度
19+
- 现在一些组件在你点击时才会加载,加快了首屏加载
20+
321
## 0.2.0 (2024-02-06)
422

523
### 🚀 新功能

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": "0.2.0",
4+
"version": "0.3.0",
55
"private": true,
66
"scripts": {
77
"build": "tauri build",

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 = "0.2.0"
3+
version = "0.3.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
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "ExCaller",
10-
"version": "0.2.0"
10+
"version": "0.3.0"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)