Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Releases: wiiznokes/LibreFanControl

1.0.5

03 Sep 01:38
8e6cad3
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

1.0.4

05 Aug 17:29
Compare
Choose a tag to compare

1.0.3

15 May 08:24
55aa76a
Compare
Choose a tag to compare

Features

  • new setting to debug service (install, uninstall, ...)
  • change name to LibreFanControl.
  • Upgrade system to update service files.
  • Upgrade default name of sensors on Linux

Fixes

  • conf is not change when remove current
  • other fixes

Notes:

For those who have already installed a previous version: Thank you
Since this version changes the name, and the service update system has also changed, it is preferable to use the uninstall service option in setting.
The config directory has also changed, but it should be safe to copy paste files.
This should no longer happen in future updates.

What's Changed

Full Changelog: v1.0.2...v1.0.3

1.0.2

11 May 09:30
d71ff8f
Compare
Choose a tag to compare

log

  • support Linux with lm-sensors
  • 2 new settings
  • fixes

1.0.1

07 May 03:55
f75c900
Compare
Choose a tag to compare
  • UI show when service has failed or being started
  • bug fixes
  • cover more edge case with service installation
  • new setting: remove service
  • icon desktop
  • begin support of Linux (without lm-sensors)

1.0.0

26 Feb 13:58
Compare
Choose a tag to compare

Release 1.0.0

Change log

  • There is now a Windows service to manage the hardware part of the app. It takes a configuration file defined with the app, and adjusts the fans accordingly
  • communication with the service with GRPC
  • configuration files are made with protocol buffer
  • the ui has been completely redefined

So this release will be more stable because

  • config file are no longer generated in json (no type safety)
  • no usage of JNI (the previous version called C# code in the JVM (I don't know what I was thinking doing something like that lol))

and also more efficient

  • remove usage of data class for handling state in Kotlin (less copy)
  • service can run in background (~30 mb against ~500 mb before)

enjoy!

0.1.0

06 Feb 00:55
680873b
Compare
Choose a tag to compare

First release of FanControl

Feature

  • Customize UI (data in real time, several kinds of items)
  • Control fan
  • Linear and Target behavior
  • Custom sensor (average, max, ...)
  • Save configuration

Supported Os

  • Windows