Skip to content

Releases: Softorage/undervolt-go

v0.6.3

19 Mar 19:34

Choose a tag to compare

Changes:

  • Fixed: Stopping the 'Monitoring Temps and Fans' in GUI would break due to non-steady references

Full Changelog: v0.6.2...v0.6.3

v0.6.2

16 Mar 19:55

Choose a tag to compare

Major changes:

  1. Added Profile support for AC and Battery
  2. Added the ability to persist the configuration across boots and wake. This uses systemd service, and removes the need to manually set things up.
  3. The ability to auto-switch profile when on AC or Battery is now added. Uses udev rules and system service.
  4. Updated uninstall script accordingly

Breaking change from v0.5.x:

The configs now reside in /etc/undervolt-go instead $HOME/.config/undervolt-go. This allows a smoother run for systemd services. User need not do anything though, as the config migration has been handled in the utility and will take care of itself.

Let me know your thoughts on this release. If you face any issues, feel free to open an issue here.

Full Changelog: v0.5.4...v0.6.1

v0.5.4

10 Apr 11:12

Choose a tag to compare

Notable:

  • Now includes a fully working Graphical interface (Pro version).
  • CLI only lightweight version available as well.

Full Changelog: v0.4.0...v0.5.4

v0.4.0

30 Mar 08:46

Choose a tag to compare

First release of the undervolt-go. Following the same version as the original undervolt.

To install:

  1. Extract v0.4.0.zip
  2. Make the install-undervolt.sh executable
    • chmod +x install-undervolt.sh
    • or you can right click install-undervolt.sh, go to Properties, and in the Permissions tab, tick 'Make executable'
  3. Run with sudo (it's always recommended to check the script by opening it in a text editor before executing it)