Skip to content

Commit 353174c

Browse files
committed
发布 v0.3.0:自动更新和后台运行
1 parent 2c4e8ef commit 353174c

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to AutoCode will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0] - 2026-03-05
9+
10+
### ✨ Added
11+
- **自动更新功能**:启动时自动检查 GitHub 更新,支持一键下载安装
12+
- **后台运行支持**:关闭窗口只隐藏程序,不退出,保持后台监控
13+
- **安装说明优化**:添加 xattr 命令移除隔离属性的方法
14+
15+
### 🔧 Fixed
16+
- **窗口关闭行为**:点击关闭按钮不再退出程序,只有从托盘菜单选择退出才真正退出
17+
- **程序持久运行**:修复程序自动退出的问题,现在会一直在后台运行
18+
819
## [0.2.1] - 2026-03-05
920

1021
### 🎨 Changed

latest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.3.0",
3+
"notes": "新增自动更新功能和后台运行支持",
4+
"pub_date": "2026-03-05T13:00:19Z",
5+
"platforms": {
6+
"darwin-aarch64": {
7+
"signature": "a7eadb3899e3332405957f0e11219a2ce11dff172ec8fb37fc2214ca68c3283b",
8+
"url": "https://github.com/skernelx/AutoCode/releases/download/v0.3.0/AutoCode_0.3.0_aarch64.dmg"
9+
}
10+
}
11+
}

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 = "autocode"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "AutoCode - Smart 2FA verification code extractor for macOS"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "AutoCode",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"identifier": "com.autocode.app",
66
"build": {
77
"frontendDist": "../src"

0 commit comments

Comments
 (0)