diff --git a/Changelog.md b/Changelog.md index d1f7a65..7253624 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ 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.832 - 2023-05-28 +### Fixed: +- Update LastPlayed date on emulation end. + - "Last played" stat will now use the time when the game was last closed, instead of the time when it was last launched. + +## 1.1.831 - 2023-05-28 +### Fixed: +- Improve macOS updater. + - (Hopefully) fixes the remaining issues with the updater on macOS. + +## 1.1.830 - 2023-05-28 +### Fixed: +- Added Custom Path case when saving screenshots. + - Fixes an issue where emulator screenshots wouldn't save to the portable folder in portable mode if Ryujinx was launched using a cli argument for --root-data-dir. + ## 1.1.829 - 2023-05-28 ### Fixed: - actions: revert timeout-minutes changes for PR workflow.