Skip to content

Releases: nan0s7/nfancurve

v019.6.1

08 Aug 02:31
7fea7b2
Compare
Choose a tag to compare

Reverted the changes in targets for the service file. Added potential workarounds to service issues to the readme file.

v019.5

04 Aug 12:01
5f6ec1b
Compare
Choose a tag to compare

Added some minor features to keep things up to date. May fix some issues for some people, especially if using the master branch.

v019.4

15 Apr 06:00
Compare
Choose a tag to compare

Another quick and minor update;

  • thanks to @mooninite for identifying and fixing two small, but important, bugs

v019.3

10 Feb 13:19
Compare
Choose a tag to compare

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

25 Nov 06:04
Compare
Choose a tag to compare

Another fairly important multi-GPU bug fix that I had missed for a few versions now. Everything should work now, though! :)

v019.1

26 Oct 04:30
Compare
Choose a tag to compare

Small patch that fixes a bug with multi-fan graphics cards, and adds @ReneHollander as a maintainer for the stable AUR package.

v019

07 Oct 01:08
Compare
Choose a tag to compare

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

18 Jun 04:37
Compare
Choose a tag to compare

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 and VERSION.txt files, and thus removing the git dependancy
  • long_s and short_s were combined
  • Slightly more POSIX compliant, but still not completely (need to remove arrays, mostly)

v017

25 Nov 05:53
Compare
Choose a tag to compare

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

23 Jun 07:40
Compare
Choose a tag to compare

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 in temp.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