Updated Changelog (markdown)

MetrosexualGarbodor 2022-12-09 19:27:13 +00:00
parent f446c9b158
commit 06f53b1a3c

@ -1,6 +1,16 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.457 - 2022-12-09
### Fixed:
- Add explicit dependency on System.Drawing.Common on Ryujinx.Ava to workaround trimming bugs.
- Fixes Avalonia builds crashing on startup since 1.1.456.
## 1.1.456 - 2022-12-09
### Fixed:
- misc: Remove dependency on System.Drawing.Common.
- Removes System.Drawing.Common, which was used only once for DPI scaling factor, and implements the same behaviour using gdiplus. Reduces emulator size slightly.
## 1.1.455 - 2022-12-09
### Fixed:
- Add concurrency restriction on release workflows.