⚡ DevTools
简体中文
繁體中文
English
日本語
Français
Español
العربية
Português
Русский
Deutsch
Tiếng Việt
한국어
☀️
生成类 /
Changelog 格式化
Changelog 格式化
☆
conventional commits → CHANGELOG.md
加载中…
版本:
日期:
显示破坏性变更部分
常规提交(每行一条)
feat: add dark mode support fix: resolve login redirect loop feat(api): add /users endpoint fix(auth): handle expired token refresh perf: lazy-load dashboard components docs: update README with setup steps chore: upgrade dependencies test: add unit tests for auth module feat!: redesign navigation (BREAKING CHANGE) refactor: extract util functions to helpers/ build: switch to pnpm
CHANGELOG.md
复制
## [1.0.0] - 2026-08-16 ### ⚠ Breaking Changes - **BREAKING**: redesign navigation (BREAKING CHANGE) ### Features - add dark mode support - **api**: add /users endpoint - redesign navigation (BREAKING CHANGE) ### Bug Fixes - resolve login redirect loop - **auth**: handle expired token refresh ### Performance - lazy-load dashboard components ### Documentation - update README with setup steps ### Chores - upgrade dependencies ### Tests - add unit tests for auth module ### Refactoring - extract util functions to helpers/ ### Build - switch to pnpm