Releases: LinMoQC/LyraNote
Releases · LinMoQC/LyraNote
LyraNote v0.3.0
LyraNote v0.3.0
Added
- Lyra Soul System(P0-P3)多智能体编排与用户画像能力
- Portrait / Events / Activity 新领域 API 与模型迁移
- GraphRAG 检索增强、GenUI SSE 协议与 MCP 集成
lyraCLI 与本地/容器启动能力增强- 前端移动端布局优化(底部输入区与对话选择底部弹层)
Fixed
- PR #26 CI 阻塞:修复前端 Hooks 顺序错误并补回归测试
- API CI 的 Ruff 步骤收敛到致命规则,恢复流水线可执行性
- MinIO 容器网络地址导致的上传失败问题
Changed
- API 架构重构:agents / workers / models 模块化拆分
- 前后端依赖与质量门禁流程更新
- Chat 页面移动端交互改为底部 Sheet
Changelog
- Full changelog: https://github.com/LinMoQC/LyraNote/blob/v0.3.0/CHANGELOG.md
LyraNote v1.0.0
See CHANGELOG.md for details.
What's Changed
- feat: 移动端适配优化 & MinIO 存储配置修复 by @LinMoQC in #1
- feat: unify content language options into shared constant by @LinMoQC in #2
- chore: complete open source project standards (LICENSE, CI, tests, community files) by @LinMoQC in #3
Full Changelog: https://github.com/LinMoQC/LyraNote/commits/v1.0.0
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