diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bfd5b0e8..18c607af63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. * [x] GOG Parser. * [x] UPlay Parser. * [x] EA Desktop Parser. +* [x] XBox Game Pass Parser. * [ ] Command Line Interface. * [x] Capability to override image searches. * [x] Ability to set per-parser controller templates. @@ -13,6 +14,12 @@ All notable changes to this project will be documented in this file. * [x] Automatic Preset Updating. * [x] Make icons work for Steam parser (with the caveat that they will most likely be overwritten when a developer updates their game). +## 2.3.52 +### Fixed +* Bug in UPlay parser that could cause it to fail when Ubisoft left stray registry entries for Ubisoft games installed by steam. Thanks to SGDB Discord user djib for helping to debug. +### Changed +* Made it so that the docs page returns to the intro page when clicking new parser, and otherwise changes to the main docs page for whatever parser type is clicked. + ## 2.3.51 ### Fixed * EA Parser works for EA Play games (will only add them in launcher mode, skips them in launcherless mode)