Skip to content

Releases: iwinoid/fw-fanctrl-kde

v1.3

Choose a tag to compare

@iwinoid iwinoid released this 21 Aug 13:20

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

Choose a tag to compare

@iwinoid iwinoid released this 21 Aug 08:35

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 notify command 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

Choose a tag to compare

@iwinoid iwinoid released this 21 Aug 07:13

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

Choose a tag to compare

@iwinoid iwinoid released this 17 Aug 15:58

修复了一些bug,重写了配置编辑器

  • 修改了组件 ID:org.fw-fanctrl.plasmoidcom.github.iwinoid.fw-fanctrl-kde
  • 安装包已更新为:com.github.iwinoid.fw-fanctrl-kde-1.2.tar.xz

v1.1

Choose a tag to compare

@iwinoid iwinoid released this 17 Jul 16:01

Add OSD
Add hover and scorll to switch conf.

First Public Release

Choose a tag to compare

@iwinoid iwinoid released this 12 Jun 20:39
v1.0.1

v1.0.1 - First public version