Add localization support for console spam reduction

Signed-off-by: yuyu <kawaiiyuyu@outlook.com>
This commit is contained in:
yuyu 2022-10-19 22:27:11 +08:00
parent ee2d9de205
commit 69e5e202de
No known key found for this signature in database
2 changed files with 17 additions and 8 deletions

View file

@ -15,6 +15,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change. -->
## Upcoming changes
* Added localization support for console spam reduction. (@KawaiiYuyu)
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep)
* Replaced SQLite library with Microsoft.Data.Sqlite for arm64 support. (@SignatureBeef)
* Initial support for MonoMod hooks on Raspberry Pi (arm64). (@kevzhao2)