Releases: Buktal/VaultOne
Releases · Buktal/VaultOne
Release list
VaultOne v1.2.0
Added
- Lightweight glance mode — the main window morphs into a small, always-on-top "today" snapshot docked to the right screen edge. Two shapes reachable from one another: a tucked mini-bar that always shows today's token total, and an expanded card mirroring the dashboard's anchor. Switch full ⇄ expanded ⇄ tucked from any shape.
- Multi-skin theming — recolor the accent and chart palette across five skins (Neutral, Sage, Azure, Crimson, Mauve); Neutral (greyscale chrome) is the new default. Per-device, never synced.
Changed
- Usage trend — the trend chart is now multi-line with data points instead of a single line, so each metric reads on its own.
Fixed
- Lightweight mode — the entire tucked bar is draggable now (not just a tiny corner grip), and a press still distinguishes click-to-expand from drag-to-move.
VaultOne v1.1.0
Added
- Auto-update — check for new versions on launch (throttled to once per 24h) or manually from Settings; download and install signed installers straight from GitHub Releases, with Ed25519 signature verification and one-click relaunch. Distributed entirely through GitHub — no self-hosted server. On updater failure, a manual fallback opens the Releases page.
- Display language — switch the UI between English, 简体中文, and 日本語.
Fixed
- Lightweight mode — edge-flush the tucked peek icon and smooth out the diagonal reveal animation.
VaultOne v1.0.0
VaultOne v1.0.0 — 首个开源版本 🎉
VaultOne 把 Claude Code 在你机器上已经产生的会话日志,转化为清晰的使用看板——token 用量、成本、缓存效率、趋势——并可选地通过你自己的 GitHub 仓库做多设备同步。本地优先、只读、无需联网即可使用。
✨ 亮点
- 读取你工具已产生的日志 —— 直接解析 Claude Code 留在磁盘上的会话日志。无需代理、无需 API key、无需联网。
- 用你自己的 GitHub 仓库做多设备同步 —— 纯文本用量产物,中间不经过任何第三方服务。
- 贴合真实计费的 token 口径 —— 四桶消耗(input / output / cache creation / cache read)、缓存命中率、采集入库时冻结的成本。
- 轻量速览模式 —— 缩到屏幕边缘,悬停瞥见今日用量。
- 托盘常驻、后台增量采集。
- Per-call 与 Per-turn 双视角 —— 每一次模型调用、整回合的成本/时长,并用
stop_reason语义描述。
📦 下载
| 平台 | 安装包 |
|---|---|
| Windows | .msi / .exe |
| macOS | .dmg(Apple Silicon / arm64) |
| Linux | .deb / .AppImage / .rpm |
设置与用法见 README。
⚠️ 已知限制
- macOS:仅 Apple Silicon(arm64);构建未签名——首次启动右键 →「打开」,或
xattr -dr com.apple.quarantine /Applications/VaultOne.app。Intel Mac 用户可从源码构建。 - Provider:当前仅 Claude Code;更多(Codex、Cursor 等)规划中。
完整更新日志:CHANGELOG.zh-CN.md