Releases: iwinoid/fw-fanctrl-kde
Releases · iwinoid/fw-fanctrl-kde
Release list
v1.3
First normalized release.
Highlights since 1.2:
- Sort fix: curve auto-sort no longer corrupts temperature points on save.
- Monochrome symbolic SVG icon.
- README rewritten in standard-readme format.
- Code hygiene: qmlformat on all QML files, pragma ComponentBehavior.
Asset:
- com.github.iwinoid.fw-fanctrl-kde-1.3.tar.xz
v1.2.2: monochrome SVG icon and offline notification release
Monochrome SVG icon and offline notification.
Changes:
- Replace the four PNG icons with a single monochrome fan.svg (release package shrinks from 507KB to 16KB). The system tray recolors the icon automatically on Plasma >= 6.3; the popup tints it with the theme text color.
- Remove the separate offline icon. When the service is down, a desktop notification is shown after ~6 seconds of consecutive failed polls, rate-limited to once per minute.
- fw_helper.py: new
notifycommand backed by notify-send. - README: new badges, screenshots, three-part architecture; Changelog updated.
Asset:
- com.github.iwinoid.fw-fanctrl-kde-1.2.2.tar.xz
v1.2.1
Fix the curve auto-sort corrupting temperature data on save.
Changes:
- Fix sortCurrentCurve aliasing bug: sorted values were written back in-place while reading from the same shared point objects. This produced duplicate temperature points and blocked saving whenever the automatic temperature sort was triggered.
- README rewritten in the standard-readme format (badges, screenshots, three-part architecture, API reference).
Asset: com.github.iwinoid.fw-fanctrl-kde-1.2.1.tar.xz
v1.2
v1.1
First Public Release
v1.0.1 v1.0.1 - First public version