v0.11.3
Added 2
- Accessibility mode now marks the menu entry you are pointing at and the model already chosen with a stronger background across dropdown menus, submenus, and the model picker with its filter and compare controls
- Enhanced and expanded translations for Indonesian
Fixed 4
- A reply saved under an earlier message now stays listed under that message so branch arrows, exports, reloads, and later edits keep the whole conversation in view, and chats already saved with that link missing are repaired when opened
- A failed database upgrade now stops at the migration error that caused it instead of starting anyway and reporting a missing table or column
- The font chosen in interface settings now applies to dropdowns and other interface text that previously fell back to the standard font
- The disconnect control on a tool server reached over MCP now appears only where that server signs in through OAuth and an account is connected
From open-webui
Added
- ♿ Accessibility mode reaches the menus. Accessibility mode now marks the menu entry you are pointing at and the model already chosen with a stronger background, across the dropdown menus, their submenus, and the model picker together with its filter and compare controls, so those cues carry the contrast the accessibility guidelines ask for in both themes. Commit, Commit
- 🔄 General improvements. Various improvements were implemented across the application to enhance performance, stability, and security.
- 🌐 Translation updates. Translations for Indonesian were enhanced and expanded.
Fixed
- 💥 Chat branches stay connected after reloads. A reply saved under an earlier message now stays listed under that message, so branch arrows, exports, reloads, and later edits keep the whole conversation in view, and chats already saved with that link missing are repaired when opened. #29299
- 🧱 Upgrades fail clearly instead of starting half updated. A failed database upgrade now stops at the migration error that caused it, instead of starting anyway and reporting a missing table or column such as 'chat.timer_at' later, which is the upgrade failure seen after moving from 0.11.0, 0.11.1, or 0.11.2. #29280
- 🔤 Custom interface fonts reach more of the app. The font chosen in interface settings now applies to dropdowns and other interface text that previously fell back to the standard font. Commit
- 🔌 Disconnect OAuth only where there is OAuth. The disconnect control on a tool server reached over MCP now appears only where that server signs in through OAuth and an account is connected, rather than on servers that use no sign-in at all. #29296