mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
chore(release): release version 0.3.12 (#886)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sprout",
|
||||
"private": true,
|
||||
"version": "0.3.11",
|
||||
"version": "0.3.12",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -8659,7 +8659,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.11"
|
||||
version = "0.3.12"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomic-write-file",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.11"
|
||||
version = "0.3.12"
|
||||
description = "Sprout desktop app"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -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": {
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user