Epilogue v0.4.0
主要更新
- 文件移动加入持久化写前事务日志,支持跨重启撤销,并在冲突时拒绝覆盖原路径
- 向量库改为流式扫描与流式重写,降低大型索引的峰值内存占用
- 加固 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。