mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Set changelog start.
This commit is contained in:
parent
7c955cc236
commit
ce73385333
1 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ public partial class ConfigWindow
|
|||
return ret;
|
||||
}
|
||||
|
||||
private static void Add5_8_0( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.8.0" )
|
||||
.RegisterEntry( "Fixed an issue with Actor 201 using Your Character collections in cutscenes." )
|
||||
.RegisterEntry( "Fixed issues with and improved mod option editing." )
|
||||
.RegisterEntry( "Backend optimizations." );
|
||||
|
||||
private static void Add5_7_1( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.7.1" )
|
||||
.RegisterEntry( "Fixed the Changelog window not considering UI Scale correctly." )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue