Releases: arpan404/ace
Releases · arpan404/ace
ace v0.2.3
What's Changed
Release Preparation
- Bump package versions to 0.2.3 by arpan404 in aca61eb
- Require mac signing env for local desktop releases by arpan404 in 2c78614
Full Changelog: v0.2.2...v0.2.3
ace v0.2.2
What's Changed
Release Preparation
- Bump app versions to 0.2.2 by arpan404 in 34f07c5
Full Changelog: v0.2.1...v0.2.2
ace v0.2.1
What's Changed
- Add chat reliability diagnostics and markdown timeline refinements by @arpan404 in #79
- Add chat reliability diagnostics and recovery UX by @arpan404 in #78
- Refine chat markdown and work summary spacing by @arpan404 in #77
- Add macOS desktop signing support and polish provider status banner by @arpan404 in #76
- Normalize provider tool events before projection by @arpan404 in #75
- Normalize tool lifecycle payloads and wire editor invalidation by @arpan404 in #73
- Fix sidebar project list virtual row alignment by @arpan404 in #74
- Refactor web/mobile UI state and stabilize chat browser flows by @arpan404 in #70
- Polish shared control primitives across the web UI by @arpan404 in #72
- Polish web controls with shared button and scroll primitives by @arpan404 in #71
- Fix download page release lookup and Linux icon by @arpan404 in #69
Release Preparation
Full Changelog: v0.2.0...v0.2.1
ace v0.2.0-beta
macOS Beta Release
This beta is a macOS-only desktop release focused on browser reliability, Codex workflow clarity, provider/session correctness, and sharper runtime diagnostics. It includes builds for Apple Silicon and Intel Macs.
Downloads
- Apple Silicon:
ace-0.2.0-beta-arm64.dmg - Intel Mac:
ace-0.2.0-beta-x64.dmg - Auto-update payloads: macOS ZIP files, blockmaps, and
latest-mac.ymlare included for Electron updater support.
Highlights
- Browser links now behave like a normal browser:
target="_blank"and popup/new-window requests open inside new ace browser tabs, and right-clicking links includes Open Link in New Tab. (#63) - Browser failure handling is cleaner: unreachable pages show a simple retryable error page instead of a blank webview or noisy boxed UI. (#63)
- Right-side browser panel shortcuts now support fullscreen and floating chat toggles, including macOS Option-key normalization for keyboard layouts that emit alternate characters. (#63)
- Codex goal workflows are easier to drive and read: goal command discovery is surfaced in the UI, and completed/stopped goals no longer keep showing as actively pursued. (#61)
- Runtime diagnostics remain visible after work completes, including completed hidden-work summaries and visible runtime error details. (#60)
- Provider checks are scoped to instance settings so multi-provider setups avoid cross-instance validation noise. (#62)
- Desktop process teardown and release infrastructure are more reliable, with additional Linux build workflow hardening kept out of this macOS artifact set. (#58, #59)
Merged PRs Since v0.2.0-alpha
- #63 Open browser links in new tabs from webviews
- #62 Scope provider checks to instance settings
- #61 Add Codex goal command discovery and UI support
- #60 Keep runtime diagnostics visible in completed work
- #59 Refresh repository docs and workflows for ace
- #58 Harden process teardown and Linux desktop support
Notes
- macOS only. Linux and Windows artifacts are not part of this release.
- This is a prerelease beta build and may still change quickly.
- Artifacts were built locally on macOS for both Apple Silicon and Intel architectures.
ace v0.2.0
What's Changed
- Handle permission approvals in notification flows by @arpan404 in #67
- Refresh marketing site and add Pi provider support by @arpan404 in #66
- Refresh marketing site with Pi provider and WebP imagery by @arpan404 in #65
- Refresh marketing landing page and add Pi provider by @arpan404 in #57
- Route browser opens into in-app tabs and add panel shortcuts by @arpan404 in #64
Release Preparation
- Fix release typecheck by @arpan404 in 737eb9e2
- Fix release test preflight by @arpan404 in 7bfcfaf4
- Fix Windows Docker release packaging by @arpan404 in e2abb58c
Full Changelog: v0.2.0-beta...v0.2.0
ace v0.2.0-alpha
macOS Alpha Release
This is the first macOS alpha release for ace, a desktop/web GUI for running coding agents across providers.
Downloads
- Apple Silicon:
ace-0.2.0-alpha-arm64.dmg - Intel Mac:
ace-0.2.0-alpha-x64.dmg - Auto-update payloads: macOS ZIP files, blockmaps, and
latest-mac.ymlare included for Electron updater support.
Highlights
- Multi-provider account support across picker, settings, and sessions.
- Browser handoff/session retention improvements and more stable browser tab mounting.
- Sidebar thread grouping and settings presentation polish.
- Queued composer message dispatch after interrupted turns.
- Terminal process management and terminal rows that open associated threads.
- CLI improvements, including telemetry controls, daemon stop command, and expanded documentation.
Notes
- macOS only. Linux and Windows artifacts are not part of this release.
- This is an early alpha build, so behavior and packaging may change quickly.
- Artifacts were built locally on macOS for both Apple Silicon and Intel architectures.