Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 17:27
· 3 commits to master since this release

Denova v0.4.1

Release highlights / 发布内容

中文

  • 修复工作台变更审阅页面崩溃、刷新后仍反复报错的问题。
  • 明确 Agent 资料库写入规则:按人物、地点等独立实体或主题分条维护,更新时保留已有有效设定。

English

  • Fixed workbench change-review crashes that could recur after refreshing.
  • Clarified Agent lore-writing guidance to maintain separate entities or topics and preserve valid existing canon during updates.

Verification / 验证

  • Backend: all Go modules passed go mod tidy -diff, go test ./..., and go vet ./....
  • Frontend: complete test suite, i18n key check, TypeScript check, production Vite build, and built-bundle startup smoke test.
  • Packaging: five platform archives are generated from the same source revision and listed in checksums.txt.

后端已通过完整 Go 测试、静态检查与依赖一致性检查;前端已通过完整测试、双语键检查、TypeScript 检查、生产构建和构建产物启动烟测;五个平台压缩包均由同一源码版本生成并写入 checksums.txt

Install / 安装

macOS / Linux one-command install / 一键安装:

curl -fsSL https://github.com/alfredxw/denova/releases/latest/download/install.sh | sh

Or download the archive for your platform, verify it against checksums.txt, extract it, and run Denova from the extracted denova directory.

也可以下载对应平台压缩包,使用 checksums.txt 校验后解压,并在解压后的 denova 目录运行:

./denova

Windows:

denova.exe

Checksum example / 校验示例:

shasum -a 256 -c checksums.txt