Updated Changelog (markdown)

MetrosexualGarbodor 2023-08-13 23:27:04 +01:00
parent f7445b8b58
commit 29d85ea6b3

@ -3,6 +3,16 @@ 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). For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).
## 1.1.984 - 2023-08-13
### Fixed:
- "static readonly" constants should be "const" instead.
- Code cleanup. No expected changes in games.
## 1.1.983 - 2023-08-13
### Changed:
- Ava UI: Remove animations on listbox items.
- Removes fade-in animations on list items, as they looked inconsistent with the rest of the Avalonia menus.
## 1.1.982 - 2023-08-12 ## 1.1.982 - 2023-08-12
### Fixed: ### Fixed:
- Ava UI: Make some settings methods async. - Ava UI: Make some settings methods async.