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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.3.21

4d19a590 fix(release): use signed NSIS installer for updates (#1036)
fa1cade3 handoff: pass full session history to summarizer (#1033)
6e4c8680 feat(emoji): latest-set-wins union for custom emoji across desktop, mobile, and CLI (#989)
5f8ab33b Fix relay NIP-11 software URL (#1030)
5c2f46e6 fix(desktop): make Windows release compile cleanly (#1029)
6caa359d Add production Docker Compose bundle (#985)
a32681fd feat(profile): show active turn badges on agent profile panel and popover (#1026)


## v0.3.20

c7dd4295b fix(release): resolve Windows sidecar path and Linux AppImage updater format (#1024)
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.20",
"version": "0.3.21",
"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.20"
version = "0.3.21"
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.20",
"version": "0.3.21",
"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.20+1
version: 0.3.21+1

environment:
sdk: ^3.11.4
Expand Down