73 wires and counting

$ follow Open WebUI

Keep up with Open WebUI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-06-29
stories 46

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Ignore IME Enter in chat search, persist control edits

By RepoJournal · Filed · About Open WebUI

Two UI fixes ship in open-webui: IME composition no longer triggers unintended searches, and control edits survive navigation.

A fix landed for the chat search modal and sidebar search input where pressing Enter to confirm an IME composition (Japanese, Chinese, Korean) was treated as a normal Enter, triggering an unintended search action. The keydown handlers in SearchInput.svelte and SearchModal.svelte now ignore keydown events during composition, so composing text is confirmed without side effects. [1]

Control edits now persist across navigation, addressing a UX gap where changes to controls were lost when moving between views. [2]

Localization continued with a pt-BR translation pass covering newly added UI items and a consistency check across existing strings, with "No logic changes." [3][4] Irish localization also gained 46 new translated strings. [5]

Quick answers

What shipped in Open WebUI on June 29, 2026?
Two UI fixes ship in open-webui: IME composition no longer triggers unintended searches, and control edits survive navigation. In total, 37 commits and 9 pull requests landed.
Who contributed to Open WebUI on June 29, 2026?
4 developers shipped this update, including Yogi, joaoback, Algorithm5838, and aindriu80.
What were the notable Open WebUI updates?
fix: ignore IME composition Enter in chat search (#26172) (#26238), fix: persist control edits across navigation (#26336), and i18n: add pt-BR translations for newly added UI items and consistency pass (#26318).