Skip to content

Releases: uglyp/org-copilot

v0.8.0

06 Apr 14:08
5b5bf77

Choose a tag to compare

0.8.0 (2026-04-06)

新增

  • implement embedding index management and status API (b0cf6f0)

文档

  • update README to include project goals and description (c06277e)

v0.7.0

03 Apr 02:19
837bfc9

Choose a tag to compare

0.7.0 (2026-04-03)

新增

  • add RAG context budget verification script (95acd91)

v0.6.0

01 Apr 05:37
bc90fee

Choose a tag to compare

0.6.0 (2026-04-01)

新增

  • implement ACL catalog and system management UI enhancements (cc9860e)
  • implement system management features and user role enhancements (00eea76)

v0.5.0

01 Apr 03:59
fc16a29

Choose a tag to compare

0.5.0 (2026-04-01)

新增

  • add Gitee mirroring workflow (0e0077c)
  • enhance user permissions and document management (1b58877)

v0.4.0

31 Mar 09:12
8f10789

Choose a tag to compare

0.4.0 (2026-03-31)

新增

  • add dual database support for MySQL and PostgreSQL (5122587)

v0.3.0

31 Mar 08:56
772e599

Choose a tag to compare

0.3.0 (2026-03-31)

新增

  • enhance MySQL connection handling in the backend (c90c53b)

v0.2.0

31 Mar 08:58

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0: feat:添加文档文件检索和预览功能

30 Mar 01:35

Choose a tag to compare

- 后端加了个新接口,能获取各种格式的文档来预览,像图片、PDF、文本文档这些都支持。
- 前端加入了文档预览功能,使用户能够在应用程序中直接查看文档。
- 添加了根据文档类型确定适当预览模式的逻辑,并更新了用户界面组件以提升用户体验。
- 在知识库视图中为文档显示和操作引入了新的样式。