mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Add Changelog.
This commit is contained in:
parent
566a5b1fd5
commit
2ee64137a7
1 changed files with 8 additions and 0 deletions
|
|
@ -19,10 +19,18 @@ public partial class ConfigWindow
|
|||
Add5_7_0( ret );
|
||||
Add5_7_1( ret );
|
||||
Add5_8_0( ret );
|
||||
Add5_8_2( ret );
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
private static void Add5_8_2( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.8.2" )
|
||||
.RegisterEntry( "Fixed some problems with metadata reloading and reverting. (5.8.1, too)." )
|
||||
.RegisterHighlight(
|
||||
"If you encounter any issues, please try completely restarting your game after updating (not just relogging), before reporting them.",
|
||||
1 );
|
||||
|
||||
private static void Add5_8_0( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.8.0" )
|
||||
.RegisterEntry( "Added choices what Change Logs are to be displayed. It is recommended to just keep showing all." )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue