Skip to content

Releases: TheAlexDev23/power-options

v1.2.2

29 Oct 20:09
Compare
Choose a tag to compare

Minor CLI utility changes for proper installation on different distributions.

v1.2.1

19 Oct 16:59
Compare
Choose a tag to compare
  • Fixed daemon panicking on systems without ifconfig installed.

v1.2.0

13 Oct 10:52
5fd8a1b
Compare
Choose a tag to compare

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

17 Sep 19:34
Compare
Choose a tag to compare

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

14 Sep 22:13
Compare
Choose a tag to compare

Prevent panics for some systems that

  • Had CPUs without base_frequency in sysfs
  • Had multiple PCI channels

First Release

14 Sep 12:22
Compare
Choose a tag to compare
v1.0.0

Small changes and fixed in preparation for first release

Beta 0.1.2

11 Sep 18:17
Compare
Choose a tag to compare
  • 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

07 Sep 14:38
Compare
Choose a tag to compare
Pre Alpha Release Pre-release
Pre-release
v0.1.1

AUR packages: Added proper provides. Fixed missing dependencies in gt…