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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.3.12

1b7b6978fc8 Show hover cards for inline message emoji (#885)
5268fac2d84 Fix monotonic read-state merges (#884)
0a4783c6f8a Refine sidebar behavior and borders (#869)
5d7c7489698 fix(presence): clear on disconnect, fix heartbeat/TTL, drop broken REST path (#877)
ef98ae942a5 fix(cli): publish ephemeral events over WebSocket via sprout-ws-client (#876)
2f50011bdd2 docs(sprout-acp): add communication discipline rules to base prompt + deprecate --mention flag (#883)
5c2476a71e4 Polish thread summaries and reactions (#881)
7129cd6f23e feat(cli): add emoji export and import subcommands (#882)
b84f8e6a010 Polish message row hover states (#880)
bc53008676f Improve emoji naming and custom emoji UX (#878)
581c7e95a9b docs: add ecosystem section to CONTRIBUTING.md, fix stale release info (#873)
031152221bd fix(relay): wire custom filter fields through HTTP bridge (#864)
f1c672fea53 chore: deprecate sprout-mcp — fill CLI gaps, remove crate and all references (#850)
5bdac0566fb Fix custom emoji status in profile popover (#874)
b295f51c904 fix(agent): gate handoff on provider token usage, not byte estimate (#821)
cdb7bc27e11 docs: add VISION_MESH.md — the compute-commons vision (#867)
d4bb7f66e0d fix(desktop): simplify profile popover header (#853)
ccff5464a41 fix(desktop): remove thread comment hover outline (#861)
ad7ab482eb1 feat(desktop): always show channel section search/add buttons (#856)


## v0.3.11

269b35e8de7 fix(mobile+desktop): cross-device read state sync + diagnostic logging (#843)
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.11",
"version": "0.3.12",
"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.11"
version = "0.3.12"
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.11",
"version": "0.3.12",
"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.11+1
version: 0.3.12+1

environment:
sdk: ^3.11.4
Expand Down