From ebb9a8908dc5c0c5368bd6e7fefb01499371cf55 Mon Sep 17 00:00:00 2001 From: Jer Miller Date: Fri, 5 Jun 2026 07:02:15 -0600 Subject: [PATCH] release: bump solstone to 0.5.0 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 118746bc2..e8b4cf2f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to solstone (the Python package) will be documented in this Format adapted from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), aligned with `cmo/brand/changelog-voice.md`. +## [0.5.0] - 2026-06-05 + +### Added +- you can now point solstone at a folder of audio files and keep it in sync with your journal. `sol import --sync audio --path ` shows what is new, and `--save` imports only what has not already been brought in. +- sol now surfaces suggested facets and entity merges for review, so organizing the journal has a clear place to happen. + +### Changed +- provider readiness is now one signal across Settings, Health, support diagnostics, chat, and the command line. when a provider or model is blocking work, solstone shows the affected task and the next step instead of scattering the reason across pages. +- on Apple Silicon, the local setup path now matches the on-device engine the journal actually runs, including the right memory requirement before activation. +- transcription setup is more careful about memory. when the local model is a poor fit for the machine, solstone says so up front and points to a hosted option instead of trying to push through. + +### Fixed +- provider settings load cleanly from a direct link and show each task's defaults. +- audio folder sync retires missing skipped files when the source folder changes, so a dry run does not keep warning about files that are no longer there. + ## [0.4.10] - 2026-06-02 ### Added diff --git a/pyproject.toml b/pyproject.toml index de42d81a7..37120cf4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "solstone" -version = "0.4.10" +version = "0.5.0" description = "Navigate Life Intelligently" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index b0a528ceb..33e22e80b 100644 --- a/uv.lock +++ b/uv.lock @@ -4214,7 +4214,7 @@ wheels = [ [[package]] name = "solstone" -version = "0.4.10" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "anthropic" }, -- 2.51.2