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

118 lines
3.2 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
Steam Sync Version 2.0 is here!
Is the next step of the Steam Sync function.
2025-03-29 21:49:23 +00:00
- It is much faster and smarter.
- It comes with two modes, allowing you to choose how to sync:
2025-03-29 21:07:23 +00:00
- **Automatic Steam Sync**: Enable/Disable where ES-DE favorites will be synced to Steam when RetroDECK quits.
2025-03-29 22:13:46 +00:00
- **Manual Steam Sync**: Perform a one-time manual sync of ES-DE favorites to Steam, allowing you to sync when you want to.
2025-03-29 21:07:23 +00:00
- It comes with a new tool:
- **Purge Steam Sync Shortcuts:** Perform a full Steam ROM Manager purge of all favorites, in case things have gotten messed up.
2025-03-29 09:13:35 +00:00
---
2025-03-29 21:07:23 +00:00
## Backup Tool 2.0
2025-03-29 22:10:56 +00:00
Added backup options for core user data and full/partial backups.
Introduced optional userdata backup during post-update process.
2025-03-29 21:07:23 +00:00
---
## New Tool: Repair Paths
2025-03-29 22:10:56 +00:00
New function for repairing RetroDECK paths without needing a full reset.
2025-03-29 21:07:23 +00:00
---
2025-03-29 21:49:23 +00:00
## New Tool: Logging Level Changer
Allows you to increase the amount of data logged under retrodeck/logs.
It has four increasing levels:
- **Level 1: Default**: Logs important information.
- **Level 2: Warnings**: Logs general warnings.
- **Level 3: Errors**: Logs more detailed error messages.
- **Level 4: Debug**: Logs everything.
2025-03-29 09:13:35 +00:00
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-29 22:07:51 +00:00
- Added functionality for SRM manifest sync, including handling unfavorited games.
- Added an optional userdata backup prompt during the post-update process.
- Added `repair_paths` function introduced to fix paths without a full reset.
- 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
- Function `steam_sync` improved to handle unfavorited games more efficiently.
- Refactored `compress_game` function to handle post-compression cleanup argument directly.
- Enhanced `find_compatible_games` logic and spelling improvements.
- Refined `sanitize()` function to be moved to `other_functions.sh` for better code organization.
- Updated `backup_retrodeck_userdata` to support a more efficient "core" backup option.
2025-03-29 09:13:35 +00:00
**Fixed:**
2025-03-29 22:10:56 +00:00
2025-03-29 22:07:51 +00:00
- Corrected instances of improper realpath and basename handling with spaces.
- Improved path cleanup handling for spaces in folder names.
- Resolved 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">
**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-29 22:07:51 +00:00
- Better multi-file compression logic.
- Better cleanup argument for single-file and multi-file modes.
- New Tool: Repair Paths
- New Tool: Logging Level Changer
2025-03-29 22:10:56 +00:00
- 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-29 22:07:51 +00:00
- Some entry flow issues in:
- Compression Tool multi-file entry.
- PortMaster entry.
2025-03-29 22:10:56 +00:00
- Steam Sync:
- Fixed issues with Zenity dialogs showing unnecessarily during Steam Sync.
- Resolved issues with SRM user configurations and the new manifest sync type.
2025-03-29 09:13:35 +00:00
---