Refine Framework monitoring history and configurable tray telemetry

This commit is contained in:
ajp_anton
2026-09-11 20:47:09 +00:00
parent 0ec628e786
commit b8cb9dbddb
20 changed files with 847 additions and 83 deletions
@@ -1,6 +1,6 @@
Name: framework-laptop-tools
Version: 0.1.0
Release: 10%{?dist}
Release: 15%{?dist}
Summary: Hardware controls and monitoring for Framework Laptop 13 Pro
License: MIT
URL: https://git.ajpanton.se/ajp_anton/fedora-tools
@@ -11,6 +11,7 @@ BuildRequires: gcc-c++
BuildRequires: extra-cmake-modules
BuildRequires: qt6-qtbase-devel
BuildRequires: kf6-kauth-devel
BuildRequires: kf6-kservice-devel
BuildRequires: systemd-devel
BuildRequires: systemd-rpm-macros
Requires: polkit
@@ -55,6 +56,21 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{_licensedir}/%{name}/LICENSE
%{_unitdir}/framework-laptop-tools-fan-resume.service
%{_unitdir}/framework-laptop-tools-cpu.service
%changelog
* Fri Sep 11 2026 fedora-tools contributors - 0.1.0-15
- Expand tray hover details and allow zero to three top CPU applications
* Fri Sep 11 2026 fedora-tools contributors - 0.1.0-14
- Nest tray graph options and add configurable hover telemetry with busiest app
* Fri Sep 11 2026 fedora-tools contributors - 0.1.0-13
- Use time-weighted average graph lines with a faint average-to-maximum band
* Fri Sep 11 2026 fedora-tools contributors - 0.1.0-12
- Add shared Monitor history controls and retain 24 hours of all sensor readings
- Limit tray history choices to short spans from 10 seconds to 5 minutes
* Fri Sep 11 2026 fedora-tools contributors - 0.1.0-11
- Add a configurable history span for tray graphs
* Fri Sep 11 2026 fedora-tools contributors - 0.1.0-10
- Reduce chart unit spacing without overlapping time labels
* Fri Sep 11 2026 fedora-tools contributors - 0.1.0-9