v0.5.96
t8y2/dbxv0.5.96Aug 26, 2026by t8y2
AI Summary
Fixes a critical bug where grid cells could not be edited on first double-click and resolves Windows 7 build process stability issues.
Key Highlights
- Fix for grid cell double-click editing
- Fix for Windows 7 installation package build
- Canvas drawing stability improvements
Full Release Notes
### 修复 - **网格单元格首次双击编辑** — 修复双 Canvas 交替绘制时首次双击事件落在不同 Canvas、导致数据表单元格无法立即进入编辑的问题;现在首次双击即可进入编辑,并避免编辑浮层双击事件冒泡。 (contributed by @zipg) (PR [#7219](https://github.com/t8y2/dbx/pull/7219)) - **Windows 7 发布安装包构建** — 修复 Windows 7 离线安装包构建期间全局 sccache 配置导致 WebView2 loader/runtime 脚本执行时 `cargo` 找不到编译器包装器的问题,提升 Win7 安装包发布稳定性。 (commit [8bcbfd7ae](https://github.com/t8y2/dbx/commit/8bcbfd7ae71593394740b51f872d7267ee7ea579))