diff --git a/Changelog.md b/Changelog.md index 69c32b4..497ee06 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,24 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6764 - 2021-02-28 +### Changed +- Switched ci to use Github artifacts for PRs. No emulator code changes. + +## 1.0.6763 - 2021-02-28 +### Fixed +- Fixed virtual address overflow near ulong limit. + - Creates an overflow-safe way of counting pages for affected functions and replaces the address-based loop in IsRangeMapped with a page-based loop. + +## 1.0.6762 - 2021-02-28 +### Changed +- Updated wording in the auto-updater. + +## 1.0.6761 - 2021-02-28 +### Changed +- Improved heuristic for showing the software keyboard. + - Fixes an inline keyboard soft-lock that occurred in God Eater 3 when changing the codename of your character. + ## 1.0.6732 - 2021-02-25 ### Changed - Haydn: Part 1 (based on reverse engineering of audio 11.0.0)