# Release version 0.6.12
- fix(ui): add flex container to sidebar wrapper to enable conversation list scrolling. - fix(ui): add max-height limit to commit message textarea. - fix(ui): unify scrollbar styles across scrollable containers. --- # 发布版本 0.6.12 - 修复(UI):为侧边栏添加 flex 容器,修复会话列表无法滚动的问题; - 修复(UI):为提交消息文本框添加最大高度限制; - 修复(UI):统一各滚动容器的滚动条样式;
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "codeg",
|
||||
"version": "0.6.11",
|
||||
"version": "0.6.12",
|
||||
"identifier": "app.codeg",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user