chore(release): release version 0.3.14 (#916)

This commit is contained in:
Wes
2026-06-09 07:43:02 -07:00
committed by GitHub
parent 7b3012b777
commit d099866ace
6 changed files with 15 additions and 5 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## v0.3.14
bfafdd46b29 fix(sdk): resolve multi-word display names and add NIP-27 nostr:npub mention extraction (#905)
15f610dcd5c fix(desktop): re-enable mcp_command reconciliation and harden spawn site (#909)
da80c7340f3 Fix desktop DM and sidebar UI polish (#908)
dd08f988dec Animate reaction counts (#904)
10b6674bd79 Mobile custom emoji + settings redesign (#906)
732e23dd5c3 Renew TTL when unarchiving ephemeral channels (#902)
## v0.3.13
ecca5e77e4e Collapse channel header actions (#901)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "sprout",
"private": true,
"version": "0.3.13",
"version": "0.3.14",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -8659,7 +8659,7 @@ dependencies = [
[[package]]
name = "sprout-desktop"
version = "0.3.13"
version = "0.3.14"
dependencies = [
"anyhow",
"atomic-write-file",
+1 -1
View File
@@ -2,7 +2,7 @@
[package]
name = "sprout-desktop"
version = "0.3.13"
version = "0.3.14"
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.13",
"version": "0.3.14",
"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.13+1
version: 0.3.14+1
environment:
sdk: ^3.11.4