mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
1.3.2.0
This commit is contained in:
parent
5db3d53994
commit
510b9a5f1f
1 changed files with 16 additions and 2 deletions
|
|
@ -55,10 +55,24 @@ public class PenumbraChangelog : IUiService
|
||||||
Add1_2_1_0(Changelog);
|
Add1_2_1_0(Changelog);
|
||||||
Add1_3_0_0(Changelog);
|
Add1_3_0_0(Changelog);
|
||||||
Add1_3_1_0(Changelog);
|
Add1_3_1_0(Changelog);
|
||||||
|
Add1_3_2_0(Changelog);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Changelogs
|
#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)
|
private static void Add1_3_1_0(Changelog log)
|
||||||
=> log.NextVersion("Version 1.3.1.0")
|
=> log.NextVersion("Version 1.3.1.0")
|
||||||
.RegisterEntry("Penumbra has been updated for Dalamud API 11 and patch 7.1.")
|
.RegisterEntry("Penumbra has been updated for Dalamud API 11 and patch 7.1.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue