mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
chore(release): release version 0.3.7 (#825)
Signed-off-by: Mesh-LLM CI <ci@mesh-llm.local> Co-authored-by: Mesh-LLM CI <ci@mesh-llm.local>
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3.7
|
||||
|
||||
2349421304d feat: custom emoji — user-owned NIP-30 sets with a client-side union (#816)
|
||||
7a12e50518e Install sprout-cli skill at repo root + fix desktop clippy (#818)
|
||||
2ea3fd88d23 fix(desktop): use public re-export path for ensure_client_node_for_model (#824)
|
||||
fb514c8918d refactor(desktop): feature-gate mesh-llm-sdk behind optional Cargo feature (#823)
|
||||
b72eee365f0 fix(desktop): align workflow read/save commands to the frontend contract (#820)
|
||||
5b572d6f5e9 fix(desktop): disable mesh-llm auto-build to prevent git config corruption (#819)
|
||||
192388a3cbf fix(desktop): clear clippy lints in agents/mesh_llm commands (#817)
|
||||
41a3fc1589b fix(desktop): let channel members add members and bots without admin (#815)
|
||||
a25ca5d1bfb Desktop #806 follow-ups: panel/inbox fixes + top-bar backdrop (#814)
|
||||
5bed17a1173 Fix desktop right-side panel chrome overlap (#806)
|
||||
ede8ddb425c Sprout × mesh-llm: in-process mesh node (serve/consume) + relay admission (#798)
|
||||
6481428e2b9 fix(desktop): resolve flaky integration tests via project-level assertion timeout (#812)
|
||||
|
||||
|
||||
## v0.3.6
|
||||
|
||||
5cbedb180af feat(mobile): add channel sections with relay sync (#800)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sprout",
|
||||
"private": true,
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -8642,7 +8642,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.6"
|
||||
version = "0.3.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomic-write-file",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[package]
|
||||
name = "sprout-desktop"
|
||||
version = "0.3.6"
|
||||
version = "0.3.7"
|
||||
description = "Sprout desktop app"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Sprout",
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"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.6+1
|
||||
version: 0.3.7+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.4
|
||||
|
||||
Reference in New Issue
Block a user