mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add Changelogs
This commit is contained in:
parent
1be3b06292
commit
af3575a053
1 changed files with 3 additions and 0 deletions
|
|
@ -28,9 +28,12 @@ public partial class ConfigWindow
|
|||
|
||||
private static void Add5_11_0( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.11.0" )
|
||||
.RegisterEntry( "Add backface and transparency toggles to .mtrl editing, as well as a info section." )
|
||||
.RegisterEntry( "Meta Manipulation editing now highlights if the selected ID is 0 or 1." )
|
||||
.RegisterEntry( "Fixed a bug when manually adding EQP or EQDP entries to Mods." )
|
||||
.RegisterEntry( "Updated some tooltips and hints." )
|
||||
.RegisterEntry( "Improved handling of IMC exception problems." )
|
||||
.RegisterEntry( "Fixed a bug with misidentification of equipment decals." )
|
||||
.RegisterEntry( "Backend changes regarding API/IPC, consumers can but do not need to use the Penumbra.Api library as a submodule." )
|
||||
.RegisterEntry( "Added API to delete mods and read and set their pseudo-filesystem paths.", 1 )
|
||||
.RegisterEntry( "Added API to check Penumbras enabled state and updates to it.", 1 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue