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