diff --git a/CHANGELOG.md b/CHANGELOG.md index ace462fd..3a5ca73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/asusctl/src/main.rs b/asusctl/src/main.rs index 4d15b0e6..83befc93 100644 --- a/asusctl/src/main.rs +++ b/asusctl/src/main.rs @@ -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::*;