Releases: nan0s7/nfancurve
Releases · nan0s7/nfancurve
v019.6.1
v019.5
v019.4
Another quick and minor update;
- thanks to @mooninite for identifying and fixing two small, but important, bugs
v019.3
A slightly overdue patch that fixes a bug with the included systemd file, as well as a single-GPU bug.
- thanks to @ReneHollander for the systemd file fixes
- thanks to @BryanHitchcock for the single-GPU bug fix
v019.2
v019.1
Small patch that fixes a bug with multi-fan graphics cards, and adds @ReneHollander as a maintainer for the stable AUR package.
v019
Figured I should release this officially, since I haven't seen any recent bugs, and it's been a while. Finally, we're POSIX compatible!
- can now override default calculations of the "check_diff" variable
- made "trap" function when ending the program more universal
- thanks to @d3473r there's a sample systemd file if you wish to run the script at boot
- removed usage of the "seq" function
v018
Another sizeable update
- Added three people to
README.md
for helping out with various things, @xberg, @edave and @louissmit - Support for GPU's that have more than one fan controller
- Various optimisations for speed and efficiency
- Added some runtime options, such as:
-D
,-l
,-s
and-v
- Removed the
update.sh
andVERSION.txt
files, and thus removing thegit
dependancy long_s
andshort_s
were combined- Slightly more POSIX compliant, but still not completely (need to remove arrays, mostly)
v017
A pretty big update overall.
- Less aggressive fan curve by default
- Replaced a big chunk of Bashisms; making it more POSIX compatible (not entirely though)
- Now also depends on
coreutils
- Massively reduced size and increased efficiency
- We now have an AUR package! Thanks to @Scrumplex
- Made loading the config file more robust, thanks to @stefmitropoulos
v016
Mostly a minor update, but I figure I'd try writing the changelog here because it's easier than looking through my commit history.
- Added some parameters for
temp.sh
thanks to @dpayne - Changed the structure of the config file and renamed it to
config.sh
to clean up the code intemp.sh
update.sh
will no longer overwrite config files if the structure was changed in an update- Updated
USAGE.md
to reflect the above changes to the config file