Wiki/wiki-rtd/docs/wiki_rd_versions/version_0.9.0b/0.9.1b.md

64 lines
1.8 KiB
Markdown
Raw Normal View History

2025-02-05 09:52:14 +00:00
# RetroDECK 0.9.1b
<img src="../../../wiki_images/logos/rd-logo-box.png" width="600">
**Release date:** 2025-02-XX
2025-02-07 07:17:23 +00:00
<img src="../091b.jpg" width="600">
2025-02-06 11:56:44 +00:00
## RetroENGINE
2025-02-06 11:59:30 +00:00
**Added:**
2025-02-06 11:56:44 +00:00
- New CLI argument `--set` to set presets, call retrodeck with --set help for more information
## Framework
**Added**
- New folder under `retrodeck/cheats/` it exposes several cheat file location folders for MAME, RetroArch, PCSX2, PPSSPP via symlinks. Allowing the users to easier update and add cheat files.
2025-02-06 11:59:30 +00:00
- Additional logging to some features.
2025-02-07 07:24:46 +00:00
- Made the reset functions headless for later use.
2025-02-06 11:56:44 +00:00
**Changed**
- Moved the MAME cheats folder to the new `retrodeck/cheats/`
2025-02-06 11:59:30 +00:00
**Fixed**
- Fixed a bug with the --test-upgrade CLI command.
2025-02-05 09:52:14 +00:00
## RetroDECK Classic (Zenity) Configurator
**Added:**
2025-02-07 07:24:46 +00:00
- Option to Enable / Disable PortMaster in ES-DE, accessed via the Tools menu. 😺🎩 🗡️🪿 🦙
- Compression Tool: Megadrive system was added as compression targets for zip files (by Cohee)
2025-02-06 11:56:44 +00:00
- Compression Tool: PS2 is now using createcd to compress .cue files (by Cohee)
2025-02-05 09:52:14 +00:00
**Changed**
Renamed several and condensed several menus and functions to be more clear.
- The tags Enable/Disable, Tool and Toggle in the functions name are removed (it was already in the description or in the contaning folder, thus redundant).
2025-02-07 07:24:46 +00:00
- Updated many desciptions to be more uniform.
2025-02-05 09:52:14 +00:00
**Fixed**
- Fixed the name change of EmulationStation DE to ES-DE in the reset function.
## RetroArch:
**Fixed:**
2025-02-07 07:24:46 +00:00
- An issue that some cores where not updated in post update correcly during the publication build process causing blackscreens and other issues.
2025-02-05 09:52:14 +00:00
- An issue with PSX borders not displaying correctly.
## Dolphin / Primehack:
**Fixed:**
2025-02-07 07:17:23 +00:00
- A bug where the Universal Dynamic Input Textures went missing from the build process.
- A bug where it wouldn't start in some Wayland configurations (thanks 😺🎩).