chore(release): release Buzz Desktop version 0.3.44 (#1544)

This commit is contained in:
Wes
2026-07-06 10:50:05 -07:00
committed by GitHub
parent 4343c6d55e
commit 2eebeb54bc
5 changed files with 11 additions and 4 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## v0.3.44
- fix(desktop): keep thread-summary badges mounted through scrollback prepends ([#1533](https://github.com/block/buzz/pull/1533)) ([`6abf614fd`](https://github.com/block/buzz/commit/6abf614fd4eb512cf2e4175f17dc09892a8b472d))
- refactor(shell): drop bundled PortableGit, add BUZZ_SHELL override + dialect hint ([#1536](https://github.com/block/buzz/pull/1536)) ([`cfa208983`](https://github.com/block/buzz/commit/cfa20898313080b7a106ae0e092d8ed6815daeb0))
- feat(nips,relay,acp): NIP-AM durable encrypted agent turn metrics (kind 44200) ([#1441](https://github.com/block/buzz/pull/1441)) ([`71265ca36`](https://github.com/block/buzz/commit/71265ca36105dbf62453a99c998c3f3dd134a304))
## v0.3.43
- fix(desktop): sync agent relay profile when persona avatar changes ([#1512](https://github.com/block/buzz/pull/1512)) ([`ce901f7c1`](https://github.com/block/buzz/commit/ce901f7c1e548a0aab0d9e97f4951ea134f6b3d2))
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "buzz",
"private": true,
"version": "0.3.43",
"version": "0.3.44",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -885,7 +885,7 @@ dependencies = [
[[package]]
name = "buzz-desktop"
version = "0.3.43"
version = "0.3.44"
dependencies = [
"anyhow",
"atomic-write-file",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "buzz-desktop"
version = "0.3.43"
version = "0.3.44"
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.3.43",
"version": "0.3.44",
"identifier": "xyz.block.buzz.app",
"build": {
"beforeDevCommand": {