From 6ea321370e5f817e95e0d2f9397c54be86925d9a Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:48:50 +0200 Subject: [PATCH] chore: rebuild the 0.11.3 changelog section (#29307) Keeps the entries already on dev and merges in the two this branch carried, then puts the section back into the shape the format asks for. Added now holds the contrast accessibility mode gives the dropdown menus, their submenus and the model picker, followed by the general improvements placeholder and the translation entry in their reserved positions. The translation entry moves out of Changed, takes the standard wording and drops its link, which that entry never carries; Changed is left out, having nothing else in it. Each entry is condensed to a single sentence, the backticked column name becomes a quoted one, and the interface font entry gains the commit it came from, having carried no reference at all. Fixed is ordered by reach, from the conversation branches and the failed upgrade down to the font and the disconnect control. --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb4662f6a..3df9f2e702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11.3] - 2026-08-31 +### 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](https://github.com/open-webui/open-webui/commit/a6f9751401589ee73208295b6f6a7f6eae9c1b44), [Commit](https://github.com/open-webui/open-webui/commit/471b5cbbb16c3996c32e68808dde6f8898f64ecd) +- 🔄 **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.** Replies saved under a previous message now stay listed under that previous message too, so branch arrows, exports, reloads, and later edits keep the full conversation visible. Chats already saved with the missing branch link are repaired when opened. [#29299](https://github.com/open-webui/open-webui/issues/29299) -- 🧱 **Upgrades fail clearly instead of starting half-updated.** If a database migration fails, Open WebUI now stops at the real migration error instead of continuing to start and then throwing confusing missing table or missing column errors such as `chat.timer_at`. This fixes the upgrade failure reported after moving from 0.11.0, 0.11.1, or 0.11.2. [#29280](https://github.com/open-webui/open-webui/issues/29280) -- 🔌 **Disconnect OAuth only appears when there is OAuth to disconnect.** MCP tool servers that use no authentication no longer show the Disconnect OAuth button. The button now appears only for an OAuth MCP server with a connected account. [#29296](https://github.com/open-webui/open-webui/issues/29296) -- 🔤 **Custom interface fonts reach more of the app.** The font chosen in Interface settings now applies through the main, primary, and secondary font paths, so dropdowns and other interface text do not randomly fall back to the default font. - -### Changed - -- 🌐 **Indonesian translation coverage was expanded.** More Indonesian text is now filled in for file counts, selected items, groups, filters, schedules, terminal refresh messages, stale file cleanup, and retrieved sources. [#29294](https://github.com/open-webui/open-webui/pull/29294) +- 💥 **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](https://github.com/open-webui/open-webui/issues/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](https://github.com/open-webui/open-webui/issues/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](https://github.com/open-webui/open-webui/commit/1457000ba66547b24bd98012aa35ac16fd4bc696) +- 🔌 **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](https://github.com/open-webui/open-webui/issues/29296) ## [0.11.2] - 2026-08-31