Skip to content

Commit

Permalink
cleanup/update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
xorus committed Oct 5, 2024
1 parent 9e9e036 commit a6ddc19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 2 additions & 6 deletions Plugin/EngageTimer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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
5 changes: 1 addition & 4 deletions Plugin/Ui/SettingsTab/FloatingWindowTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.

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;
Expand Down

0 comments on commit a6ddc19

Please sign in to comment.