You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: comprehensive documentation refactor and v1.3.0 release
Major Changes:
- Restructured docs/ with hierarchical organization (getting-started/, guides/, reference/, contributing/)
- Complete bilingual (EN/ZH) documentation parity
- New quickstart, installation, and prerequisites guides
- Added best practices and API reference documentation
- Professionalized changelog format with standardized release notes
New Documentation:
- docs/en/ and docs/zh/ index pages for language selection
- Getting started guides for both languages
- Platform-specific installation instructions
- Best practices guides with code examples
- API reference documentation
Updates:
- Updated SUMMARY.md with new structure
- Updated CHANGELOG.md with v1.3.0 entry
- Created v1.3.0 release notes in changelog/
- Bump version to 1.3.0 in CMakeLists.txt
Release: v1.3.0 Phoenix
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-30Lines changed: 26 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,31 +2,36 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
6
8
7
## [Unreleased]
9
8
9
+
## [1.3.0] - 2026-04-16
10
+
11
+
### Major Changes
12
+
- Comprehensive documentation restructure with hierarchical organization
13
+
- Complete bilingual (EN/ZH) documentation parity
14
+
- Professional changelog format with standardized release notes
15
+
- New getting-started guides (quickstart, installation, prerequisites)
0 commit comments