Releases: zeronsh/zeron
Release list
v0.2.62
This release includes all seven changes merged since v0.2.61.
- Appshots: Capture another application's window with a configurable global shortcut, review it in the composer, and send it with its source application, window title, and optional accessibility context. Enable it in Settings → Appshots. Capture supports macOS and Linux X11 or compatible window-target portals; sending remains explicit. Queue editing and retries preserve the screenshot/context association. Desktop and iOS gain source-labelled cards, full-image previews, and improved queued-image galleries. #216
- Configurable sounds: New quiet completion and input-request sounds, plus an attention cue for run failures and sustained connection outages. Settings → Notifications now provides a master Session sounds switch and separate completion, input, and attention preferences, with improved keyboard and accessibility support. Startup/replay stays silent, repeated attention events are coalesced, and Appshot capture sound keeps its own setting. Sustained outages also produce desktop banners according to your notification preferences. #320
- Workspace image previews: Open PNG, JPEG, GIF, WebP, SVG, BMP, and TIFF directly in Files. Pinch or Ctrl + wheel to zoom around the pointer, then drag or scroll to pan. The same gestures work in Markdown, diagram, and attachment lightboxes, with Escape dismissal and focus restoration. Remote workspace images load from their owning device; previews refresh when files change. #333
- Editable review comments: Edit staged comments in Changes diffs, text files, and Markdown previews without deleting and recreating them. Save updates the text while preserving its location; Cancel leaves the original intact. #323
- Markdown review layout: Draft and saved-comment backgrounds now span the preview panel, while text, inputs, and actions stay aligned with the document's centered reading column. #334
- Remembered model options: New chats retain options such as context window and fast mode per harness. Unsupported saved options are filtered for the selected model, and existing chats retain their own configuration. #338
- Native macOS About panel: About Zeron now opens the standard macOS panel with the application name and version, including in development builds. #337
Downloads include the Apple silicon macOS application and Linux headless packages for x86_64 and aarch64. The iOS changes are included in the source; iOS builds are distributed separately through TestFlight.
Thanks to @gaelcado, @jsgrrchg, and @neo773 for these contributions.
v0.2.61
What's Changed
- Update DeepWiki links for renamed repository by @wingleeio in #318
- Persist session updates across eviction and shutdown by @wingleeio in #316
- feat(files): add Markdown preview with Mermaid and image lightbox by @jsgrrchg in #281
- preview: stop re-probing dev servers, cheap per-connection check, prompt re-pairing by @wingleeio in #327
- Fix sidebar filter changing when adding a project by @jsgrrchg in #328
Full Changelog: v0.2.60...v0.2.61
v0.2.60
What's Changed
- Fix click-away focus behavior for inputs by @wingleeio in #302
- Fix session title generation and add title harness/model settings by @wingleeio in #303
- Fix browser sidebar resize input and white edge artifacts by @wingleeio in #304
- Fix false completion notifications when sending queued messages by @jsgrrchg in #309
- accounts: fix Claude and Cursor usage probes by @labkita7 in #301
- Fix Codex v1 subagent breadcrumbs and stabilize v2 transcripts by @jsgrrchg in #312
- feat(ui): make active-agent Escape opt-in by @jsgrrchg in #113
- Close the active right-pane surface before the window on Cmd+W by @dcdyouget in #307
New Contributors
- @labkita7 made their first contribution in #301
- @dcdyouget made their first contribution in #307
Full Changelog: v0.2.59...v0.2.60
v0.2.59
What's Changed
- Fix ACP turns ending prematurely during model silence by @wingleeio in #298
- Fix HTTP previews in the packaged macOS browser by @wingleeio in #297
Full Changelog: v0.2.58...v0.2.59
v0.2.58
v0.2.56
What's Changed
- Fix disabled Send for projectless sessions by @wingleeio in #294
Full Changelog: v0.2.55...v0.2.56
v0.2.55
What's Changed
- Add Linux sidebar browser with GPUI compositing by @wingleeio in #286
- Restore projectless sessions and make selection durable by @wingleeio in #291
- Add automatic project previews with stable URLs and P2P networking by @wingleeio in #290
Full Changelog: v0.2.54...v0.2.55
v0.2.54
What's Changed
- Fix unreliable session shortcuts and release v0.2.54 by @wingleeio in #285
Full Changelog: v0.2.53...v0.2.54
v0.2.53
Messages always queue during a response
Messages sent while an agent is working now wait for the current response to finish, on desktop and iOS. This applies to every harness.
- Remove the Steer/Queue setting and the steering warning above the composer.
- Replace queue-row Steer controls with Send now, which interrupts the current response and starts the selected message.
- Preserve queue editing, ordering, removal, and protected editing. Existing saved steering preferences no longer change message delivery.
- Keep drafts when an older engine cannot queue messages, instead of silently steering them into the active response.
Desktop downloads include Linux x86_64, Linux ARM64, and macOS Apple silicon (signed and notarized). iOS changes are included in source; this release workflow does not distribute an iOS app.
What's Changed
- Always queue active-turn messages and remove steering controls by @wingleeio in #284
Full Changelog: v0.2.52...v0.2.53
v0.2.52
Fixes browser sidebar rendering on macOS:
- Keep browser content aligned and clipped correctly while resizing the sidebar.
- Prevent black flashes during sidebar transitions and interrupted animations.
- Apply backdrop blur over browser content in dark and light themes.
- Preserve browser input and hover behavior beneath app overlays.
Includes Linux x86_64, Linux ARM64, and macOS Apple silicon packages.
Browser fixes and video evidence: #283
Full changelog: v0.2.51...v0.2.52