From a6ddc1952f48779316c1d1f1ae2dc175c04af344 Mon Sep 17 00:00:00 2001 From: xorus Date: Sat, 5 Oct 2024 13:29:04 +0200 Subject: [PATCH] cleanup/update notes --- Plugin/EngageTimer.yaml | 8 ++------ Plugin/Ui/SettingsTab/FloatingWindowTab.cs | 5 +---- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Plugin/EngageTimer.yaml b/Plugin/EngageTimer.yaml index 5e342e1..4e19750 100644 --- a/Plugin/EngageTimer.yaml +++ b/Plugin/EngageTimer.yaml @@ -33,9 +33,5 @@ image_urls: category_tags: - jobs changelog: |- - - DT compatibility - - Update for API10: - - Use new texture loading for countdown - - Migrate to the new font system, the floating window contents might be blurry, this will be fixed soon when I - can implement font customization instead of always using the default dalamud one - - Fix countdown being rounded instead of floored in floating window when disabling decimals \ No newline at end of file + - Option to hide the stopwatch/floating window in cutscenes + - Enabling light effect animation would show an error texture and required a plugin restart to be loaded properly \ No newline at end of file diff --git a/Plugin/Ui/SettingsTab/FloatingWindowTab.cs b/Plugin/Ui/SettingsTab/FloatingWindowTab.cs index 7378644..1d86039 100644 --- a/Plugin/Ui/SettingsTab/FloatingWindowTab.cs +++ b/Plugin/Ui/SettingsTab/FloatingWindowTab.cs @@ -14,11 +14,8 @@ // along with this program. If not, see . using System; -using System.Threading.Tasks; -using Dalamud.Interface; using Dalamud.Interface.Components; -using Dalamud.Interface.FontIdentifier; -using Dalamud.Interface.ImGuiFontChooserDialog; +// using Dalamud.Interface.ImGuiFontChooserDialog; using EngageTimer.Configuration; using EngageTimer.Localization; using EngageTimer.Properties;