Changelog
Chinese-only
The changelog is maintained in Chinese only — the root CHANGELOG.md and all archived version pages are written in Chinese. For the complete release history, please view the Chinese changelog.
All notable changes to this project are documented in CHANGELOG.md.
The format is based on Keep a Changelog, and version numbers follow Semantic Versioning.
Viewing the Changelog
BrutxUI uses a "root CHANGELOG + archive directory" strategy to prevent a single file from growing indefinitely.
Latest Versions
The root CHANGELOG.md keeps the most recent 3 versions with full change records (Breaking Changes, Features, Bug Fixes, etc.).
Direct Links
- Repository file: CHANGELOG.md
- Per-package CHANGELOGs:
packages/ui/CHANGELOG.md(brutx-ui-vue)packages/cli/CHANGELOG.md(brutx-vue)
Archived Versions
Earlier versions are archived under the /changelog/ directory, one file per version for easy reference.
Browse Archive
- Archive index: Archive Index
- Archive directory:
apps/docs/changelog/
Note: Archived content is currently in Chinese only, matching the root
CHANGELOG.md.
Release & Archive Mechanism
- Release process: see Release docs
- Archive policy: root CHANGELOG keeps the latest 3 versions in full; older versions are moved to
apps/docs/changelog/v<version>.md - Auto-generated sidebar: the archive sidebar in the docs site is generated by the
generateChangelogSidebar()function in config.ts, which scans the archive directory and groups entries by major version