Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.3.10

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


## v0.3.9

82ae85f79a9 fix: native arbitrary-file download + image context-menu flash (#830)
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sprout",
"private": true,
"version": "0.3.9",
"version": "0.3.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "sprout-desktop"
version = "0.3.9"
version = "0.3.10"
description = "Sprout desktop app"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Sprout",
"version": "0.3.9",
"version": "0.3.10",
"identifier": "xyz.block.sprout.app",
"build": {
"beforeDevCommand": {
Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sprout_mobile
description: Sprout mobile client
publish_to: 'none'
version: 0.3.9+1
version: 0.3.10+1

environment:
sdk: ^3.11.4
Expand Down