From 0cb72b6f39b33cc3071a9ecd9097e87313031494 Mon Sep 17 00:00:00 2001 From: Supercam19 <79729769+supercam19@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:16:59 -0400 Subject: [PATCH] Finalize update --- @Resources/config.ini | 5 ----- changelog.md | 13 +++++++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/@Resources/config.ini b/@Resources/config.ini index 6bb0d5f..a90aefa 100644 --- a/@Resources/config.ini +++ b/@Resources/config.ini @@ -20,11 +20,6 @@ NetworkUnitString="Mb/s" NumberOfDecimals=1 ; How many decimals the upload/download speeds will display -; ---+ Uptime +--- -UptimePropagationDirection=Left -; The direction the text in the uptime meter will propagate when it is hovered with the mouse -; Must be Left or Right - ; ---+ Fonts +--- BarFont=Arial ; The font used for all the bar skins diff --git a/changelog.md b/changelog.md index 2c50f45..77b5105 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,18 @@ # Delta Changelog -## In developement +## Update v1.3.4 - Uptime widget overhaul (Nov 2, 2023) + +### Uptime widget overhaul + - Replaced the uptime widget with a new more sleek version to fit better with the theme + - It will now only tell you days and hours since last restart by default + - Hovering the widget will give you a more precise time (minutes and seconds) + - Added font configuration into the config + +### Changes + - Renamed "Drive" directory to "Storage" ### Fixes - - Potential fix for GPU bar exceeding 100% during usage spikes + - Fix for GPU bar exceeding 100% during usage spikes ## Update v1.3.3 - User greetings (Nov 11, 2022)