Skip to content

Commit

Permalink
1.3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Dec 13, 2024
1 parent 5db3d53 commit 510b9a5
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Penumbra/UI/Changelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,24 @@ public PenumbraChangelog(Configuration config)
Add1_2_1_0(Changelog);
Add1_3_0_0(Changelog);
Add1_3_1_0(Changelog);
}

Add1_3_2_0(Changelog);
}

#region Changelogs

private static void Add1_3_2_0(Changelog log)
=> log.NextVersion("Version 1.3.2.0")
.RegisterHighlight("Added ATCH meta manipulations that allow the composite editing of attachment points across multiple mods.")
.RegisterEntry("Those ATCH manipulations should be shared via Mare Synchronos.", 1)
.RegisterEntry("This is an early implementation and might be bug-prone. Let me know of any issues. It was in testing for quite a while without reports.", 1)
.RegisterEntry("Added jumping to identified mods in the On-Screen tab via Control + Right-Click and improved their display slightly.")
.RegisterEntry("Added some right-click context menu copy options in the File Redirections editor for paths.")
.RegisterHighlight("Added the option to change a specific mod's settings via chat commands by using '/penumbra mod settings'.")
.RegisterEntry("Fixed issues with the copy-pasting of meta manipulations.")
.RegisterEntry("Fixed some other issues related to meta manipulations.")
.RegisterEntry("Updated available NPC names and fixed an issue with some supposedly invisible characters in names showing in ImGui.");


private static void Add1_3_1_0(Changelog log)
=> log.NextVersion("Version 1.3.1.0")
.RegisterEntry("Penumbra has been updated for Dalamud API 11 and patch 7.1.")
Expand Down

0 comments on commit 510b9a5

Please sign in to comment.