mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Maybe final meta fixes?
This commit is contained in:
parent
6b6e686ee6
commit
49b53b7a6a
3 changed files with 7 additions and 12 deletions
|
|
@ -19,14 +19,14 @@ public partial class ConfigWindow
|
|||
Add5_7_0( ret );
|
||||
Add5_7_1( ret );
|
||||
Add5_8_0( ret );
|
||||
Add5_8_6( ret );
|
||||
Add5_8_7( ret );
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
private static void Add5_8_6( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.8.6" )
|
||||
.RegisterEntry( "Fixed some problems with metadata reloading and reverting and IMC files. (5.8.1 to 5.8.6)." )
|
||||
private static void Add5_8_7( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.8.7" )
|
||||
.RegisterEntry( "Fixed some problems with metadata reloading and reverting and IMC files. (5.8.1 to 5.8.7)." )
|
||||
.RegisterHighlight(
|
||||
"If you encounter any issues, please try completely restarting your game after updating (not just relogging), before reporting them.",
|
||||
1 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue