Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.3.17

79bcee55cb7 docs: finish Buzz rename cleanup (#974)
6f3733d43b4 fix(desktop): let channel members bypass mention agent gate (#965)
8f580f308cc Rename desktop app to Buzz (#960)
dcb2639b355 feat(desktop): open profile panel from MembersSidebar rows (#962)
4e4dc723e4c feat(desktop): per-event notification sounds and alert controls (#968)
1ca16c898c7 fix(desktop): make header chrome zoom-correct and tidy split-pane (#941)
8c8312932af fix(desktop): rename SPROUT_ env vars to BUZZ_ for child agent processes (#971)
31b0665cff7 fix(justfile): complete buzz rename in dev and staging recipes (#966)
d99ad131f17 refactor: rename sprout backend to buzz (#958)
53e3f094858 fix(desktop): reap orphaned agent processes across instances (#954)
c5a54dcc390 Rename web app to Buzz (#959)
510009c11db fix(desktop): allow restarting saved relay-mesh agents from the UI (#956)
60c8c5036a2 feat(acp): agent timeout resilience — idle margin, tool-call reset, death notices, keepalive (#935)
c63e018b05b Rename mobile app to Buzz (#955)
929cc8861ee fix(desktop): repair team-persona mismatch and deduplicate legacy imports (#949)
b792aa4704a fix(desktop): populate last_message_at in channel browser (#951)
e5f0c32648b Kit/circular avatars (#927)
dbe973dacd0 fix(relay): accept mesh signaling kinds (24620/24621) via POST /events (#946)
f49cdcdd300 feat(sprout-dev-mcp): add read_file tool and replace_all to str_replace (#928)


## v0.3.16

34c8bdab1 fix(desktop): land live presence updates for not-yet-cached pubkeys (#947)
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buzz",
"private": true,
"version": "0.3.16",
"version": "0.3.17",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "buzz-desktop"
version = "0.3.16"
version = "0.3.17"
description = "Buzz desktop app"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Buzz",
"version": "0.3.16",
"version": "0.3.17",
"identifier": "xyz.block.buzz.app",
"build": {
"beforeDevCommand": {
Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: buzz
description: Buzz mobile client
publish_to: 'none'
version: 0.3.16+1
version: 0.3.17+1

environment:
sdk: ^3.11.4
Expand Down