Skip to content

Releases: lsy-404/epilogue

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 09:00
f4bc64e
v0.4.1

Epilogue v0.4.0

Choose a tag to compare

@lsy-404 lsy-404 released this 30 Aug 03:05
v0.4.0
bd44a9f

主要更新

  • 文件移动加入持久化写前事务日志,支持跨重启撤销,并在冲突时拒绝覆盖原路径
  • 向量库改为流式扫描与流式重写,降低大型索引的峰值内存占用
  • 加固 Electron 导航、IPC 来源校验、PDF 解析与原生运行库打包边界
  • 发布产物新增 SHA-256 校验文件与 GitHub/Sigstore 构建证明
  • Windows 与 Linux 不再显示 Electron 默认 File/Edit 菜单
  • 生产依赖审计为 0 已知漏洞,43 项自动化测试通过

Highlights

Epilogue 0.4.0 makes file organization recoverable with a persistent write-ahead journal and restart-safe undo. Vector storage now scans and rewrites on disk as streams, while the Electron runtime and release supply chain receive additional hardening.

支持平台

  • macOS arm64
  • Windows x64 / arm64
  • Linux x64 / arm64

安装包会由并行 CI 任务逐步上传;每个产物均附带 .sha256 文件和 GitHub artifact attestation。

Epilogue v0.3.0

Choose a tag to compare

@lsy-404 lsy-404 released this 29 Aug 20:52
v0.3.0
25b0039

主要更新

  • 新增 IRIS 风格 Provider Source:点击即可选择并创建模型连接
  • 新增 Claude 官方订阅与 ChatGPT Codex PKCE OAuth,凭据使用系统加密存储
  • 新增 Compatible SDK、OpenAI Responses、Anthropic Messages 与自定义响应映射
  • 重构 Agent 为 Observe → Plan → Act → Verify,并为写操作加入审批
  • 接入 WinUIonWeb,补齐 Flyout、模型选择与右键菜单,恢复 GPU 合成并改善卡顿
  • 移除预装免费 Chat 源;v4 迁移只清理未配置的旧默认项
  • 修复 Windows 错误显示 File/Edit 原生菜单的问题

Highlights

Provider Source and official OAuth are now first-class setup paths. Epilogue 0.3.0 also adds multi-protocol compatible adapters, a redesigned agent loop, WinUI flyouts, and removes preinstalled free chat sources.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:39
552ddd1

Epilogue v0.2.1 (Patch)

修复手动归类被单个文件中断的问题。
Fixes manual classification aborting on a single problematic file.

修复 / Fixes

  • 超大文件不再报错 / Oversize files no longer error:>2GB 文件归类/索引时自动降级为文件名索引(不读内容),仍可凭文件名与目录参与归类和语义检索 / files over 2GB now fall back to name-only indexing — they still classify and search by filename and folder
  • 归类不再被单点阻塞 / Classification no longer blocks on one failure:单个文件索引失败(权限、提取错误等)不再中断整批,失败文件以「无目标 + 原因」行列出,其余文件照常获得 AI 建议 / a single file failing to index no longer aborts the batch; it is listed with the failure reason while the rest proceed normally
  • 后台增量索引不再对超大文件反复尝试内容升级 / background incremental indexing no longer repeatedly retries content upgrades on oversize files

下载 / Downloads

平台 资产
macOS .dmg(arm64 / x64)— 未签名,首次打开请 终端 xattr -cr /Applications/Epilogue.app
Windows Setup.exe(x64 / arm64)
Linux .deb(amd64 / arm64)

License: ALE 1.1 & GPL-3.0 · 不收集任何数据 / no data collection

Epilogue v0.2.0 (Beta)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jun 20:31
0ca73ea

Epilogue v0.2.0 (Beta)

首个公开测试版——最小完整功能集已实现。
First public beta — the minimal complete feature set is in place.

亮点 / Highlights

  • 清理 / Cleanup:AI 按你的自然语言习惯归位过期文件(成套内容识别、多层目标结构)
  • 寻物 / Recall:一句话找回文件(关键字 / 相似度 / AI 问答;图片文字描述检索;理解相对时间)
  • 助手 / Assistant:对话式改设置、记习惯、查文件
  • 可选自动化 / Opt-in automation:Solo 模式与回收站(默认关闭,仅可手动开启)
  • 本机 embedding / Whisper / CLIP;多 Provider 灾备含内置免费通道,开箱即用
  • 轻量托盘驻留 / Lightweight tray residency

下载 / Downloads

平台 资产
macOS .dmg(arm64 / x64)— 未签名,首次打开请 终端 xattr -cr /Applications/Epilogue.app
Windows Setup.exe(x64 / arm64)
Linux .deb(amd64 / arm64)

License: ALE 1.1 & GPL-3.0 · 不收集任何数据 / no data collection