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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
9
9
10
10
## [Unreleased]
11
11
12
+
## [5.0.0-beta.10] - 2026-02-11
13
+
14
+
### Added
15
+
-**Commit Language Directive**: Integration files now include commit message language instructions, ensuring AI tools always know the expected language even without `commit-message.ai.yaml`
16
+
-**Config i18n**: Trilingual translations (en/zh-tw/zh-cn) for vibe coding presets and config preferences UI
17
+
18
+
### Fixed
19
+
-**Config Language Detection**: `uds config` now auto-detects UI language from project manifest, matching `uds configure` behavior
20
+
-**Documentation Integrity**: Skip reference sync section when no Reference markers exist
21
+
-**Broken Links**: Fix 153 broken markdown links across 212 files
22
+
23
+
### Changed
24
+
-**Documentation Integrity Checker**: New script with 4 sub-checks for pre-release validation
25
+
-**Commands Sync Checker**: New script integrated into pre-release checks
0 commit comments