Skip to content

Commit f1cd13b

Browse files
committed
chore(release): release version 0.3.19
1 parent faf0072 commit f1cd13b

6 files changed

Lines changed: 31 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## v0.3.19
4+
5+
faf00724f fix(release): ignore prerelease tags in changelog generation (#1021)
6+
b8c0556e7 fix: repair main build after cross-PR merge skew (#1020)
7+
87e45c65b feat(agents): show per-turn duration and prune dead turns within ~25s of host crash (#1017)
8+
2fef8d664 fix(release): replace hermit with native tool setup on Windows job (#1018)
9+
6db90514b feat(acp): surface error-class outcomes to the activity feed only, never the channel (#1010)
10+
563f68434 fix(desktop): migrate Sprout workspace storage (#1016)
11+
5a8cc79c6 feat(auth): force token refresh on rejected token (401/403), never the browser (#1015)
12+
59a7e5da8 fix(release): mark prerelease versions so they do not become latest (#1013)
13+
f08588245 feat(acp): implement systemPrompt with protocol version gating (#981)
14+
d07c8216c fix(release): update repository name check from block/sprout to block/buzz (#1012)
15+
de641fce5 feat(release): all-OS desktop builds + universal auto-update manifest (#1011)
16+
8c9211ffc Add relay disconnect UX: friendly errors, reconnect, cached identity (#1004)
17+
7983bf675 feat(agents): add active turn indicators to Agents Menu (#1005)
18+
39d9aa826 ci: add fork guards to docker, release, and auto-tag workflows (#1007)
19+
43d1ce353 docs(nip-rs): add optional thread read context scheme (#1006)
20+
12433077a fix(huddle): Pocket TTS quality overhaul — reference parity + cross-message pipelining (#997)
21+
00dc4915d Add manual ACP session rotation command (#932)
22+
df8896f13 fix(desktop): heal stale persona_team_dir paths in release builds (#1003)
23+
1fa63bada ci(docker): publish public ghcr.io/block/buzz image (native multi-arch) (#986)
24+
84f499cb6 fix(buzz-agent): cap tool-result text at 50 KiB with middle elision (#952)
25+
2846a96ed feat(huddle): sentence-at-a-time voice-mode guidelines for lower TTS latency (#996)
26+
a1c28f487 Shard desktop Playwright CI jobs (#992)
27+
28+
329
## v0.3.18
430

531
05fc69b8408 Video Player Improvements (#993)

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "buzz",
33
"private": true,
4-
"version": "0.3.18",
4+
"version": "0.3.19",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "buzz-desktop"
5-
version = "0.3.18"
5+
version = "0.3.19"
66
description = "Buzz desktop app"
77
authors = ["you"]
88
edition = "2021"

desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Buzz",
4-
"version": "0.3.18",
4+
"version": "0.3.19",
55
"identifier": "xyz.block.buzz.app",
66
"build": {
77
"beforeDevCommand": {

mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: buzz
22
description: Buzz mobile client
33
publish_to: 'none'
4-
version: 0.3.18+1
4+
version: 0.3.19+1
55

66
environment:
77
sdk: ^3.11.4

0 commit comments

Comments
 (0)