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

134 lines
3.4 KiB
Markdown
Raw Normal View History

2025-03-29 09:13:35 +00:00
# RetroDECK v0.9.2b
<img src="../../../wiki_images/logos/rd-logo-box.png" width="600">
**Release date:** 2025-XX-XX
2025-03-29 21:07:23 +00:00
---
## Steam Sync 2.0
2025-03-30 04:25:49 +00:00
Steam Sync Version 2.0 is here! This is the next step in the Steam Sync function.
- **Faster and Smarter**: The new version is much faster and smarter.
- **Two Sync Modes**:
- **Automatic Steam Sync**: Sync ES-DE favorites to Steam automatically when RetroDECK quits. You can enable or disable this feature.
- **Manual Steam Sync**: Perform a one-time manual sync of ES-DE favorites to Steam whenever you want.
- **New Tool**:
- **Purge Steam Sync Shortcuts**: Perform a full Steam ROM Manager purge of all favorites in case things get messed up.
2025-03-29 09:13:35 +00:00
---
2025-03-29 21:07:23 +00:00
## Backup Tool 2.0
2025-03-30 04:25:49 +00:00
It also introduces an optional userdata backup prompt during the post-update process.
This tool offers new backup options for core user data and full or partial backups.
2025-03-29 21:07:23 +00:00
---
## New Tool: Repair Paths
2025-03-30 04:25:49 +00:00
This function repairs RetroDECK paths without needing a full reset.
It will automatically attempt to fix common RetroDECK paths.
If RetroDECK can't be found, it will ask the user to specify the location.
2025-03-29 21:07:23 +00:00
---
2025-03-29 21:49:23 +00:00
## New Tool: Logging Level Changer
2025-03-30 04:25:49 +00:00
This tool lets you control how much information is logged in `retrodeck/logs`.
2025-03-29 21:49:23 +00:00
2025-03-30 04:25:49 +00:00
There are four levels:
2025-03-29 21:49:23 +00:00
2025-03-30 04:25:49 +00:00
- **Level 1: Default**: Logs only important information.
2025-03-29 21:49:23 +00:00
- **Level 2: Warnings**: Logs general warnings.
2025-03-30 04:25:49 +00:00
- **Level 3: Errors**: Logs detailed error messages.
2025-03-29 21:49:23 +00:00
- **Level 4: Debug**: Logs everything.
2025-03-29 09:13:35 +00:00
2025-03-30 04:25:49 +00:00
In the stable version of RetroDECK, the default is **Level 1: Default**.
In the unstable cooker builds, the default is **Level 4: Debug**.
2025-03-29 21:07:23 +00:00
---
## Patch Notes
### RetroDECK Framework
2025-03-29 09:13:35 +00:00
<img src="../../../wiki_icons/retrodeck/icon-framework.svg" width="50">
**Added:**
2025-03-30 04:25:49 +00:00
- More functionality to SRM manifest sync including better handling for unfavorited games.
- Optional userdata backup prompt during post-update.
- `repair_paths` function introduced to fix paths without a full reset.
2025-03-29 09:13:35 +00:00
**Changed:**
2025-03-30 04:25:49 +00:00
- Improved `steam_sync` to handle unfavorited games better.
- Refactored `compress_game` to handle post-compression cleanup directly.
- Enhanced `find_compatible_games` logic and spelling.
- Moved `sanitize()` to `other_functions.sh` for better organization.
- Updated `backup_retrodeck_userdata` for a more efficient "core" backup.
2025-03-29 09:13:35 +00:00
**Fixed:**
2025-03-29 22:10:56 +00:00
2025-03-30 04:25:49 +00:00
- Corrected handling of realpath and basename with spaces.
- Improved path cleanup for spaces in folder names.
- Fixed broken symlink issue for internal logging folder.
2025-03-29 09:13:35 +00:00
---
2025-03-29 21:07:23 +00:00
### RetroENGINE
2025-03-29 09:13:35 +00:00
<img src="../../../wiki_icons/retrodeck/icon-engine.svg" width="50">
2025-03-30 04:25:49 +00:00
**Added:**
- Added `repair-paths` CLI option that calls the `repair_paths` function.
2025-03-29 09:13:35 +00:00
**Changed:**
2025-03-29 22:07:51 +00:00
- Added to `.png` and `.po` to `IGNORED_EXTENSIONS`.
2025-03-29 09:13:35 +00:00
---
2025-03-29 21:07:23 +00:00
### RetroDECK Classic (Zenity) Configurator
2025-03-29 09:13:35 +00:00
<img src="../../../wiki_icons/retrodeck/icon-configurator.svg" width="50">
**Added:**
2025-03-29 21:07:23 +00:00
- Compression Tool:
2025-03-30 04:25:49 +00:00
- Improved multi-file compression logic.
2025-03-29 22:07:51 +00:00
- Better cleanup argument for single-file and multi-file modes.
2025-03-30 04:25:49 +00:00
- **New Tools**:
- Repair Paths
- Logging Level Changer
- Steam Sync: Purge Steam Sync Shortcuts
- Added Backup Tool 2.0.
- Added Steam Sync 2.0.
2025-03-29 22:07:51 +00:00
2025-03-29 09:13:35 +00:00
**Changed:**
2025-03-29 22:07:51 +00:00
-
2025-03-29 09:13:35 +00:00
**Fixed:**
2025-03-30 04:25:49 +00:00
- Entry flow issues in:
2025-03-29 22:07:51 +00:00
- Compression Tool multi-file entry.
2025-03-30 04:25:49 +00:00
- PortMaster entry.
- Steam Sync:
- Fixed unnecessary Zenity dialogs during Steam Sync.
- Resolved issues with SRM user configurations and new manifest sync type.
2025-03-29 09:13:35 +00:00
---