From 42c687e3b88589a92707a36b657a999fdead753f Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Fri, 28 Apr 2023 23:00:09 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index eda1f4f..08aa1d0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.738 - 2023-04-28 +### Added: +- Allow window to remember its size, position and state. + - Main window will start-up at it's last opened position and state. + +## 1.1.737 - 2023-04-28 +### Changed: +- nuget: bump System.IdentityModel.Tokens.Jwt from 6.29.0 to 6.30.0. + - Dependency update. No functionality changes. + +## 1.1.736 - 2023-04-28 +### Fixed: +- Fix paths and typos for macOS scripts. + - Resolves a bug in the macOS build script preventing compile. + +## 1.1.735 - 2023-04-27 +### Changed: +- Move Ryujinx projects to a new src directory. + - Restructures the directory layout of the source code. No program changes. + ## 1.1.734 - 2023-04-27 ### Fixed: - Fix geometry shader layer passthrough regression.