Skip to content

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

Archived Versions

Earlier versions are archived under the /changelog/ directory, one file per version for easy reference.

Browse Archive

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

Brute force builds.