diff --git a/.release/desktop-candidate.json b/.release/desktop-candidate.json index 2cfec8d7813..3920dfeb44f 100644 --- a/.release/desktop-candidate.json +++ b/.release/desktop-candidate.json @@ -1,10 +1,10 @@ { "schema": 2, - "version": "0.5.16", - "base_sha": "ee992ff0822f44d1c308822f116cb9d26f9a3386", - "previous_tag": "desktop-v0.5.15", - "previous_base_sha": "7f61cf431af1d8f0480a0baf525881a12f2be7f2", - "previous_merge_sha": "c8c8eb58ad5336f21d77e7b02517cd4604a9a7ae", - "tag": "desktop-v0.5.16", - "commit_count": 2 + "version": "0.5.17", + "base_sha": "3fdf289b78c40f80abce86575c25b5ed6361d82c", + "previous_tag": "desktop-v0.5.16", + "previous_base_sha": "ee992ff0822f44d1c308822f116cb9d26f9a3386", + "previous_merge_sha": "978e585e8df893fe55aded854de07996b9412678", + "tag": "desktop-v0.5.17", + "commit_count": 5 } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f81baf7730..bec9b9324e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v0.5.17 + +### Desktop and shared changes + +- fix(desktop): bound remote agent mention authorization ([#6224](https://github.com/block/buzz/pull/6224)) ([`3fdf289b78c40f80abce86575c25b5ed6361d82c`](https://github.com/block/buzz/commit/3fdf289b78c40f80abce86575c25b5ed6361d82c)) +- fix(desktop): bind presence retry timers ([#6213](https://github.com/block/buzz/pull/6213)) ([`081910424a5b6f01b283ad632b0718240c6b3cbf`](https://github.com/block/buzz/commit/081910424a5b6f01b283ad632b0718240c6b3cbf)) +- ci: make file-size policy a first-class gate ([#6187](https://github.com/block/buzz/pull/6187)) ([`6d45f98665004d314468d98e50084996f4046cdf`](https://github.com/block/buzz/commit/6d45f98665004d314468d98e50084996f4046cdf)) +- fix(desktop): eliminate mounted-view CPU burn — compositor-safe shimmer, observer append fast path, poll-tick disk reads ([#6198](https://github.com/block/buzz/pull/6198)) ([`f0234f1449ab8a6d52d45a9e1ec19cc675b40fe9`](https://github.com/block/buzz/commit/f0234f1449ab8a6d52d45a9e1ec19cc675b40fe9)) + +### Other repository changes + +- fix: bump h2 for RUSTSEC-2026-0258 ([#6222](https://github.com/block/buzz/pull/6222)) ([`cc8a8b0dcbf5c01311b2ac7e1827ff3e582299f3`](https://github.com/block/buzz/commit/cc8a8b0dcbf5c01311b2ac7e1827ff3e582299f3)) + +[Compare desktop-v0.5.16...desktop-v0.5.17](https://github.com/block/buzz/compare/desktop-v0.5.16...desktop-v0.5.17) + ## v0.5.16 ### Desktop and shared changes diff --git a/desktop/package.json b/desktop/package.json index 073a764a1ba..683c1529d25 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "buzz", "private": true, - "version": "0.5.16", + "version": "0.5.17", "type": "module", "scripts": { "dev": "vite", diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 8724145dfd5..081e345edb7 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "buzz-desktop" -version = "0.5.16" +version = "0.5.17" dependencies = [ "anyhow", "arboard", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 1fa31d12d35..01504852b6f 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -7,7 +7,7 @@ members = ["crates/buzz-terminal"] [package] name = "buzz-desktop" -version = "0.5.16" +version = "0.5.17" 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 884cf0624f3..b6cbaab514f 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.5.16", + "version": "0.5.17", "identifier": "xyz.block.buzz.app", "build": { "beforeDevCommand": {