Skip to content

Releases: zocker-160/thinkfan-ui

v0.11.0

11 May 21:51
Compare
Choose a tag to compare
  • add application singleton
  • small UI update

v0.10.2

11 Sep 11:47
Compare
Choose a tag to compare
  • fixed broken taskbar icon on Wayland

v0.10.1

06 Sep 09:03
Compare
Choose a tag to compare

What's Changed

  • Add fallback behavior for os.getlogin() raising No such device or address by @devsnd in #10

v0.10.0

07 Aug 22:23
Compare
Choose a tag to compare
  • avoid crash on invalid argument error and show proper error message
  • fix thinkpad_acpi kernel module not being loaded or configured correctly

v0.9.1

28 Jan 14:35
Compare
Choose a tag to compare
  • Regex fix for issue #5 by @blipk in #6
  • Fixed hard coded text color for version number

v0.9

13 Jan 16:14
Compare
Choose a tag to compare
  • add AppIndicator/SysTray icon by @blipk in #4
  • add CLI arguments
  • fix permission problems by removing the dance to try to run it as root
  • minor code cleanups
  • @blipk made their first contribution in #4

v0.8.1

13 Jun 15:50
Compare
Choose a tag to compare
  • fix launch script not working properly on non KDE DEs

v0.8

15 Dec 01:01
Compare
Choose a tag to compare
  • spawn window in the middle of the screen

v0.7

21 Jul 19:53
Compare
Choose a tag to compare
  • add icon
  • fix crash when /proc/acpi/ibm/fan is missing
  • small code cleanup