diff --git a/Changelog.md b/Changelog.md index bec72f8..0165763 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,14 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1138 - 2024-01-26 +### Fixed: +- Ava UI: Mod Manager Fixes. + - Fixes a crash when selecting an invalid mod directory. + - Fixes a crash when trying to enumerate through a directory that Ryujinx doesn't have permissions to access. + - Fixes mods not deleting at the parent directory, leaving invisible orphan files that would prevent re-importing of the same mod. + - Better logging and user feedback. + ## 1.1.1137 - 2024-01-25 ### Added: - Fs: Log when Commit fails due to PathAlreadyInUse.