Updated Changelog (markdown)
parent
e023f5be3e
commit
0e648a6b55
1 changed files with 103 additions and 0 deletions
103
Changelog.md
103
Changelog.md
|
@ -3,6 +3,109 @@ 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.1189 - 2024-02-11
|
||||||
|
### Changed:
|
||||||
|
- Restore Nuget packages for linux-arm64 for Flatpak
|
||||||
|
- Some misc changes to handle deployment on flatpak for arm64.
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1188 - 2024-02-11
|
||||||
|
### Changed:
|
||||||
|
- Add Open Mod Dir button again
|
||||||
|
- Add the Open Mod Dir button again on Avalonia
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1187 - 2024-02-11
|
||||||
|
### Changed:
|
||||||
|
- Capitalisation Consistency
|
||||||
|
- Some misc code cleanup
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1186 - 2024-02-11
|
||||||
|
### Changed:
|
||||||
|
- Standardize logging locations across desktop platforms
|
||||||
|
- Create logs in a more logical path depending on the platform
|
||||||
|
- `%APPDATA%\Ryujinx\Logs` on Windows.
|
||||||
|
- `~/.config/Ryujinx/Logs` on Linux.
|
||||||
|
- `~/Library/Logs/Ryujinx` (or `~/Library/Application Support/Ryujinx/Logs`) on macOS.
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1185 - 2024-02-11
|
||||||
|
### Changed:
|
||||||
|
- Reorder available executables in Ryujinx.sh
|
||||||
|
- Avoid Ryujinx.Headless.SDL2 as a last resort in Ryujinx.desktop when you have more than one executable installed
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1184 - 2024-02-11
|
||||||
|
### Changed:
|
||||||
|
- Remove ReflectionBinding in Mod Manager
|
||||||
|
- Some cleanup in the mod manager on Avalonia
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1183 - 2024-02-11
|
||||||
|
### Changed:
|
||||||
|
- Update Avalonia About Window
|
||||||
|
- Fix minor style issue in the about window on Avalonia
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1182 - 2024-02-11
|
||||||
|
### Fixed:
|
||||||
|
- Fix mip offset/size for full 3D texture upload on Vulkan
|
||||||
|
- Fix broken water in Hyrule Warriors Age of Calamity
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1181 - 2024-02-10
|
||||||
|
### Fixed:
|
||||||
|
- Retrigger CI after failure of complete release
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1180 - 2024-02-10
|
||||||
|
### Fixed:
|
||||||
|
- Add missing RID exclusions for linux-arm64
|
||||||
|
- Clean up unrelated libraries from linux-arm64 release tar
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1179 - 2024-02-10
|
||||||
|
### Changed:
|
||||||
|
- Enable Linux ARM64 on build and release
|
||||||
|
- We now provide linux-arm64 builds
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1178 - 2024-02-10
|
||||||
|
### Fixed:
|
||||||
|
- Set PointSize in shader on OpenGL
|
||||||
|
- Fix possible undefined behaviour on some drivers
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1177 - 2024-02-10
|
||||||
|
### Fixed:
|
||||||
|
- Make IOpenGLContext.HasContext context dependent
|
||||||
|
- Fix SDL2 headless on Wayland
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1176 - 2024-02-10
|
||||||
|
### Fixed:
|
||||||
|
- Load custom SDL mappings from application data folder
|
||||||
|
- Fix regression on macOS for SDL_GameControllerDB.txt loading path
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1175 - 2024-02-10
|
||||||
|
### Fixed:
|
||||||
|
- Force CPU copy for non-identity DMA remap
|
||||||
|
- Fix some bugs with inverted RGBA components on the game 30XX
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1174 - 2024-02-10
|
||||||
|
### Changed:
|
||||||
|
- Update Ryujinx.Graphics.Nvdec.Dependencies to 5.0.3-build14
|
||||||
|
- Add linux-arm64 and update to ffmpeg 5.0.3
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1173 - 2024-02-08
|
||||||
|
### Fixed:
|
||||||
|
- Revert Avalonia bump
|
||||||
|
- X popup position broke entirely
|
||||||
|
|
||||||
## 1.1.1172 - 2024-02-08
|
## 1.1.1172 - 2024-02-08
|
||||||
### Changed:
|
### Changed:
|
||||||
- Remove SDC.
|
- Remove SDC.
|
||||||
|
|
Loading…
Reference in a new issue