Skip to content

Commit 52f38b9

Browse files
Pililinkclaude
andcommitted
chore: 发布 v1.0.4 版本
- 版本号更新到 1.0.4 - 更新 README 版本徽章和下载链接 - 添加 CHANGELOG v1.0.4 条目(文档修正版本) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 135481e commit 52f38b9

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
---
99

10+
## [1.0.4] - 2025-01-22
11+
12+
### 📝 文档
13+
14+
- **配置文档修正**:修正 `chat_hotkey` 默认值文档(ctrl+alt+w → ctrl+shift+w)
15+
- **README 更新**:完善功能特性说明,添加新功能详细文档
16+
- **使用说明**:同步程序内使用说明与 README
17+
- **仓库链接**:修正所有文档中的 GitHub 仓库链接
18+
19+
---
20+
1021
## [1.0.3] - 2025-01-22
1122

1223
### ✨ 新增功能

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
![Version](https://img.shields.io/badge/version-1.0.3-blue.svg)
5+
![Version](https://img.shields.io/badge/version-1.0.4-blue.svg)
66
![License](https://img.shields.io/badge/license-MIT-green.svg)
77
![Platform](https://img.shields.io/badge/platform-Windows-lightgrey.svg)
88

@@ -79,7 +79,7 @@ Avalon Atlas 是一款专为阿瓦隆在线(Albion Online)玩家设计的桌
7979
#### 方式一:下载发行版(推荐)
8080

8181
1. 前往 [Releases](https://github.com/Pililink/Avalon-Atlas/releases) 页面
82-
2. 下载最新版本的 `AvalonAtlas-v1.0.3-portable.zip`
82+
2. 下载最新版本的 `AvalonAtlas-v1.0.4-portable.zip`
8383
3. 解压到任意目录(建议路径不含中文)
8484
4. 双击 `AvalonAtlas.exe` 启动
8585

atlas/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from __future__ import annotations
44

5-
__version__ = "1.0.3"
6-
__version_info__ = (1, 0, 3)
5+
__version__ = "1.0.4"
6+
__version_info__ = (1, 0, 4)
77

88
# 版本号规则 (Semantic Versioning):
99
# MAJOR.MINOR.PATCH

0 commit comments

Comments
 (0)