Updated Changelog (markdown)

MetrosexualGarbodor 2022-12-02 18:12:27 +00:00
parent 4802129de9
commit 8308589644

@ -1,6 +1,38 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.415 - 2022-12-02
### Fixed:
- Fix using in Ava.
- Fixes an oversight in the Avalonia code.
## 1.1.414 - 2022-12-02
### Fixed:
- SDL2Driver: Invoke dispatcher on main thread.
- Required for macOS. No expected changes in games.
## 1.1.413 - 2022-12-02
### Fixed:
- Avalonia - Save Manager.
- Adds a save manager to the Avalonia UI under Options > Manage User Profiles.
- Allows for easy file deletion and quick save folder opening.
- Adds an option to restore lost user profiles using existing saves.
## 1.1.412 - 2022-12-02
### Fixed:
- amadeus: Fix wrong SendCommands logic.
- May help games with audio desyncs.
## 1.1.411 - 2022-12-02
### Fixed:
- Ava GUI: Add back locales removed in #3955.
- Adds back "SettingsButtonSave" & "SettingsButtonClose" removed in 1.1.410.
- Fixes "Close" showing as "SettingsButtonClose" on the Avalonia UI.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.410 - 2022-12-01
### Fixed:
- Ava GUI: Make Dialogue More Intuitive.
@ -40,10 +72,6 @@ All updates to the Ryujinx official master build will be documented in this file
- infra: Add distribution files for macOS.
- Upstreams macOS packing and distribution files.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.403 - 2022-11-30
### Fixed:
- Avalonia: Clean up leftover RenderTimer & Fix minimum and initial window size.