Skip to content

chore(release): release Buzz Desktop version 0.5.0 - #3213

Merged
wesbillman merged 1 commit into
mainfrom
version-bump/0.5.0
Jul 28, 2026
Merged

chore(release): release Buzz Desktop version 0.5.0#3213
wesbillman merged 1 commit into
mainfrom
version-bump/0.5.0

Conversation

@wesbillman

@wesbillman wesbillman commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Buzz Desktop release v0.5.0

Changes since v0.4.26:

  • feat(invites): add use-limited invite links (#3141) (d500c2d5c)
  • fix(node): bump Buzz-supplied Node runtimes past OpenClaw's >=24.15.0 floor (#3218) (98a7b1334)
  • fix(desktop): preserve thread anchor through layout reflow (#3212) (9810d8545)
  • feat(search): parse from:/in:/after:/before: and pass them in the filter (#2871) (cb2a265b5)
  • fix(desktop): fetch join policies through native networking (#2862) (0019f8076)
  • fix(desktop): republish agent identity records when a persona rename propagates (#2607) (7ca0bbd94)
  • fix(desktop): keep project Inbox previews compact (#3193) (de1396050)
  • Inbox refactor (#2045) (2bd4c24b7)
  • Fix composer selection formatting and drop overlay (#3172) (99da5b7eb)
  • Refine pending message status (#3153) (75588eaff)
  • fix(desktop): recover full local storage on startup (#3182) (174c38e4b)
  • fix(desktop): keep collapsed table separators out of spoilers (#3169) (4d8b676bb)
  • feat(desktop): redesign agent runtime settings (#3093) (d98da7389)
  • fix(desktop): use forward slashes for git credential.helper on Windows (#3023) (899531684)
  • chore(desktop): add AgentCreationPreview file-size override to unblock main CI (#3154) (b92a1f4bf)
  • fix(desktop): make the test loader work on Windows (#2758) (8bb43d519)
  • fix(desktop): make lint and unit-test gates work on Windows (#2943) (545bb46b8)
  • feat(desktop): add search to agent emoji picker (#2630) (313f793c8)
  • fix(desktop): keep identity key help dialog readable in dark mode (#2854) (be275cfc6)
  • feat(acp): title agent sessions from the agent and channel name (#3028) (f2fe3b63c)
  • feat(git): use agent display name as git author name (#3040) (18eef633d)
  • fix(deps): bump nostr to 0.44.6 for RUSTSEC-2026-0216 (NIP-44 remote DoS) (#3135) (31e2de196)
  • fix(desktop): read the newest pair-scoped harness log (#3134) (654f38490)
  • feat(desktop): handle project work from Inbox (#3117) (c5c4f390b)
  • fix(desktop): clarify identity key button when key exists (#2357) (87b3fcd3c)
  • Restore Goose and Buzz Agent to onboarding harness selection (#2731) (7fc0cc82d)
  • fix(desktop): render rich project work item content (#3100) (afb272bb7)
  • feat(acp): bring your own harness (BYOH) — generic ACP runtime seam + settings gallery (#2773) (95fdf9788)
  • feat(desktop): use collective mesh routing for Auto (#2825) (16d4ec335)
  • fix(desktop): strip legacy baked team instructions from stored prompts (#3035) (aee631448)
  • feat(agents): lower default agent parallelism from 24 to 10 (#3038) (5d8ede446)
  • Polish community rail and mobile pairing (#2972) (e6c90bb7c)
  • fix(desktop): remove bundled libsystemd from AppImage (#2353) (a31fc4d2f)
  • fix(desktop): make agent definition authoritative for model/provider/prompt (#1968) (8c0e8cb16)
  • chore(desktop): delete dead persona catalog UI cluster (#2886) (8e67cf399)
  • fix(desktop): surface install failures hidden by curl-pipe exit codes (#2892) (166c6655e)
  • Refactor managed-agent runtime into cohesive modules (#2974) (74b63e184)
  • fix(desktop): make Linux AppImage GStreamer work on non-Debian distros (#2176) (cc6c4d347)
  • refactor(desktop): remove Agent directory section from Agents page (#2290) (5d1233e84)
  • fix(desktop): enable arboard Wayland backend so Linux copies reach the Wayland clipboard (#2904) (ab7aa8b12)
  • fix(desktop): supervise and re-arm relay-mesh runtime (#2823) (aa51dab9d)
  • fix(agents): run live Databricks discovery instead of the fallback list (#2890) (8eb6e3eb6)
  • fix(desktop): retire prepend mode on every reader wheel (#2913) (07d0265cf)
  • fix(desktop): consolidate prepend scroll correction (#2855) (25e7864b3)
  • fix(desktop): track concurrent agent turns up to the harness maximum (#2882) (20bff5910)
  • fix(relay): preserve reconnect backoff (#2759) (499c5d349)
  • refactor(relay): expose reconnect timing policy (#2310) (2f0041595)
  • fix(desktop): clear stale working badges on agent stop/restart (#2803) (a64cc71f6)
  • fix(desktop): surface agent rename relay profile sync failure as a warning toast (#2279) (5e3d2e484)
  • fix(discovery): inject PATH into Codex adapter planning (#2767) (6ab3835f3)

To release: merge this PR. The tag and build will happen automatically.

@wesbillman
wesbillman requested a review from a team as a code owner July 27, 2026 21:11
@wesbillman
wesbillman force-pushed the version-bump/0.5.0 branch from f256462 to 547c0dc Compare July 27, 2026 22:24
@wesbillman
wesbillman merged commit 4a977c5 into main Jul 28, 2026
25 checks passed
@wesbillman
wesbillman deleted the version-bump/0.5.0 branch July 28, 2026 14:21
@DanTup

DanTup commented Jul 28, 2026

Copy link
Copy Markdown

@wesbillman I'm curious about the build process here. This PR was prepared 17 hours ago and says:

To release: merge this PR. The tag and build will happen automatically.

The merge was done 39 minutes ago into main as 4a977c5. It appears that both the tag and the release build are based on that version - but it includes changes landed in main between this PR being opened and merged.

Does this mean all changes to main since this PR was merged were included in the release, but not in the release notes (and instead they would be incorrectly included in the releases notes?).

(I may have misunderstood, but I thought I'd ask in case this is unexpected - I was just poking around because I'm always curious to see how people are automating their releases 🙂)

Edit: For example

#3191 was not in the release notes, but the commit 2ce2d71 shows the v0.5.0 tag:

image

tlongwell-block pushed a commit that referenced this pull request Jul 28, 2026
* origin/main:
  chore(release): release Buzz Desktop version 0.5.0 (#3213)

Co-authored-by: Tyler Longwell <[email protected]>
Signed-off-by: Tyler Longwell <[email protected]>
@wesbillman

Copy link
Copy Markdown
Collaborator Author

@DanTup this is correct. It's a rough edge that worked for us for a while, but now that we're shipping more publicly we need to clean this up. We'll start looking into it.

@DanTup

DanTup commented Jul 28, 2026

Copy link
Copy Markdown

@wesbillman got it, thanks :)

cameronhotchkies pushed a commit to cameronhotchkies/buzz that referenced this pull request Jul 28, 2026
…y-to-env

* origin/main: (22 commits)
  Polish mobile message and search layouts (block#3121)
  Add mobile message image galleries (block#3312)
  chore(release): release Buzz Desktop version 0.5.0 (block#3213)
  feat(relay): make Postgres pool size configurable, default 50 (block#3191)
  Publish symbol-bearing debug relay images (block#3250)
  feat(tracing): add datastore tracing plumbing (block#2760)
  fix(buzz-acp): accept id-keyed config options when resolving model switch (block#2795)
  fix(desktop): probe legacy Goose install dir on Windows (block#3248)
  refactor(desktop): extract install command execution into install_exec (block#3251)
  Polish composer activity layout and transitions (block#3151)
  feat(invites): add use-limited invite links (block#3141)
  fix(node): bump Buzz-supplied Node runtimes past OpenClaw's >=24.15.0 floor (block#3218)
  fix(desktop): preserve thread anchor through layout reflow (block#3212)
  feat(search): parse from:/in:/after:/before: and pass them in the filter (block#2871)
  fix(desktop): fetch join policies through native networking (block#2862)
  fix(desktop): republish agent identity records when a persona rename propagates (block#2607)
  fix(desktop): keep project Inbox previews compact (block#3193)
  Inbox refactor (block#2045)
  Fix composer selection formatting and drop overlay (block#3172)
  Refine pending message status (block#3153)
  ...

Signed-off-by: npub1x4hk035p3p9q39a3fcrd2fe30lpkrhr5dwe0cqzzjphxyyh8m0gsq4vqap <356f67c681884a0897b14e06d527317fc361dc746bb2fc0042906e6212e7dbd1@buzz.block.builderlab.xyz>
Co-authored-by: npub1x4hk035p3p9q39a3fcrd2fe30lpkrhr5dwe0cqzzjphxyyh8m0gsq4vqap <356f67c681884a0897b14e06d527317fc361dc746bb2fc0042906e6212e7dbd1@buzz.block.builderlab.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants