From 93f7cb2d4c298fe7fb8c4a42eb8f3cf2317a541f Mon Sep 17 00:00:00 2001 From: Jer Miller Date: Sun, 14 Jun 2026 12:48:38 -0600 Subject: [PATCH] release: 0.3.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/solstone_linux/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea53443..7217943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to solstone-linux are documented here. The format is based on Keep a Changelog (https://keepachangelog.com/), and this project adheres to Semantic Versioning. +## [0.3.0] - 2026-06-14 + +setup is now zero-config: the observer connects to your journal automatically, +with no url to type. + +### Changed +- setup no longer asks for a journal url. if your journal runs on another + machine you reach directly, set its address with + `solstone-linux setup --server-url `. + ## [0.2.0] - 2026-06-13 setup is now hands-off: the first time the observer runs, it connects itself diff --git a/pyproject.toml b/pyproject.toml index f86d8ef..e38b6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "solstone-linux" -version = "0.2.0" +version = "0.3.0" description = "Standalone Linux desktop observer for solstone" readme = "README.md" license = "AGPL-3.0-only" diff --git a/src/solstone_linux/__init__.py b/src/solstone_linux/__init__.py index 1621d58..6a4d9be 100644 --- a/src/solstone_linux/__init__.py +++ b/src/solstone_linux/__init__.py @@ -3,4 +3,4 @@ """Standalone Linux desktop observer for solstone.""" -__version__ = "0.2.0" +__version__ = "0.3.0" -- 2.51.2