Skip to content

Commit

Permalink
1.9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed Nov 5, 2023
1 parent 3ff2df5 commit 253981d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SimpleTweaksPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.9.2.0</Version>
<Version>1.9.2.1</Version>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down
1 change: 1 addition & 0 deletions Tweaks/UiAdjustment/AlwaysYes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

namespace SimpleTweaksPlugin.Tweaks.UiAdjustment;

[Changelog("1.9.2.1", "Added support for Blunderville exit dialog.")]
public unsafe class AlwaysYes : UiAdjustments.SubTweak {
public override string Name => "Always Yes";
public override string Description => "Sets the default action in dialog boxes to yes when using confirm (num 0).";
Expand Down
4 changes: 2 additions & 2 deletions Tweaks/UiAdjustment/TargetCastbarCountdown.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#nullable enable
#nullable enable
using System;
using System.Numerics;
using Dalamud.Game.Addon.Lifecycle.AddonArgTypes;
Expand All @@ -20,7 +20,7 @@ namespace SimpleTweaksPlugin.Tweaks.UiAdjustment;
[TweakReleaseVersion("1.8.3.0")]
[Changelog("1.8.3.1", "Add TopRight option for displaying countdown")]
[Changelog("1.8.9.0", "Add option to disable on primary target")]
[Changelog(UnreleasedVersion, "Fix updating slowly for really slow castbars")]
[Changelog("1.9.2.1", "Fix updating slowly for really slow castbars")]
public unsafe class TargetCastbarCountdown : UiAdjustments.SubTweak {
private uint CastBarTextNodeId => CustomNodes.Get(this, "Countdown");

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.9.2.1
***Tweak Changes***
- **`Always Yes`** - Added support for Blunderville exit dialog.

- **`Target Castbar Countdown`** - Fix updating slowly for really slow castbars


## 1.9.2.0
***New Tweaks***
- **`Alt + F4 Exit Game`** - Pressing Alt + F4 will cause the game to close safely. *(MidoriKami)*
Expand Down

0 comments on commit 253981d

Please sign in to comment.