From f1cd13b944d5174dafb228ad5d8e89820485377b Mon Sep 17 00:00:00 2001 From: Will Pfleger Date: Fri, 12 Jun 2026 18:38:32 -0400 Subject: [PATCH] chore(release): release version 0.3.19 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ desktop/package.json | 2 +- desktop/src-tauri/Cargo.lock | 2 +- desktop/src-tauri/Cargo.toml | 2 +- desktop/src-tauri/tauri.conf.json | 2 +- mobile/pubspec.yaml | 2 +- 6 files changed, 31 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0d1adc3..cc9e30e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v0.3.19 + +faf00724f fix(release): ignore prerelease tags in changelog generation (#1021) +b8c0556e7 fix: repair main build after cross-PR merge skew (#1020) +87e45c65b feat(agents): show per-turn duration and prune dead turns within ~25s of host crash (#1017) +2fef8d664 fix(release): replace hermit with native tool setup on Windows job (#1018) +6db90514b feat(acp): surface error-class outcomes to the activity feed only, never the channel (#1010) +563f68434 fix(desktop): migrate Sprout workspace storage (#1016) +5a8cc79c6 feat(auth): force token refresh on rejected token (401/403), never the browser (#1015) +59a7e5da8 fix(release): mark prerelease versions so they do not become latest (#1013) +f08588245 feat(acp): implement systemPrompt with protocol version gating (#981) +d07c8216c fix(release): update repository name check from block/sprout to block/buzz (#1012) +de641fce5 feat(release): all-OS desktop builds + universal auto-update manifest (#1011) +8c9211ffc Add relay disconnect UX: friendly errors, reconnect, cached identity (#1004) +7983bf675 feat(agents): add active turn indicators to Agents Menu (#1005) +39d9aa826 ci: add fork guards to docker, release, and auto-tag workflows (#1007) +43d1ce353 docs(nip-rs): add optional thread read context scheme (#1006) +12433077a fix(huddle): Pocket TTS quality overhaul — reference parity + cross-message pipelining (#997) +00dc4915d Add manual ACP session rotation command (#932) +df8896f13 fix(desktop): heal stale persona_team_dir paths in release builds (#1003) +1fa63bada ci(docker): publish public ghcr.io/block/buzz image (native multi-arch) (#986) +84f499cb6 fix(buzz-agent): cap tool-result text at 50 KiB with middle elision (#952) +2846a96ed feat(huddle): sentence-at-a-time voice-mode guidelines for lower TTS latency (#996) +a1c28f487 Shard desktop Playwright CI jobs (#992) + + ## v0.3.18 05fc69b8408 Video Player Improvements (#993) diff --git a/desktop/package.json b/desktop/package.json index c57d4a12d..facc2f5d5 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "buzz", "private": true, - "version": "0.3.18", + "version": "0.3.19", "type": "module", "scripts": { "dev": "vite", diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 050df181f..6f84c7528 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "buzz-desktop" -version = "0.3.18" +version = "0.3.19" dependencies = [ "anyhow", "atomic-write-file", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 89f467fc9..c0001c799 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "buzz-desktop" -version = "0.3.18" +version = "0.3.19" description = "Buzz desktop app" authors = ["you"] edition = "2021" diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index 1d68ef79a..08d0a8c95 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Buzz", - "version": "0.3.18", + "version": "0.3.19", "identifier": "xyz.block.buzz.app", "build": { "beforeDevCommand": { diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 79ca0b7fe..810936d8d 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -1,7 +1,7 @@ name: buzz description: Buzz mobile client publish_to: 'none' -version: 0.3.18+1 +version: 0.3.19+1 environment: sdk: ^3.11.4