Releases: flowmux-ai/flowmux
Release list
v0.10.1
What's Changed
Bug fixes
- fix(images): select Lottie JSON before reading (2f42896)
- fix(browser): retain download state for tab lifetime (dabd273)
- fix(editor): coalesce queued recovery snapshots (2fde4eb)
- fix(images): bound Lottie input and free handles (3b0eecc)
- fix(files): release closed dialog widgets (72cf261)
- fix(notify): scope runtime guards to each poll (e0e1929)
- fix(pty): drain stdout after stdin EOF (f85ed13)
- fix(pty): preserve queued I/O during shutdown (b94a2f1)
- fix(terminal): preserve leading parentheses in md paths (12f5b55)
- fix(pty): restore shared stdio flags on exit (ee37780)
- fix(terminal): exclude wrapping parentheses from md links (4a6fb4e)
- fix(terminal): leave watched child reaping to VTE (e5a7c42)
- fix(ui): release usage popover shortcut references (51c48d4)
- fix(pty): keep input and resize responsive under backpressure (ae16e5c)
- fix(terminal): persist retained scrollback beyond the viewport (4761151)
- fix(workspaces): restore active tabs and focused pane (14a64f8)
- fix(terminal): preserve geometry across screen modes (5c7090d)
Performance
- perf(ime): suppress synthetic pane focus work and coalesce redraws (acd0588)
- perf(terminal): cache minimap pixels and stream styled runs (ba1ff96)
Documentation
- docs: replace Flatpak plan with native Ubuntu 22.04 packaging (be79d5a)
- docs: define Ubuntu 22.04 support plan with feasibility evidence (6fbe226)
- docs(perf): confirm verified installation and preserve running window (41efa1f)
- docs(perf): record terminal rendering investigation (3af405b)
CI / Build
Tests
- test(ui): wait for terminal fixtures to settle (09c67dc)
- test(gui): isolate GTK and fail on invalid widget calls (28ae700)
- test(perf): record final before-after measurements and validation limits (007fd4a)
- test(terminal): record synchronized-output regression and rejection (dce443b)
Other
- Revert "experiment(pty): evaluate bounded synchronized-output buffering" (03e901a)
- experiment(pty): evaluate bounded synchronized-output buffering (c0ea359)
Full Changelog: v0.10.0...v0.10.1
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.10.1.tar.gz
v0.10.0
Highlights
- add Ctrl+Alt+J shortcut
- extend agents and resume in new tabs
- add Claude and Codex session panel
What's Changed
Features
- feat(sessions): add Ctrl+Alt+J shortcut (d9288cd)
- feat(sessions): extend agents and resume in new tabs (23a9357)
- feat: add Claude and Codex session panel (0d039a7)
Bug fixes
- fix(sessions): show missing directory popup (cc7ef19)
- fix(ci): wait for SSH fixture readiness (35da2ac)
- fix(options): remove misleading browser choices (d3fbd0c)
- fix(sessions): enlarge conversation preview text (da6d85d)
- fix(sessions): size initial panel to quarter window (909efca)
- fix(sessions): allow resume while source agent works (b0ee668)
- fix(sessions): pad header and color rows by project (2a08153)
- fix(sessions): preserve default shell in resume tabs (57e5cff)
- fix(terminal): restore workspace names when agents exit (b64374b)
- fix(ci): pin license generator version (#8) (4514357)
- fix(ui): release closed panes and menus (026dc5c)
Documentation
- docs: correct stale comments and trim repetition (81592e4)
- docs: consolidate required license notices (4ba9d52)
- docs: organize root and prune stale guidance and comments (19d862c)
- docs: restore original flowmux tagline (1bbffe3)
- docs: restore feature GIFs with concise descriptions (be78b22)
- docs: focus README on essentials (69ef7cc)
CI / Build
- chore(release): bump version to 0.10.0 (9d5b903)
Full Changelog: v0.9.15...v0.10.0
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.10.0.tar.gz
v0.9.15
Highlights
- add global terminal search
What's Changed
Features
- feat(search): add global terminal search (5088410)
Bug fixes
- fix: show terminal search shortcut in tooltip (2ad7172)
- fix(ci): cover SSH workspace GUI lifecycle (53a4962)
CI / Build
- chore(release): bump version to 0.9.15 (4ef1592)
Full Changelog: v0.9.14...v0.9.15
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.15.tar.gz
v0.9.14
Highlights
- add SSH workspaces to existing windows
What's Changed
Features
- feat(ssh): add SSH workspaces to existing windows (4271c5c)
Bug fixes
- fix(ssh): stabilize Codex activity detection (e99de56)
- fix(ssh): detect agents from terminal signals (6bb7bf3)
- fix(agents): keep settled Codex turns idle (16b6586)
- fix(usage): keep the last known usage bar values and retry (b2f4ef1)
CI / Build
- chore(release): bump version to 0.9.14 (d60df29)
Full Changelog: v0.9.13...v0.9.14
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.14.tar.gz
v0.9.13
Highlights
- show credit balance in the usage bar
What's Changed
Features
- feat(usage): show credit balance in the usage bar (413cd90)
CI / Build
- chore(release): bump version to 0.9.13 (1f27784)
Tests
- test(usage): match icon sizing to font metrics (0574130)
Full Changelog: v0.9.12...v0.9.13
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.13.tar.gz
v0.9.11
Highlights
- show live shortcuts in pane tool button tooltips
What's Changed
Features
- feat(ui): show live shortcuts in pane tool button tooltips (1dc3598)
Bug fixes
- fix(terminal): preserve input queued before PTY proxy startup (b79d67c)
- fix(settings): display the running app version (a927ad6)
Documentation
- docs: restructure README and drop stale content (0d70f1b)
- docs: make README GIFs fill the content width (52e48cf)
- docs: add build test and latest release badges (1c4c1b8)
CI / Build
- chore(release): prepare v0.9.11 (c5e8ad5)
Tests
- test: separate early shell output from the startup prompt (770b1ad)
- test: add coverage gates and exercise editor and GUI IPC (5644765)
- test: replace shallow checks with behavioral regression coverage (7779c0c)
Full Changelog: v0.9.10...v0.9.11
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.11.tar.gz
v0.9.10
What's Changed
Bug fixes
- fix(agent): recover missed turn completion (e2bd112)
- fix(minimap): invalidate offsets during resizing (dac4b96)
- fix(minimap): prevent refresh starvation (5ae47dc)
- fix(agent): preserve Codex completion fallback (bca6a08)
- fix(ui): resize terminal content during pane zoom (143134c)
- fix(ui): stabilize zoom and overview transitions (2d189ff)
- fix(agent): restore OpenCode lifecycle tracking (75240fd)
- fix(agent): settle Codex after missed stop hook (6cd3241)
- fix(usage): support corporate agent environments (bf24ef5)
Performance
- perf(ui): speed up zoom and overview transitions (594bd36)
CI / Build
- chore(release): prepare v0.9.10 (be8859c)
Tests
- test(ui): wait for GTK focus cleanup (79181d5)
Full Changelog: v0.9.9...v0.9.10
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.10.tar.gz
v0.9.9
Highlights
- add Antigravity and native-color icons
What's Changed
Features
- feat(agent): add Antigravity and native-color icons (ebb2022)
Bug fixes
- fix(agent): harden lifecycle detection (3089797)
CI / Build
- chore(release): prepare v0.9.9 (c980b49)
Full Changelog: v0.9.8...v0.9.9
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.9.tar.gz
v0.9.8
What's Changed
Bug fixes
- fix(agent): reflect interrupted Claude turns (40b3a96)
- fix(sidebar): stop stale workspace previews (38e9245)
- fix(agent): normalize lifecycle completion (ee6afa5)
CI / Build
- chore(release): prepare v0.9.8 (b03cea2)
Tests
- test(ui): wait for overview transitions (715f9ff)
- test(agent): harden lifecycle regressions (13f2a6e)
Full Changelog: v0.9.7...v0.9.8
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.8.tar.gz
v0.9.7
What's Changed
Bug fixes
- fix(sidebar): clear hover when rows unmap (ea7cc91)
- fix(minimap): reset row offset after reflow (42088fb)
- fix(ui): avoid GTK Wayland surface aborts (46a8374)
Performance
- perf(terminal): skip hidden refresh work (050d54e)
CI / Build
- chore(release): prepare v0.9.7 (82bc1d8)
Tests
- test(terminal): wait for map refresh (c6822f3)
Full Changelog: v0.9.6...v0.9.7
Corresponding source: https://github.com/flowmux-ai/flowmux/archive/refs/tags/v0.9.7.tar.gz