open-webui v0.9.4 版本更新介绍
发布日期: 2026-05-09
版本号: v0.9.4
修复了聊天对话在打开时无法可靠滚动至消息历史底部的问题,解决了因
content-visibility: auto属性导致的元素尺寸预估偏差而引发的回归问题,现在滚动位置已恢复正常。
更新内容 (中文)
修复
- 📜 聊天记录加载时的滚动位置。 打开聊天对话时,现在能可靠地滚动至消息历史底部,修复了因
content-visibility: auto属性导致元素尺寸估算不准确而引发的回退问题,该问题曾导致初始滚动无法到达真实底部位置。
更新内容 (原始)
Fixed
- 📜 Chat scroll position on load. Opening a chat conversation now reliably scrolls to the bottom of the message history, fixing a regression caused by
content-visibility: autowhere estimated element sizes prevented the initial scroll from reaching the true bottom.