From 499676569ecd0160717abd3ec33e8629f21d6a5a Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 9 Sep 2026 08:41:01 -0500 Subject: [PATCH] chore(release): prepare v1.1.5 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ README.md | 24 ++++++++++++------------ VERSION | 2 +- 3 files changed, 44 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fb512..8efa0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.1.5] - 2026-09-09 + +### Added +- Hub: don't claim the OS "keeps itself current" on the dashboard +- Hub: point RTL credentials at /rtl/ and bump dev version to 0.15.12 +- Make dashboard cards uniform and symmetric; stop clipping update text +- Add boot splash; separate Systems Operational and Security icons +- Extend welcome dashboard background to the panel edges +- Add welcome dashboard as default view +- Monochrome updater glyph; fix oversized dialog header icon +- Merge Bitcoin categories into one; rename Self-Hosted Apps to Personal Apps +- Neutral graphite theme; branded updater icon +- Simplify Systems Operational, reword Domain Status, blue restart buttons +- Polish pass: sysops wording, QR size, NWC toolbar, logo, diagnostics placement +- Rework Update System dialog to the approved design; match rebuild dialog +- Redesign The Hub web UI: softer dark theme, sidebar nav, status widgets +- Nixpkgs update +- Switch LibreOffice from fresh to stable version +- Ui: simplify element-calling port modal — trim verbose steps and remove extra verification task + +### Changed +- Updated nixpkgs +- Updated Sovran-Bitcoin +- Updated flake to build through the new sovran-bitcoin input + +### Fixed +- Fix role fit-and-finish: Desktop-only router note, narrow-viewport layout +- Self-heal truncated/corrupt Nix downloads and keep failed updates retryable +[1.1.5]: https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/releases/tag/v1.1.5 + + ## [1.1.4] - 2026-09-02 ### Added diff --git a/README.md b/README.md index 3a25736..adaf666 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Lightning infrastructure, private cloud, and communications platform when you are ready. [Visit the Website](https://sovransystems.com) · -[Download the ISO](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.4.iso) · +[Download the ISO](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.5.iso) · [Try it safely in a VM](#try-it-first-in-a-virtual-machine) · -[Verify the Download](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.4.iso.sha256) · +[Verify the Download](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.5.iso.sha256) · [Build from Source](#build-from-source) Sovran_SystemsOS private Bitcoin desktop @@ -345,8 +345,8 @@ with an imaging application such as [Balena Etcher](https://etcher.balena.io). ### 1. Download the ISO and checksum -- [Download Sovran_SystemsOS-1.1.4.iso](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.4.iso) -- [Download Sovran_SystemsOS-1.1.4.iso.sha256](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.4.iso.sha256) +- [Download Sovran_SystemsOS-1.1.5.iso](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.5.iso) +- [Download Sovran_SystemsOS-1.1.5.iso.sha256](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.5.iso.sha256) The download may take some time. Do not rename or modify the ISO before verifying it, and keep both files in the same folder. @@ -364,16 +364,16 @@ checksum exactly. Open a terminal in the download folder and run: ```bash -sha256sum --check Sovran_SystemsOS-1.1.4.iso.sha256 +sha256sum --check Sovran_SystemsOS-1.1.5.iso.sha256 ``` A successful comparison reports: ```text -Sovran_SystemsOS-1.1.4.iso: OK +Sovran_SystemsOS-1.1.5.iso: OK ``` -You can also run `sha256sum Sovran_SystemsOS-1.1.4.iso` and compare the output +You can also run `sha256sum Sovran_SystemsOS-1.1.5.iso` and compare the output against the checksum file manually. @@ -384,11 +384,11 @@ against the checksum file manually. Open Terminal in the download folder and run: ```bash -shasum -a 256 Sovran_SystemsOS-1.1.4.iso +shasum -a 256 Sovran_SystemsOS-1.1.5.iso ``` Compare the value shown in Terminal with the value inside -`Sovran_SystemsOS-1.1.4.iso.sha256`. +`Sovran_SystemsOS-1.1.5.iso.sha256`. @@ -398,7 +398,7 @@ Compare the value shown in Terminal with the value inside Open PowerShell in the download folder and run: ```powershell -Get-FileHash .\Sovran_SystemsOS-1.1.4.iso -Algorithm SHA256 +Get-FileHash .\Sovran_SystemsOS-1.1.5.iso -Algorithm SHA256 ``` Compare the value under `Hash` with the published checksum. @@ -413,7 +413,7 @@ match exactly. 1. Download and install [Balena Etcher](https://etcher.balena.io), then connect the USB drive. -2. Choose **Flash from file** and select `Sovran_SystemsOS-1.1.4.iso`. +2. Choose **Flash from file** and select `Sovran_SystemsOS-1.1.5.iso`. 3. Choose **Select target**, select the USB drive, and review your selection carefully. 4. Choose **Flash** and wait for the writing and verification process to @@ -856,7 +856,7 @@ primary location for collaboration. Please read our ## Privacy. Sovereignty. Bitcoin. [Visit Sovran Systems](https://sovransystems.com) · -[Download Sovran_SystemsOS](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.4.iso) · +[Download Sovran_SystemsOS](https://downloads.sovransystems.com/Sovran_SystemsOS-1.1.5.iso) · [View the License](LICENSE) diff --git a/VERSION b/VERSION index 65087b4..e25d8d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 +1.1.5