From 4a3059bc51f980607df5291b32e548a3a47a0e5e Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:12:43 +0000 Subject: [PATCH] chore: add the settings group heading entry to 0.11.4 The groundwork that made these headings translatable was held back last time, the keys having landed empty in every catalogue so nothing read differently. Russian and Ukrainian now carry the wording, so the change shows and the entry joins Fixed at the foot of the section, below the corrections that reach further. The two commits that made the headings translatable are referenced; the catalogues that filled them sit in the translation entry, which names both languages and carries no links. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c10b58273..ca22962364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ๐Ÿงน **Direct connections stop leaking listeners.** A server talking to a direct connection no longer leaves a listener behind for every request that ends any way but a clean finish, which grew without limit while a connection kept failing. [#29509](https://github.com/open-webui/open-webui/pull/29509) - ๐Ÿ”ฆ **Readable slash command labels.** The entries in the slash command menu no longer show as white text on a white background in the light theme. [#29512](https://github.com/open-webui/open-webui/pull/29512), [#29510](https://github.com/open-webui/open-webui/issues/29510) - ๐Ÿ–Œ๏ธ **Editing an image you uploaded.** An image already held by Open WebUI can now be used with image editing, where fetching its own link back over the network could fail on a private network or without a sign-in. [Commit](https://github.com/open-webui/open-webui/commit/50413f34824ea49d5b94d3a97f3fe4bb2e881e38) +- ๐Ÿ—‚๏ธ **Translatable settings group headings.** The headings that group the settings pages, such as Basics and Services, now take their wording from the interface language instead of always reading in English. [Commit](https://github.com/open-webui/open-webui/commit/cffd734a1847593bb04c5b5a54d08daf3de0f614), [Commit](https://github.com/open-webui/open-webui/commit/006f95ee595a4d1d63b705c517f1c64cf9ebc676) ## [0.11.3] - 2026-08-31