Skip to content

Commit

Permalink
Pre-update work
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed Nov 20, 2024
1 parent 2a070d2 commit b0e69fd
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Brio/Config/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Brio.Config;
internal class Configuration : IPluginConfiguration
{
public const int CurrentVersion = 3;
public const int CurrentPopupKey = 10;
public const int CurrentPopupKey = 11;

public int Version { get; set; } = CurrentVersion;

Expand Down
11 changes: 10 additions & 1 deletion Brio/Resources/Embedded/Data/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@

To open this window again click `Information` on the Scene Manager then -> `View the Changelog`

--------------------------------------------------------------------------------
---> Brio, Version 0.4.2 <---
--------------------------------------------------------------------------------

- Support for FFXIV 7.1!

- Brio can now spawn up to 239 Actors

--------------------------------------------------------------------------------
---> Brio, Version 0.4.1. <---
--- Brio, Version 0.4.1 ---
--------------------------------------------------------------------------------

- Added a `Universal Gizmo` mode to the `Brio Overlay` Gizmo!
Expand Down
8 changes: 7 additions & 1 deletion Brio/Resources/Sheets/BrioActionTimeline.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Lumina.Excel.Sheets;

//
// Some code in this file was generated and is from the Lumina.Excel project (https://github.com/NotAdam/Lumina.Excel)
// (Lumina.Excel.Sheets.ActionTimeline)
//

using Lumina.Excel.Sheets;
using Lumina.Excel;
using Lumina.Text.ReadOnly;

Expand Down
8 changes: 7 additions & 1 deletion Brio/Resources/Sheets/BrioCharaMakeType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using Brio.Game.Actor.Appearance;

//
// Some code in this file was generated and is from the Lumina.Excel project (https://github.com/NotAdam/Lumina.Excel)
// (Lumina.Excel.Sheets.CharaMakeType)
//

using Brio.Game.Actor.Appearance;
using Dalamud.Game.ClientState.Objects.Enums;
using Lumina.Excel;
using Lumina.Excel.Sheets;
Expand Down

0 comments on commit b0e69fd

Please sign in to comment.