This commit is contained in:
laz 2025-04-01 08:44:59 +02:00
parent 27db92ee13
commit 82b02a5653

View file

@ -18,9 +18,9 @@ Steam Sync Version 2.0 is here! This is the next step in the Steam Sync function
- **Purge Steam Sync Shortcuts**: Perform a full Steam ROM Manager purge of all favorites in case things get messed up. - **Purge Steam Sync Shortcuts**: Perform a full Steam ROM Manager purge of all favorites in case things get messed up.
--- ---
## Backup Userdata 2.0 ## RetroDECK Backup 2.0
This new version the Backup Userdata tool now offers more modular backup options. This new version the RetroDECK Backup tool now offers more modular backup options.
for core user data and full or partial backups. for core user data and full or partial backups.
@ -68,14 +68,16 @@ In the unstable cooker builds, the default is **Level 4: Debug**.
**Added:** **Added:**
- More functionality to SRM manifest sync including better handling for unfavorited games. - More functionality to SRM manifest `steam_sync` including better handling for unfavorited games.
- Optional userdata backup prompt during post-update. - Optional userdata backup prompt during post-update.
- `repair_paths` function introduced to fix paths without a full reset. - `repair_paths` function introduced to fix paths without a full reset.
- Made a new custom parser that should better handle ES-DE's `set alternative emulator` per-game / global to `steam_sync`.
**Changed:** **Changed:**
- Improved `steam_sync` to handle unfavorited games better. - Improved `steam_sync` to handle unfavorited games better.
- Improved `steam_sync` logs.
- Refactored `compress_game` to handle post-compression cleanup directly. - Refactored `compress_game` to handle post-compression cleanup directly.
- Enhanced `find_compatible_games` logic and spelling. - Enhanced `find_compatible_games` logic and spelling.
- Moved `sanitize()` to `other_functions.sh` for better organization. - Moved `sanitize()` to `other_functions.sh` for better organization.