Skip to content

LyraNote v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 03:59
· 160 commits to main since this release

Added

  • Interactive lyra CLI with TUI menu for project management
  • scripts/start.sh with Docker and local dev modes
  • lyra init interactive wizard for environment variable setup
  • lyra prod / lyra update / lyra reset production 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_url configuration 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.example for production environment variable management
  • ghcr.io cloud image support in docker-compose.prod.yml

Fixed

  • MinIO upload 500 error caused by using localhost:9000 inside Docker containers (now uses service name minio: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