Skip to content

Commit 249bec8

Browse files
authored
chore(release): release version 0.3.10 (#849)
1 parent 34ac3ba commit 249bec8

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## v0.3.10
4+
5+
34ac3ba1d18 fix(desktop): harden relay mesh connect p-tag (#834)
6+
b3aefae152e fix(desktop): scroll activity panel to bottom on open (#848)
7+
a13691b6207 Polish desktop profile menu interactions (#836)
8+
0d9b8148f86 fix(desktop): outline thread hover targets (#845)
9+
b3be9ecba70 fix(desktop): keep message actions hover-only (#844)
10+
db46c425463 fix(desktop): let inbox composer fill available width (#841)
11+
2a0572c0d8e fix: use immutable commit-SHA URLs in screenshot PR comments (#842)
12+
3b78dc5690b feat(mobile+desktop): two-tier Slack-style app icon badge (#802)
13+
0c225f4d7d3 chore: simplify file-size check to a flat 1000-line limit (#839)
14+
d8b602a3595 fix(desktop): robust emoji picker — unify picker + fix custom emoji in editing, status, reactions (#837)
15+
06bc67fd342 feat(desktop): reusable screenshot workflow for agents (#826)
16+
9f0c22a43a6 desktop(mesh-llm): let a serving node route a different model (#833)
17+
18+
319
## v0.3.9
420

521
82ae85f79a9 fix: native arbitrary-file download + image context-menu flash (#830)

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.9",
4+
"version": "0.3.10",
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.9"
5+
version = "0.3.10"
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.9",
4+
"version": "0.3.10",
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.9+1
4+
version: 0.3.10+1
55

66
environment:
77
sdk: ^3.11.4

0 commit comments

Comments
 (0)