LyraNote v0.2.0
Added
- Interactive
lyraCLI with TUI menu for project management scripts/start.shwith Docker and local dev modeslyra initinteractive wizard for environment variable setuplyra prod/lyra update/lyra resetproduction management commands- husky + lint-staged pre-commit TypeScript type checking
- commitlint with gitmoji format enforcement
- VitePress documentation site with full Chinese/English bilingual support
storage_s3_public_urlconfiguration field to separate internal MinIO endpoint from browser-accessible presigned URL- Mobile-responsive layout: bottom-fixed chat input on home page, conversation sheet on chat page
- Mobile header right-slot injection system for page-specific actions
.env.examplefor production environment variable management- ghcr.io cloud image support in
docker-compose.prod.yml
Fixed
- MinIO upload 500 error caused by using
localhost:9000inside Docker containers (now uses service nameminio:9000)
Changed
- Chat page mobile conversation selector replaced with bottom sheet for better UX
- Toolbar labels on mobile replaced with icon-only circular buttons
Full Changelog: v1.0.0...v0.2.0