chore(release): release version 0.3.16 (#943)

This commit is contained in:
Will Pfleger
2026-06-10 13:04:14 -04:00
committed by GitHub
parent 34c8bdab1a
commit c28d14f460
6 changed files with 19 additions and 5 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## v0.3.16
34c8bdab1 fix(desktop): land live presence updates for not-yet-cached pubkeys (#947)
5c0af0bc9 fix(release): make `just release` idempotent for re-runs (#948)
e9cd1c392 Improve mentions for agents + people (#942)
384eb6cba feat: agent memory viewer (read-only) in profile panel (#917)
2dc466fe0 Fix channel visibility controls (#940)
3e56331e9 fix(delete): make agent-deleted messages disappear from desktop UI immediately (#918)
e08937cdd Fix emoji message rendering (#938)
ba2fdbf69 refactor(desktop): consolidate packs into teams (#852)
384a34ec3 Update README.md wording
fe14daa5d Fix post-compact handoff context for OpenAI providers (#931)
## v0.3.15
877048d68fb fix: persona is source of truth at spawn + thread-depth conventions (#930)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "sprout",
"private": true,
"version": "0.3.15",
"version": "0.3.16",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -8200,7 +8200,7 @@ dependencies = [
[[package]]
name = "sprout-desktop"
version = "0.3.15"
version = "0.3.16"
dependencies = [
"anyhow",
"atomic-write-file",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "sprout-desktop"
version = "0.3.15"
version = "0.3.16"
description = "Sprout desktop app"
authors = ["you"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Sprout",
"version": "0.3.15",
"version": "0.3.16",
"identifier": "xyz.block.sprout.app",
"build": {
"beforeDevCommand": {
+1 -1
View File
@@ -1,7 +1,7 @@
name: sprout_mobile
description: Sprout mobile client
publish_to: 'none'
version: 0.3.15+1
version: 0.3.16+1
environment:
sdk: ^3.11.4