Releases: Softorage/undervolt-go
Releases · Softorage/undervolt-go
v0.6.3
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
Major changes:
- Added Profile support for AC and Battery
- Added the ability to persist the configuration across boots and wake. This uses systemd service, and removes the need to manually set things up.
- The ability to auto-switch profile when on AC or Battery is now added. Uses udev rules and system service.
- 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
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
First release of the undervolt-go. Following the same version as the original undervolt.
To install:
- Extract v0.4.0.zip
- 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'
- Run with sudo (it's always recommended to check the script by opening it in a text editor before executing it)