diff --git a/Changelog.md b/Changelog.md index 28e9c32..91adbb3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,18 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.767 - 2023-05-07 +### Fixed: +- Ava: Fix SystemTimeOffset calculation. + - Fixes a bug in the Avalonia UI where the system time offset was being incorrectly calculated. + - Formats system settings AXAML. No expected changes in-games. + +## 1.1.766 - 2023-05-07 +### Fixed: +- time: Update for 15.0.0 changes and fixes long standing issues. + - Updates the time service HLE code to match RE of firmware 15.0.0. + - Fixes many time-related gameplay elements such as daily events and PokéJobs in Pokémon Sword/Shield. + ## 1.1.765 - 2023-05-07 ### Changed: - Switch ProcessResult to a class.