1- # AugmentCode-Free v1.0.0
1+ # AugmentCode-Free v1.0.3
22
3- AugmentCode无限免费续杯方案;新账号可获得600次免费的Claude Sonnet 4调用
3+ # AugmentCode无限免费续杯方案;新账号可获得600次免费的Claude Sonnet 4调用
44
5- AugmentCode unlimited free refill plan; new accounts can get 600 free Claude Sonnet 4 calls
5+ # AugmentCode unlimited free refill plan; new accounts can get 600 free Claude Sonnet 4 calls
66
77** 支持多IDE** : VS Code、Cursor、Windsurf 的专业维护工具包
88
@@ -13,6 +13,34 @@ AugmentCode unlimited free refill plan; new accounts can get 600 free Claude Son
1313[ ![ License] ( https://img.shields.io/badge/License-MIT-green.svg )] ( LICENSE )
1414[ ![ Platform] ( https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg )] ( https://github.com/BasicProtein/AugmentCode-Free )
1515
16+ #### 2025年7月25日更新 (v1.0.3):
17+
18+ ** 🔧 Bug修复** :
19+ - 修复了About对话框中"支持的IDE"和"主要功能"模块文字显示问题
20+ - 修复了构建系统中的Unicode编码问题,提升了跨平台兼容性
21+
22+ ** 🧹 代码清理** :
23+ - 清理了无用的测试文件和临时文档
24+ - 统一了版本号,确保所有配置文件版本一致
25+
26+ ** 📦 发布改进** :
27+ - 优化了构建流程,生成更完整的发布包
28+ - 改进了错误信息显示,使用颜色区分不同类型的消息
29+
30+ #### July 25, 2025 Update (v1.0.3):
31+
32+ ** 🔧 Bug Fixes** :
33+ - Fixed text display issue in About dialog's "Supported IDEs" and "Main Features" modules
34+ - Fixed Unicode encoding issues in build system, improved cross-platform compatibility
35+
36+ ** 🧹 Code Cleanup** :
37+ - Cleaned up unused test files and temporary documents
38+ - Unified version numbers across all configuration files
39+
40+ ** 📦 Release Improvements** :
41+ - Optimized build process to generate more complete release packages
42+ - Improved error message display with color-coded message types
43+
1644#### 2025年7月23日更新:
1745
18462025年7月23日凌晨,官方修改邀请策略:
@@ -128,20 +156,20 @@ pip install -r requirements.txt
128156### Option 2: Standalone Downloads
129157
130158#### Windows Users
131- - ** Executable** : Download ` AugmentCode-Free-v1.0.0 .exe ` (11.20 MB)
159+ - ** Executable** : Download ` AugmentCode-Free-v1.0.3 .exe ` (34.5 MB)
132160 - No Python installation required
133161 - Double-click to run
134162 - Includes all dependencies
135163
136164#### Cross-Platform Users
137- - ** Portable Package** : Download ` AugmentCode-Free-v1.0.0 -Portable.zip ` (28 KB)
165+ - ** Portable Package** : Download ` AugmentCode-Free-v1.0.3 -Portable.zip ` (51.3 KB)
138166 - Works on Windows, Linux, macOS
139167 - Requires Python 3.7+
140168 - Extract and run startup script
141169
142170#### Developers
143- - ** Source Package** : Download ` augment-tools-core-1.0.0 .tar.gz ` (18 KB)
144- - ** Wheel Package** : Download ` augment_tools_core-1.0.0 -py3-none-any.whl ` (16 KB)
171+ - ** Source Package** : Download ` augment-tools-core-1.0.3 .tar.gz ` (36.0 KB)
172+ - ** Wheel Package** : Download ` augment_tools_core-1.0.3 -py3-none-any.whl ` (36.8 KB)
145173
146174### 📋 System Requirements
147175- ** Python** : 3.7 or higher (for source/portable versions)
@@ -165,14 +193,14 @@ Download `checksums.txt` or `SHA256SUMS` from the release page to verify your do
165193### Method 1: GUI Interface (Recommended)
166194
167195#### Windows Executable
168- 1 . Download ` AugmentCode-Free-v1.0.0 .exe `
196+ 1 . Download ` AugmentCode-Free-v1.0.3 .exe `
1691972 . Double-click to run
1701983 . Select your IDE from the dropdown
1711994 . Click the desired operation button
1722005 . Follow on-screen instructions
173201
174202#### Portable Version
175- 1 . Download and extract ` AugmentCode-Free-v1.0.0 -Portable.zip `
203+ 1 . Download and extract ` AugmentCode-Free-v1.0.3 -Portable.zip `
1762042 . ** Windows** : Double-click ` Start-AugmentCode-Free.bat `
1772053 . ** Linux/macOS** : Run ` ./start-augmentcode-free.sh `
1782064 . Use the GUI interface as described above
0 commit comments