diff --git a/Changelog.md b/Changelog.md index d3789dc..f6fdaa4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,22 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.581 - 2023-01-20 +### Added: +- Ava UI: Add Notifications and Cleanup. + - Adds in-app notifications to the Avalonia UI. + - Disables "open save directory" options when the given directory does not exist. + +## 1.1.580 - 2023-01-20 +### Fixed: +- Ava UI: Fix string.Format issues in Locale. + - Fixes an issue where some windows wouldn't open if UI language was not set to English on Avalonia. + +## 1.1.579 - 2023-01-20 +### Fixed: +- Catch Profile.json parse to prevent crash on launch. + - Fixes a crash on boot that could occur if the profiles.json file was corrupted or invalid. + ## 1.1.578 - 2023-01-20 ### Added: - Ava UI: Add Control+Cmd+F HotKey for Mac OS.