Skip to content

Commit d871519

Browse files
committed
发布 v0.2.1:优化图标和 README 文档
1 parent 9f6dd7b commit d871519

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.2.1] - 2026-03-05
9+
10+
### 🎨 Changed
11+
- **图标优化**:使用全新设计的程序图标和托盘图标
12+
- **README 优化**
13+
- 突出核心价值:Mac 自动接收 iPhone 验证码
14+
- 说明相比 macOS 自带功能的优势(支持所有应用)
15+
- 添加程序图标展示
16+
- 补充详细的适用场景说明(浏览器、桌面应用、游戏客户端等)
17+
818
## [0.2.0] - 2026-03-05
919

1020
### 🎨 Changed

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.0"
3+
version = "0.2.1"
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.0",
4+
"version": "0.2.1",
55
"identifier": "com.autocode.app",
66
"build": {
77
"frontendDist": "../src"

0 commit comments

Comments
 (0)