mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Update changelog.
This commit is contained in:
parent
2dd6dd201c
commit
f3bcc4d554
1 changed files with 5 additions and 1 deletions
|
|
@ -60,10 +60,15 @@ public class PenumbraChangelog : IUiService
|
|||
Add1_3_4_0(Changelog);
|
||||
Add1_3_5_0(Changelog);
|
||||
Add1_3_6_0(Changelog);
|
||||
Add1_3_6_4(Changelog);
|
||||
}
|
||||
|
||||
#region Changelogs
|
||||
|
||||
private static void Add1_3_6_4(Changelog log)
|
||||
=> log.NextVersion("Version 1.3.6.4")
|
||||
.RegisterEntry("The material editor should be functional again.");
|
||||
|
||||
private static void Add1_3_6_0(Changelog log)
|
||||
=> log.NextVersion("Version 1.3.6.0")
|
||||
.RegisterImportant("Updated Penumbra for update 7.20 and Dalamud API 12.")
|
||||
|
|
@ -73,7 +78,6 @@ public class PenumbraChangelog : IUiService
|
|||
.RegisterEntry(
|
||||
"I also do not use most of the functionality of Penumbra myself, so I am unable to even encounter most issues myself.", 1)
|
||||
.RegisterEntry("If you encounter any issues, please report them quickly on the discord.", 1)
|
||||
.RegisterImportant("There is a known issue with the Material Editor due to the shader changes, please do not author materials for the moment, they will be broken!", 1)
|
||||
.RegisterHighlight(
|
||||
"The texture editor now has encoding support for Block Compression 1, 4 and 5 and tooltips explaining when to use which format.")
|
||||
.RegisterEntry("It also is able to use GPU compression and thus has become much faster for BC7 in particular. (Thanks Ny!)", 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue