mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
5.10
This commit is contained in:
parent
8d597f9da5
commit
b7a09bd3bc
1 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ public partial class ConfigWindow
|
|||
Add5_8_0( ret );
|
||||
Add5_8_7( ret );
|
||||
Add5_9_0( ret );
|
||||
Add5_10_0( ret );
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
@ -36,7 +37,7 @@ public partial class ConfigWindow
|
|||
.RegisterEntry( "Fixed texture import being case sensitive on the extension." )
|
||||
.RegisterEntry( "Fixed special collection selector increasing in size on non-default UI styling." )
|
||||
.RegisterEntry( "Fixed color set rows not importing the dye values during material editing." )
|
||||
.RegisterEntry( "Other miscallaneous small fixes." );
|
||||
.RegisterEntry( "Other miscellaneous small fixes." );
|
||||
|
||||
private static void Add5_9_0( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.9.0" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue