Skip to content

Commit

Permalink
0.8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Oct 7, 2023
1 parent 7cdd865 commit 9871421
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Penumbra/UI/Changelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ public PenumbraChangelog(Configuration config)
Add7_3_0(Changelog);
Add8_0_0(Changelog);
Add8_1_1(Changelog);
Add8_1_2(Changelog);
}

#region Changelogs

private static void Add8_1_2(Changelog log)
=> log.NextVersion("Version 0.8.1.2")
.RegisterEntry("Fixed an issue keeping mods selected after their deletion.")
.RegisterEntry("Maybe fixed an issue causing individual assignments to get lost on game start.");

private static void Add8_1_1(Changelog log)
=> log.NextVersion("Version 0.8.1.1")
.RegisterImportant(
Expand Down

0 comments on commit 9871421

Please sign in to comment.