Updated Changelog (markdown)

MetrosexualGarbodor 2024-01-29 23:45:00 +00:00
parent 9496b0339d
commit a769cfa5f0

@ -3,6 +3,54 @@ 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.1149 - 2024-01-29
### Fixed:
- deps: Update Avalonia.Svg.
- Dependency update. No expected user changes.
## 1.1.1148 - 2024-01-29
### Fixed:
- Ava UI: Mod Manager Fixes (Again).
- Fixed an error message typo.
- Fixed deleting mods from directories.
- Fixed deleting non-subdirectory mods.
- Fixed excessive looping if parent directory found.
## 1.1.1147 - 2024-01-29
### Fixed:
- UI: Clarify Create Application Shortcut tooltip text.
- Accurate information on where a shortcut is being created is now present on macOS releases.
## 1.1.1146 - 2024-01-29
### Fixed:
- Avalonia: Fix dialog issues caused by 1.1.1105.
- Fixes a bug where multiple dialogs could be open at the same time and cause a deadlock.
## 1.1.1145 - 2024-01-29
### Fixed:
- Migrate friends services to new IPC.
- Remaining friend services migrated and implemented/stubbed if required.
- No expected changes in games.
## 1.1.1144 - 2024-01-29
### Fixed:
- Make config filename changable for releases & Log to Ryujinx directory if application directory is not writable.
- Adjustments to where logs and other configuration files are stored under certain environments.
- Most platforms will be unaffected**.
**INFO: This change has temporarily caused the wrong directory to open when selecting File->Open Log folder.
If you need to access logs before this is fixed, they will be in a folder next to where you keep the executable!
## 1.1.1143 - 2024-01-29
### Fixed:
- Mod: Do LayeredFs loading Parallel to improve speed.
- Reduces the boot times on games with a large number of mods applied.
## 1.1.1142 - 2024-01-29
### Fixed:
- Fix NRE when calling GetSockName before Bind.
- Zengeon will no longer crash on boot with a socket error.
## 1.1.1141 - 2024-01-27
### Fixed:
- infra: Reformat README.md & add new generic Mako workflow.