Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
24ec6a4
Repair stale large channel roster snapshots (#6251)
wesbillman Aug 21, 2026
9891e64
fix(desktop): clarify add agents channel action (#6374)
matt2e Aug 21, 2026
9b32e05
polish(desktop): finish Projects navigation and context chrome (#6429)
thomaspblock Aug 21, 2026
2edacde
chore(deps): pin earshot below 1.2.0 pending a VAD threshold re-pick …
tlongwell-block Aug 21, 2026
ffb12d3
Fix mobile thread tail and iOS channel header (#6399)
klopez4212 Aug 21, 2026
8740a1f
docs: clarify two-layer moderation ownership (#6481)
wpfleger96 Aug 21, 2026
4e3c9e6
fix(desktop): sender names in notifications + macOS click-through rou…
wesbillman Aug 21, 2026
b56a52c
test(benchmarks): expand Buzz-native dataset (#6448)
salman1993 Aug 21, 2026
aea0ef8
fix(desktop): simplify duplicate agent provenance (#6401)
wesbillman Aug 21, 2026
1e6f1a2
chore(release): release Buzz Desktop version 0.5.18 (#6489)
wesbillman Aug 21, 2026
6039fed
fix(desktop): restore human barge-in over agent TTS in huddles (#6431)
tlongwell-block Aug 21, 2026
fc2ce67
feat(archive): add observer-frame retention schema and gated DB adapt…
wpfleger96 Aug 21, 2026
7da8f9a
Clarify huddle message destination (#6496)
tlongwell-block Aug 21, 2026
aeb741f
Polish mobile channel navigation and message sends (#6488)
klopez4212 Aug 21, 2026
0254255
fix(benchmarks): wait for scripted event delivery (#6487)
salman1993 Aug 21, 2026
d97780b
docs(nips): comprehensive NIP-FI — core + claimable profiles (EDGE/LI…
tlongwell-block Aug 21, 2026
4752678
fix(deletion): allow IRSA S3 credentials (#6495)
bradseiler Aug 21, 2026
b0466ac
perf(desktop): keep the member roster off the channel-switch path (#6…
Maxwellimus Aug 21, 2026
b85d680
perf(desktop): stop the Projects fan refetching on re-entry and runni…
Maxwellimus Aug 21, 2026
0e48ff2
feat(workflows): clarify workflow setup and activation (#6470)
tellaho Aug 21, 2026
eb48438
chore(desktop): drop unused ORIGINAL_CONTENT from empty-edit-delete s…
Maxwellimus Aug 22, 2026
97b1fee
fix(desktop): restore true zoom by scaling the root rem (#6514)
morgmart Aug 22, 2026
694d804
chore(deps): update swatinem/rust-cache digest to 6323deb (#5441)
renovate[bot] Aug 22, 2026
9008a4d
chore(deps): update ubuntu:24.04 docker digest to 561618e (#5442)
renovate[bot] Aug 22, 2026
f84511c
chore(deps): update dependency @tauri-apps/api to v2.11.1 (#5444)
renovate[bot] Aug 22, 2026
2cef92d
chore(deps): update rust crate futures to v0.3.33 (#5445)
renovate[bot] Aug 22, 2026
d874d67
chore(deps): update rust crate futures-util to v0.3.33 (#5448)
renovate[bot] Aug 22, 2026
1a0a27d
chore(deps): update rust crate http to v1.4.2 (#5451)
renovate[bot] Aug 22, 2026
9390e11
chore(deps): update rust crate http-body-util to v0.1.4 (#5452)
renovate[bot] Aug 22, 2026
2d93ea0
chore(deps): update dependency sonner to v2.0.8 (#6093)
renovate[bot] Aug 22, 2026
f794216
chore(deps): update rust crate async-trait to v0.1.92 (#6094)
renovate[bot] Aug 22, 2026
0745612
fix(composer): preserve caret when inserting mentions mid-message (#6…
tellaho Aug 22, 2026
9646e16
Merge remote-tracking branch 'upstream/main' into upstream-sync-20260822
adrienlacombe Aug 22, 2026
9755812
docs(agents): record the 0032→0034 renumber and a fourth assertion shape
adrienlacombe Aug 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
save-if: ${{ github.event_name != 'pull_request' }}
- name: Format check
Expand All @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
- uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
save-if: ${{ github.event_name != 'pull_request' }}
- name: Install cargo-nextest
Expand All @@ -147,7 +147,7 @@ jobs:
fetch-depth: 2
- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
- uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
workspaces: desktop/src-tauri
save-if: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
key: relay-artifacts-${{ runner.os }}-${{ hashFiles('crates/**', 'migrations/**', 'Dockerfile', 'Cargo.toml', 'Cargo.lock', 'rust-toolchain.toml', '.cargo/config.toml', '.github/workflows/ci.yml') }}
- uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
if: steps.relay-artifacts-cache.outputs.cache-hit != 'true'
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
if: steps.relay-artifacts-cache.outputs.cache-hit != 'true'
with:
workspaces: |
Expand Down Expand Up @@ -763,7 +763,7 @@ jobs:
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
save-if: ${{ github.event_name != 'pull_request' }}
# Reuse the relay + git-credential-nostr built by Desktop E2E Relay
Expand Down Expand Up @@ -952,7 +952,7 @@ jobs:
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
key: cross-${{ matrix.target }}
save-if: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -993,7 +993,7 @@ jobs:
# toolchain (1.95.0 + clippy via profile = default) comes from the
# repo-root rust-toolchain.toml, which the runner's preinstalled rustup
# honors on demand; the host triple already is x86_64-pc-windows-msvc.
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
workspaces: |
.
Expand Down Expand Up @@ -1070,7 +1070,7 @@ jobs:
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
workspaces: desktop/src-tauri
save-if: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-release-cache-proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
name: Prove Linux cache visibility
if: github.repository == 'block/buzz'
runs-on: ubuntu-latest
container: ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90
container: ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea
timeout-minutes: 15
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# behavior without touching this file.
if: github.repository == (vars.RELEASE_REPO != '' && vars.RELEASE_REPO || 'block/buzz')
runs-on: ubuntu-latest
container: ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90
container: ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea
timeout-minutes: 60
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mesh-lifecycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
save-if: ${{ github.event_name != 'pull_request' }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ jobs:
if: github.repository == (vars.RELEASE_REPO != '' && vars.RELEASE_REPO || 'block/buzz')
runs-on: ubuntu-latest
# Digest-pinned like the SHA-pinned actions below; Renovate keeps it fresh.
container: ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90
container: ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea
needs: setup
timeout-minutes: 60
permissions:
Expand Down Expand Up @@ -833,7 +833,7 @@ jobs:

- uses: cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
workspaces: desktop/src-tauri
lookup-only: true
Expand Down
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.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
"version": "0.5.18",
"base_sha": "aea0ef8df9fc24d9aa8bf5c761ab2910026a601b",
"previous_tag": "desktop-v0.5.17",
"previous_base_sha": "3fdf289b78c40f80abce86575c25b5ed6361d82c",
"previous_merge_sha": "8232299cbe6d90692fac3de46cde0ec123edd6c1",
"tag": "desktop-v0.5.18",
"commit_count": 66
}
Loading
Loading