Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@foucault foucault released this 24 Nov 18:28
· 8 commits to master since this release
0.5.0

Changes since 0.4.1

Major addition to v0.5.0 is the fan flicker prevention courtesy of Thomas Otto who worked on it. You can now specify a speed zone where the speed of the fan is lowered slowly instead of abruptly. This addresses a common flickering of the fans at low speeds, when transition from off to on (and vice versa). This is managed with the -r of --fanflicker option, which by default is off, and specifies a range. For instance -r 11,38 means that below 11% the fan always flickers but above 38% it behaves normally. Between those two values speed changes are done slower: -1% or +2% every 2 seconds.

Several bugs have been addressed including one that would lead to the program crashing with multipart version numbers. Additionally package versions have been stabilised instead of using wildcard crate numbers. Hopefully this will ensure some reproducibility with the builds.

RTX support on Windows is still iffy although progress has been done on the rtx branch for the braves to try.