From baa3966ba1d23b105d08516c79572d9c6d7c3848 Mon Sep 17 00:00:00 2001 From: ZFordDev Date: Sat, 22 Aug 2026 13:23:40 +1000 Subject: [PATCH] chore: prepare v1.0.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bd90a..06e31c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable user-facing changes to Glint are recorded here. +## v1.0.1 (2026-08-22) + +Stability and performance release for the 1.0 series. + +### Fixed + +- Malformed or wrong-shaped widget layout files fall back to defaults instead of preventing startup +- Exiting from the tray menu now saves the HUD layout, matching the HUD context-menu Exit +- Autostart entries launch frozen builds correctly and quote install paths containing spaces +- Standalone wheel installs show the tray icon again (icon now ships inside the package) +- Empty Windows GPU counter sets display Unavailable instead of 0% + +### Changed + +- Sensor sampling moved off the GUI thread so dragging and painting never wait on probes +- Slow Windows GPU-counter providers throttle automatically instead of consuming a CPU core +- Removed the unsupported legacy updater prototype + +[v1.0.1 release](https://github.com/ZFordDev/Glint/releases/tag/v1.0.1) + ## v1.0.0 (2026-08-20) Glint's first stable release turns the original Windows prototype into a tested, cross-platform desktop monitor. diff --git a/pyproject.toml b/pyproject.toml index 49b2e7a..abc582b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "glint-monitor" -version = "1.0.0" +version = "1.0.1" description = "A Modern Painter-Rendered Desktop System Monitor" readme = "README.md" requires-python = ">=3.10"