Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
be48ce9
fix(link-preview): reliably render previews sent right after they res…
tellaho Aug 11, 2026
5e4d0fe
fix(buzz-agent): harden Databricks OAuth token cache and callback (#5…
wpfleger96 Aug 11, 2026
7eb8cc5
fix(link-preview): resolve YouTube videos through oEmbed (#5520)
tellaho Aug 11, 2026
83ca595
fix(desktop): preserve theme when opening communities (#5266)
tellaho Aug 11, 2026
240cdd3
chore: mesh upgrade, clean up legacy special case code, simplify mode…
micspiral Aug 11, 2026
4935724
fix(desktop): suppress fresh focus-return refetches for channels and …
wesbillman Aug 11, 2026
d3ec831
fix(desktop): preserve fresh channel timelines (#5577)
wesbillman Aug 11, 2026
bba3e06
Fix macOS attachment picker lifecycle and allow inert HTML downloads …
wesbillman Aug 11, 2026
b0795a1
Add Send to channel for thread messages (#5305)
klopez4212 Aug 11, 2026
cd2aa5c
Add glass appearance and cohesive settings (#5478)
klopez4212 Aug 11, 2026
cf03bd7
Improve desktop search scoping (#5306)
klopez4212 Aug 11, 2026
397796c
feat(tracing): add PostgreSQL tracing spans (#3678)
ThePumpingLemma Aug 11, 2026
e8153f8
fix(relay): log event kind on the HTTP bridge /events line (#5291)
Chessing234 Aug 11, 2026
d9dc76c
fix(desktop): bound initial timeline retention (#5603)
wesbillman Aug 11, 2026
16b7ae7
fix(relay): stop panicking the ingest worker on reactions to project …
Chessing234 Aug 11, 2026
9203bf6
perf(desktop): coalesce read state localStorage persistence (#5591)
wesbillman Aug 11, 2026
f359301
fix(desktop): remove 0.5.9+ perf regressions, speed up get_channels (…
wpfleger96 Aug 11, 2026
4b35706
chore(release): release Buzz Desktop version 0.5.10 (#5613)
wesbillman Aug 12, 2026
0c86d9e
Merge remote-tracking branch 'upstream/main' into upstream-sync-20260812
adrienlacombe Aug 12, 2026
490fbaf
fix(sync): commit the re-resolved Cargo.lock, not upstream's raw one
adrienlacombe Aug 12, 2026
9be0e2d
fix(sync): disambiguate secp256k1 in the desktop Cargo.lock
adrienlacombe Aug 12, 2026
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
14 changes: 7 additions & 7 deletions .release/desktop-candidate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"schema": 2,
"version": "0.5.9",
"base_sha": "f8f2ef0440e7a074223ec04dc3b32d817b8b9d9b",
"previous_tag": "desktop-v0.5.8",
"previous_base_sha": "6a17d035f79ad582ca3f4f3cdc38d376f2c4087f",
"previous_merge_sha": "c815a9c6e1a1d1818a0547f60f894e4a5388761a",
"tag": "desktop-v0.5.9",
"commit_count": 29
"version": "0.5.10",
"base_sha": "f35930104bcbdb1332ff13735214ecb9fce1fc7b",
"previous_tag": "desktop-v0.5.9",
"previous_base_sha": "f8f2ef0440e7a074223ec04dc3b32d817b8b9d9b",
"previous_merge_sha": "538e5e113fc33571f939c87b925567fd4e277109",
"tag": "desktop-v0.5.10",
"commit_count": 18
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v0.5.10

### Desktop and shared changes

- fix(desktop): remove 0.5.9+ perf regressions, speed up get_channels ([#5599](https://github.com/block/buzz/pull/5599)) ([`f35930104bcbdb1332ff13735214ecb9fce1fc7b`](https://github.com/block/buzz/commit/f35930104bcbdb1332ff13735214ecb9fce1fc7b))
- perf(desktop): coalesce read state localStorage persistence ([#5591](https://github.com/block/buzz/pull/5591)) ([`9203bf60eea44875cafb36410252f8705ce54e2d`](https://github.com/block/buzz/commit/9203bf60eea44875cafb36410252f8705ce54e2d))
- fix(desktop): bound initial timeline retention ([#5603](https://github.com/block/buzz/pull/5603)) ([`d9dc76c0aa7ab8a96b2ecf89325eef6b1536039d`](https://github.com/block/buzz/commit/d9dc76c0aa7ab8a96b2ecf89325eef6b1536039d))
- Improve desktop search scoping ([#5306](https://github.com/block/buzz/pull/5306)) ([`cf03bd7c37cb3918afd4fe2a561360d01e11b68e`](https://github.com/block/buzz/commit/cf03bd7c37cb3918afd4fe2a561360d01e11b68e))
- Add glass appearance and cohesive settings ([#5478](https://github.com/block/buzz/pull/5478)) ([`cd2aa5c12d1c802ea9d93c30809f3625c49e9bd4`](https://github.com/block/buzz/commit/cd2aa5c12d1c802ea9d93c30809f3625c49e9bd4))
- Add Send to channel for thread messages ([#5305](https://github.com/block/buzz/pull/5305)) ([`b0795a10ea0f63f2382f4028a1adc2bc3e039d79`](https://github.com/block/buzz/commit/b0795a10ea0f63f2382f4028a1adc2bc3e039d79))
- Fix macOS attachment picker lifecycle and allow inert HTML downloads ([#5569](https://github.com/block/buzz/pull/5569)) ([`bba3e06386b8a0ca22e9867dc81aac1ca2b1b737`](https://github.com/block/buzz/commit/bba3e06386b8a0ca22e9867dc81aac1ca2b1b737))
- fix(desktop): preserve fresh channel timelines ([#5577](https://github.com/block/buzz/pull/5577)) ([`d3ec831e0cecbff347d55a236e34b27d79961503`](https://github.com/block/buzz/commit/d3ec831e0cecbff347d55a236e34b27d79961503))
- fix(desktop): suppress fresh focus-return refetches for channels and home-feed ([#5535](https://github.com/block/buzz/pull/5535)) ([`49357244945c2f4b8432eb8b5cebbba5b1c30a08`](https://github.com/block/buzz/commit/49357244945c2f4b8432eb8b5cebbba5b1c30a08))
- chore: mesh upgrade, clean up legacy special case code, simplify model selection for mesh ([#5289](https://github.com/block/buzz/pull/5289)) ([`240cdd3ea17a8f4d521c8398a929294210bd1e1a`](https://github.com/block/buzz/commit/240cdd3ea17a8f4d521c8398a929294210bd1e1a))
- fix(desktop): preserve theme when opening communities ([#5266](https://github.com/block/buzz/pull/5266)) ([`83ca595adadae32238197d9c34a5895a34950968`](https://github.com/block/buzz/commit/83ca595adadae32238197d9c34a5895a34950968))
- fix(link-preview): resolve YouTube videos through oEmbed ([#5520](https://github.com/block/buzz/pull/5520)) ([`7eb8cc5a5f03c454a84f2b5c4369819ba6d4d11b`](https://github.com/block/buzz/commit/7eb8cc5a5f03c454a84f2b5c4369819ba6d4d11b))
- fix(buzz-agent): harden Databricks OAuth token cache and callback ([#5534](https://github.com/block/buzz/pull/5534)) ([`5e4d0fe92508fc5e0c812ff3edbe8877d86b8ec6`](https://github.com/block/buzz/commit/5e4d0fe92508fc5e0c812ff3edbe8877d86b8ec6))
- fix(link-preview): reliably render previews sent right after they resolve ([#5245](https://github.com/block/buzz/pull/5245)) ([`be48ce98bd163899197b79a82ad5b2bcf0bc9b54`](https://github.com/block/buzz/commit/be48ce98bd163899197b79a82ad5b2bcf0bc9b54))
- fix(link-preview): restore Buzz entity link cards ([#5494](https://github.com/block/buzz/pull/5494)) ([`7e6e9c547fa97abff6929cf2702b956586eec9bc`](https://github.com/block/buzz/commit/7e6e9c547fa97abff6929cf2702b956586eec9bc))

### Other repository changes

- fix(relay): stop panicking the ingest worker on reactions to project events ([#5294](https://github.com/block/buzz/pull/5294)) ([`16b7ae7ce623a57be1461adee3b8fce4115b3c3a`](https://github.com/block/buzz/commit/16b7ae7ce623a57be1461adee3b8fce4115b3c3a))
- fix(relay): log event kind on the HTTP bridge /events line ([#5291](https://github.com/block/buzz/pull/5291)) ([`e8153f8f27f5a35f56b2a578ab749190787d9e91`](https://github.com/block/buzz/commit/e8153f8f27f5a35f56b2a578ab749190787d9e91))
- feat(tracing): add PostgreSQL tracing spans ([#3678](https://github.com/block/buzz/pull/3678)) ([`397796c5f343db4251198f44505b1afebe88223f`](https://github.com/block/buzz/commit/397796c5f343db4251198f44505b1afebe88223f))

[Compare desktop-v0.5.9...desktop-v0.5.10](https://github.com/block/buzz/compare/desktop-v0.5.9...desktop-v0.5.10)

## v0.5.9

### Desktop and shared changes
Expand Down
Loading
Loading