Prep 5.0.8 release

This commit is contained in:
Luke D. Jones
2024-02-24 17:09:24 +13:00
parent 96f281d789
commit 19607d71c3
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v5.0.8]
### Changed
- Reintroduce persisting dark/light mode in config file
- Added ability to change what EPP is linked with each throttle profile

View File

@@ -20,7 +20,6 @@ use rog_dbus::RogDbusClientBlocking;
use rog_platform::error::PlatformError;
use rog_platform::platform::{GpuMode, Properties, ThrottlePolicy};
use rog_profiles::error::ProfileError;
use rog_profiles::fan_curve_set::CurveData;
use crate::aura_cli::{AuraPowerStates, LedBrightness};
use crate::cli_opts::*;