Updated Changelog (markdown)
parent
94e3b8690d
commit
9743f85041
1 changed files with 25 additions and 0 deletions
25
Changelog.md
25
Changelog.md
|
@ -3,6 +3,31 @@ 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.880 - 2023-06-09
|
||||
### Fixed:
|
||||
- Using 'ThenBy' instead.
|
||||
- Code cleanup. No expected changes to emulator functionality.
|
||||
|
||||
## 1.1.879 - 2023-06-09
|
||||
### Fixed:
|
||||
- macOS: Fix regression in macOS updater.
|
||||
- Fixes an issue introduced with 1.1.869 that caused the macOS updater not to work.
|
||||
|
||||
## 1.1.878 - 2023-06-09
|
||||
### Fixed:
|
||||
- macOS: Configuration Directory Fix.
|
||||
- Fixes an issue introduced with 1.1.630 that would cause an unhandled exception if the configuration directory was deleted.
|
||||
|
||||
## 1.1.877 - 2023-06-09
|
||||
### Fixed:
|
||||
- Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey.
|
||||
- Code cleanup. No expected changes to emulator functionality.
|
||||
|
||||
## 1.1.876 - 2023-06-09
|
||||
### Fixed:
|
||||
- Software Keyboard Applet Fixes.
|
||||
- Fixes an issue introduced in 1.1.862 that prevented numbers or spaces to be input in the keyboad applet in some games like (Pokemon Sword/Shield) when naming pokemon.
|
||||
|
||||
## 1.1.875 - 2023-06-09
|
||||
### Fixed:
|
||||
- Removing shift by 0.
|
||||
|
|
Loading…
Reference in a new issue