Releases: TheAlexDev23/power-options
Releases · TheAlexDev23/power-options
v1.2.2
v1.2.1
- Fixed daemon panicking on systems without ifconfig installed.
v1.2.0
Features
- Added firmware settings
- Added audio settings
- Added GPU settings
- Added Intel RAPL settings
- Added a system tray icon for daemon management
- Added daemon control through the
power-daemon-mgr
cli utility
Fixes and improvements
- @ischeinkman Fixed invalid sysfs writes related to CPUFreq
- @ischeinkman Migrated sysfs write/read calls to the rust standard library instead of subshell calls. Allowing to remove zsh as a dependency.
- Use more common environment variables for X display settings allowing better compatibility.
- The lack of ifconfig/iwlwifi is now properly handled within the GTK frontend.
- Cleaned up the logging calls of the daemon for more readable logs.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Changelog
- Added sleep settings
- Fixed GTK frontend crashing on acpi-cpufreq or other generic cpufreq drivers
- Fixed borrow checker errors that only happened on some systems
- Added the ability for the daemon to automatically migrate profiles to the newest versions if new settings are added.
- @ischeinkman fixed panic on systems with 0 SATA interfaces
- Fix graphical commands not running properly due to lack of environment variables
- Use an information icon for tooltips on hover in webview frontend
- Create a separate
power-daemon-mgr setup
command that the user/package manager has to run to create default profiles. power-daemon-mgr setup
shows a popup that informs the user that it might create potentially system altering changes, and ask if an empty profiles should be created instaed.- The GTK frontend, when ran for the first time, shows a popup informing the user that it might change some options as it doesn’t support optional settings like the webview frontend.
1.0.1
Prevent panics for some systems that
- Had CPUs without base_frequency in sysfs
- Had multiple PCI channels
First Release
v1.0.0 Small changes and fixed in preparation for first release
Beta 0.1.2
- Optional dependencies are handled as such
- Fix config files being overridden when updating
The webview version should be released in the next iteration when DioxusLabs/dioxus#2951 is merged.
Pre Alpha Release
v0.1.1 AUR packages: Added proper provides. Fixed missing dependencies in gt…