Skip to content

Releases: LinMoQC/LyraNote

LyraNote v0.3.0

26 Mar 10:45

Choose a tag to compare

LyraNote v0.3.0

Added

  • Lyra Soul System(P0-P3)多智能体编排与用户画像能力
  • Portrait / Events / Activity 新领域 API 与模型迁移
  • GraphRAG 检索增强、GenUI SSE 协议与 MCP 集成
  • lyra CLI 与本地/容器启动能力增强
  • 前端移动端布局优化(底部输入区与对话选择底部弹层)

Fixed

  • PR #26 CI 阻塞:修复前端 Hooks 顺序错误并补回归测试
  • API CI 的 Ruff 步骤收敛到致命规则,恢复流水线可执行性
  • MinIO 容器网络地址导致的上传失败问题

Changed

  • API 架构重构:agents / workers / models 模块化拆分
  • 前后端依赖与质量门禁流程更新
  • Chat 页面移动端交互改为底部 Sheet

Changelog

LyraNote v1.0.0

18 Mar 03:58

Choose a tag to compare

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

18 Mar 03:59

Choose a tag to compare

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