Skip to content

Commit

Permalink
0.8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Dec 10, 2023
1 parent 59ea1f2 commit 54776c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Penumbra/UI/Changelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,24 @@ public PenumbraChangelog(Configuration config)
Add8_1_1(Changelog);
Add8_1_2(Changelog);
Add8_2_0(Changelog);
Add8_3_0(Changelog);
}

#region Changelogs

private static void Add8_3_0(Changelog log)
=> log.NextVersion("Version 0.8.3.0")
.RegisterHighlight("Improved the UI for the On-Screen tabs with highlighting of used paths, filtering and more selections. (by Ny)")
.RegisterEntry("Added an option to replace non-ASCII symbols with underscores for folder paths on mod import since this causes problems on some WINE systems. This option is off by default.")
.RegisterEntry(
"Added support for the Changed Item Icons to load modded icons, but this depends on a not-yet-released Dalamud update.")
.RegisterEntry(
"Penumbra should no longer redraw characters while they are fishing, but wait for them to reel in, because that could cause soft-locks. This may cause other issues, but I have not found any.")
.RegisterEntry(
"Hopefully fixed a bug on mod import where files were being read while they were still saving, causing Penumbra to create wrong options.")
.RegisterEntry("Fixed a few display issues.")
.RegisterEntry("Added some IPC functionality for Xande. (by Asriel)");

private static void Add8_2_0(Changelog log)
=> log.NextVersion("Version 0.8.2.0")
.RegisterHighlight(
Expand Down

0 comments on commit 54776c4

Please sign in to comment.