Skip to content

Commit 98aa535

Browse files
authored
chore(release): release version 0.3.15 (#936)
1 parent 877048d commit 98aa535

6 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v0.3.15
4+
5+
877048d68fb fix: persona is source of truth at spawn + thread-depth conventions (#930)
6+
73cd8d082d4 fix: skip avatar reconciliation for legacy agent records (#933)
7+
165b9f7a5f5 feat(desktop): add nest commit identity guidance with human sign-off (#929)
8+
9a98e60fc29 feat: provider/model selection for personas and runtime-aware env injection (#794)
9+
762a45969a6 fix: reconcile agent profile on startup when relay publish was missed (#921)
10+
5d927aba0c4 Revamp first-run onboarding (#924)
11+
f3626501952 Update setup loading screen (#926)
12+
c38301bca5a fix(dm): keep hidden DMs hidden across refetch via relay-signed visibility snapshot (NIP-DV) (#857)
13+
4dfae61f242 Maximize desktop window on launch (#925)
14+
ae430d4dd95 feat: preview features (experiments settings UI) (#888)
15+
a357e220d82 fix(updater): send no-cache header on update check to avoid stale manifest (#922)
16+
56230c1442f fix(desktop): refresh channel state after unarchive (#923)
17+
7dd5b34536b Add channel visibility & ephemeral TTL controls to manage sidebar (#911)
18+
4b78fe3bea2 ci(release): add Intel macOS (x86_64) DMG as a release target (#748)
19+
421593062f2 mesh: Rust-owned coordinator — fix saved-agent reconnect flakiness + DRY the start path (#879)
20+
21+
322
## v0.3.14
423

524
bfafdd46b29 fix(sdk): resolve multi-word display names and add NIP-27 nostr:npub mention extraction (#905)

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sprout",
33
"private": true,
4-
"version": "0.3.14",
4+
"version": "0.3.15",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "sprout-desktop"
5-
version = "0.3.14"
5+
version = "0.3.15"
66
description = "Sprout desktop app"
77
authors = ["you"]
88
edition = "2021"

desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Sprout",
4-
"version": "0.3.14",
4+
"version": "0.3.15",
55
"identifier": "xyz.block.sprout.app",
66
"build": {
77
"beforeDevCommand": {

mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sprout_mobile
22
description: Sprout mobile client
33
publish_to: 'none'
4-
version: 0.3.14+1
4+
version: 0.3.15+1
55

66
environment:
77
sdk: ^3.11.4

0 commit comments

Comments
 (0)