From e90e9b5abfad585ce2ce6dc54453f110c6ed217f Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Mon, 14 Sep 2026 21:17:18 -0600 Subject: [PATCH] Bump version to v2026.9.14 RDP HiDPI text fix and resize-glitch mitigations. Co-Authored-By: Claude Sonnet 5 --- CMakeLists.txt | 2 +- README.md | 4 ++-- docs/PROGRESS.md | 1 + packaging/linux/org.darksingularity.OrbitHub.metainfo.xml | 6 ++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 961c2c6..0407c06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) -project(OrbitHub VERSION 2026.9.8.3 LANGUAGES CXX) +project(OrbitHub VERSION 2026.9.14 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/README.md b/README.md index c41aa68..4cba025 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ OrbitHub is in active development. - Milestones completed: M0-M5, and M7-M9 - Current milestone: Milestone 10 (v1.0 Stabilization) - Deferred milestone: Milestone 6 (VNC Fully Working) -- Latest checkpoint tag: `v2026.9.8.3` +- Latest checkpoint tag: `v2026.9.14` - VNC implementation milestone (M6) is currently deferred Progress and milestone details: - [docs/PROGRESS.md](docs/PROGRESS.md) Latest release (installers for Windows, Linux, and macOS): -- [v2026.9.8.3](https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.8.3) +- [v2026.9.14](https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.14) User Guide: - [docs/USER_GUIDE.md](docs/USER_GUIDE.md) (also available as a PDF attached to each release, and in-app via `Help -> User Guide`) diff --git a/docs/PROGRESS.md b/docs/PROGRESS.md index a5c900b..25fc512 100644 --- a/docs/PROGRESS.md +++ b/docs/PROGRESS.md @@ -200,6 +200,7 @@ Git: - Release: [v2026.9.8](https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.8) (`v2026.9.8` tag, installers for Windows/Linux/macOS) - Release: [v2026.9.8.2](https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.8.2) — same-day patch fixing RDP TLS certificate verification (was fully disabled) and preparing Flatpak packaging for Flathub submission - Release: [v2026.9.8.3](https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.8.3) — same-day patch adding an in-app User Guide and standalone User Guide PDF +- Release: [v2026.9.14](https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.14) — fixes distorted RDP text on HiDPI monitors and reduces RDP resize-related display glitches ## Milestone 10 - v1.0 Stabilization diff --git a/packaging/linux/org.darksingularity.OrbitHub.metainfo.xml b/packaging/linux/org.darksingularity.OrbitHub.metainfo.xml index c6f5d55..5eb2725 100644 --- a/packaging/linux/org.darksingularity.OrbitHub.metainfo.xml +++ b/packaging/linux/org.darksingularity.OrbitHub.metainfo.xml @@ -34,6 +34,12 @@ + + https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.14 + +

Fixes distorted RDP text on HiDPI monitors, and reduces RDP resize-related display glitches.

+
+
https://git.darksingularity.org/DarkSingularity/orbithub/releases/tag/v2026.9.8.3