chore(release): release Buzz Desktop version 0.5.7 (#5252)

## Buzz Desktop release v0.5.7

- **Frozen main:** `74b913cff8512c015dc6f1a7473b253fa803f954`
- **Reviewed candidate:** `f167818d25dd9f03115ab907a16f07daee2ece5c`
- **Previous desktop release:** `desktop-v0.5.6`
- **Proposed immutable tag:** `desktop-v0.5.7`

This PR may be **squash merged** after the Desktop Release Candidate
check and all protected-branch checks pass. Merging authorizes
publication of the exact reviewed candidate; later or unrelated changes
on `main` cannot alter it.

The checked-in changelog accounts for every non-merge commit in the
release range. The Desktop tag points to the reviewed candidate commit,
not the later squash commit. Publication remains bound to that immutable
candidate tag.

Signed-off-by: Wes <wesbillman@users.noreply.github.com>
Co-authored-by: Release Automation <release-automation@users.noreply.github.com>
This commit is contained in:
Wes
2026-08-07 15:37:12 -07:00
committed by GitHub
co-authored by Release Automation
parent 74b913cff8
commit 13c9e900c8
6 changed files with 26 additions and 11 deletions
+7 -7
View File
@@ -1,10 +1,10 @@
{
"schema": 2,
"version": "0.5.6",
"base_sha": "78c87ae20e182fffdd99744d6c9ff99df82b159c",
"previous_tag": "desktop-v0.5.5",
"previous_base_sha": "25a9cf1be6d245fbd7373cb1160dbc790baf5bd5",
"previous_merge_sha": "8342dfcc5890b81a269a8ec3db73a8a56f76ce79",
"tag": "desktop-v0.5.6",
"commit_count": 74
"version": "0.5.7",
"base_sha": "74b913cff8512c015dc6f1a7473b253fa803f954",
"previous_tag": "desktop-v0.5.6",
"previous_base_sha": "78c87ae20e182fffdd99744d6c9ff99df82b159c",
"previous_merge_sha": "3855687e7699f1b169f179122b8bc92f433abd6d",
"tag": "desktop-v0.5.7",
"commit_count": 5
}
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## v0.5.7
### Desktop and shared changes
- fix(desktop): isolate relay admission tests ([#5221](https://github.com/block/buzz/pull/5221)) ([`74b913cff8512c015dc6f1a7473b253fa803f954`](https://github.com/block/buzz/commit/74b913cff8512c015dc6f1a7473b253fa803f954))
- fix(desktop): externalize boot <style> to prevent Tauri CSP nonce override ([#5242](https://github.com/block/buzz/pull/5242)) ([`dcc1231d6d6935819597bc42f7bc59fa0a47c8e5`](https://github.com/block/buzz/commit/dcc1231d6d6935819597bc42f7bc59fa0a47c8e5))
- fix(desktop): let imported and recovered identities finish onboarding ([#5228](https://github.com/block/buzz/pull/5228)) ([`a5a9240241ad584c839f79af546df9bf0216ca1f`](https://github.com/block/buzz/commit/a5a9240241ad584c839f79af546df9bf0216ca1f))
- Recover from max-token response truncation ([#5223](https://github.com/block/buzz/pull/5223)) ([`2b873cf208bf2143bfdb77dbe34b04edcdb723a1`](https://github.com/block/buzz/commit/2b873cf208bf2143bfdb77dbe34b04edcdb723a1))
### Other repository changes
- fix(mobile): keep latest messages above composer ([#4981](https://github.com/block/buzz/pull/4981)) ([`07999425dca4a94ca0dea4f47d674661ea52fac3`](https://github.com/block/buzz/commit/07999425dca4a94ca0dea4f47d674661ea52fac3))
[Compare desktop-v0.5.6...desktop-v0.5.7](https://github.com/block/buzz/compare/desktop-v0.5.6...desktop-v0.5.7)
## v0.5.6
### Desktop and shared changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "buzz",
"private": true,
"version": "0.5.6",
"version": "0.5.7",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1061,7 +1061,7 @@ dependencies = [
[[package]]
name = "buzz-desktop"
version = "0.5.6"
version = "0.5.7"
dependencies = [
"anyhow",
"arboard",
+1 -1
View File
@@ -7,7 +7,7 @@ members = ["crates/buzz-terminal"]
[package]
name = "buzz-desktop"
version = "0.5.6"
version = "0.5.7"
description = "Buzz desktop app"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Buzz",
"version": "0.5.6",
"version": "0.5.7",
"identifier": "xyz.block.buzz.app",
"build": {
"beforeDevCommand": {