Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 05:00
· 36 commits to main since this release
d3e369b

ℹ️ Platform support.

macOS (arm64 + amd64) is the primary dev target and tested with real serial hardware on every release.
Windows builds are verified periodically against real hardware; Linux less often, as gpui's Linux backend is the least-mature of the three.
Issues on any platform are welcome at https://github.com/packetThrower/Baudrun/issues.

What's Changed

  • build(deps): bump gpui + gpui_platform to Zed d753a31; cut 0.14.0 notes (d3e369b)
  • build(deps): Bump astro from 6.4.7 to 6.4.8 in /docs-next (#65) (5f21602)
  • build(deps): Bump the actions-all group across 1 directory with 4 updates (#66) (67963b1)
  • build(deps): Bump the cargo-minor group across 1 directory with 3 updates (#67) (e9273fe)
  • chore(deny): ignore quick-xml DoS pair, drop dead async-std ignore (95b8f9a)
  • chore(deny): ignore RUSTSEC-2026-0192 (ttf-parser unmaintained) (94333bc)
  • docs: cover drag-to-reorder, tear-off, and cross-window sync (bd0dcef)
  • feat(sidebar): tear off a profile drag into a new window (b300d72)
  • feat(sidebar): drag-to-reorder profiles + subscribe windows to the bus (dcc35ac)
  • feat(profiles): broadcast store changes to every window (495d596)
  • fix(ci): harden release pipeline — amd64-only winget regex + fetch armor (1aebeb0)
  • build(deps): bump gpui + gpui_platform to Zed 14f9b9d (3df3bb0)
  • build(deps): Bump the actions-all group across 1 directory with 2 updates (#57) (3519af3)
  • build(deps): Bump the cargo-minor group across 1 directory with 4 updates (#59) (f346118)
  • build(deps): Bump the docs-minor group across 1 directory with 4 updates (#58) (825acee)
  • chore(deny): ignore RUSTSEC-2026-0173 (proc-macro-error2 unmaintained) (684348d)
  • readme: note the Homebrew 6.0.0 tap-trust step (3edce94)
  • build(deps): bump gpui + gpui-component for the BoxShadow inset field (c00936a)
  • build(deps): Bump the actions-all group across 1 directory with 3 updates (#50) (2da9a85)
  • build(deps): Bump the cargo-minor group across 1 directory with 3 updates (#52) (3d5548b)
  • style(titlebar): let the skin own the title-bar colour on flush skins (33e1cb6)
  • style(hover): brighten Settings + editor rail hover bg to match main app (bb090d0)
  • fix(settings,editor): snap hover by giving stateful rows stable ids (eec8816)
  • fix(sidebar): snap profile-row hover by giving it a stable id (22bc702)
  • docs(nav): add "← packetThrower" back-link pill to the docs header (#49) (a58eb53)
  • docs(todo): retro on v0.13.0 winget arm64 failure (#48) (d89e3d0)
  • fix(ci): pin winget-releaser to MSI-only assets (16af127)

Full Changelog: v0.13.0...v0.14.0