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

## v0.3.3

c761a76ff2d fix(release): sync release tags during preflight (#780)
3f3ec64791b feat(desktop): thread-aware notifications with mutable follow/mute controls (#761)
03e678cfbca fix(desktop): improve model picker message and runtime dropdown clarity (#778)
9db8f6ccb88 desktop: float unread indicator + fix sidebar scroll jump (#777)
3fbee555f06 chore(hooks): standardize check/fix convention with auto-fix pre-commit (#776)
0f89ad16925 web: clickable repo tree + per-file blob viewer (#773)
61297ac80a3 fix(agent): keep parallel tool-result messages contiguous on OpenAI Chat (Databricks image fix) (#770)
5f2423c231e fix(release): fetch tags so changelog tracks versions correctly (#775)


## v0.3.2

1218572f feat(mobile): add Pulse social feed tab (#772)
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.2",
"version": "0.3.3",
"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.2"
version = "0.3.3"
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.2",
"version": "0.3.3",
"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.2+1
version: 0.3.3+1

environment:
sdk: ^3.11.4
Expand Down