# Release version 0.8.3
- fix(frontend): fix find widget tooltip flicker, clipping, and close button alignment. - fix(frontend,macos): reduce dark mode white flash on window open. - fix(macos): persist zoom level to DB so traffic lights use correct position on launch. - fix(macos): adjust traffic-light Y baseline from 18 to 17 for better vertical alignment. - fix(i18n): add ellipsis to reasoning thinking label across all locales. ----------------------------- # 发布版本 0.8.3 - 修复(前端):修复查找组件工具提示闪烁、裁剪及关闭按钮对齐问题; - 修复(前端,macOS):减少暗色模式下窗口打开时的白色闪烁; - 修复(macOS):将缩放级别持久化到数据库,确保红绿灯按钮在启动时使用正确位置; - 修复(macOS):将红绿灯按钮 Y 轴基线从 18 调整为 17,优化垂直对齐; - 修复(i18n):为所有语言的推理思考标签添加省略号。
This commit is contained in:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -853,7 +853,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
||||
|
||||
[[package]]
|
||||
name = "codeg"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"async-trait",
|
||||
|
||||
Reference in New Issue
Block a user