From 3f2acdde6be90b2fb9bf1fe118da2e9782603d3c Mon Sep 17 00:00:00 2001 From: Jer Miller Date: Sat, 4 Jul 2026 21:17:12 -0600 Subject: [PATCH] release: 0.4.4 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- src/solstone_linux/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 132adb5..a258750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.4.4] - 2026-07-04 + +### Fixed +- stopping or restarting sol now shuts down promptly, even with an upload mid-retry. that upload used to wait out its full retry delay first; now it ends the moment you quit sol or the machine powers off. a bad retry setting in your config no longer leaves the uploader stuck, either. + ## [0.4.3] - 2026-07-03 ### Changed diff --git a/pyproject.toml b/pyproject.toml index c368e71..5833bcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "solstone-linux" -version = "0.4.3" +version = "0.4.4" 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 2ad5125..cd54a9b 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.4.3" +__version__ = "0.4.4" -- 2.51.2