chore(release): release version 0.3.11 (#865)

This commit is contained in:
Wes
2026-06-04 17:34:15 -07:00
committed by GitHub
parent 269b35e8de
commit baf1f7705f
6 changed files with 17 additions and 5 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v0.3.11
269b35e8de7 fix(mobile+desktop): cross-device read state sync + diagnostic logging (#843)
3ddfe5fcc25 feat(mobile): star channels (Slack-style favorites) (#863)
36d7dbd7cae feat: desktop-screenshot skill to stop agents uploading relay media to PRs (#862)
c10b4f8f5c6 feat(desktop): star channels (Slack-style favorites) (#860)
f748f71268e fix(desktop): handle symlinked persona pack directories (#859)
1fe7bf28725 feat: channel muting for desktop and mobile (#838)
4ead7de4630 feat(acp): default SPROUT_ACP_MEMORY to on (#854)
759e5cd9235 fix(desktop): eliminate image-hover layout jump in messages (#813)
## v0.3.10
34ac3ba1d18 fix(desktop): harden relay mesh connect p-tag (#834)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "sprout",
"private": true,
"version": "0.3.10",
"version": "0.3.11",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -8659,7 +8659,7 @@ dependencies = [
[[package]]
name = "sprout-desktop"
version = "0.3.10"
version = "0.3.11"
dependencies = [
"anyhow",
"atomic-write-file",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "sprout-desktop"
version = "0.3.10"
version = "0.3.11"
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.10",
"version": "0.3.11",
"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.10+1
version: 0.3.11+1
environment:
sdk: ^3.11.4