This commit is contained in:
laz 2025-03-29 22:49:23 +01:00
parent a46297e6f5
commit 4c8e8a2366

View file

@ -12,8 +12,8 @@ Steam Sync Version 2.0 is here!
Is the next step of the Steam Sync function.
- It is much faster
- It comes with two modes:
- It is much faster and smarter.
- It comes with two modes, allowing you to choose how to sync:
- **Automatic Steam Sync**: Enable/Disable where ES-DE favorites will be synced to Steam when RetroDECK quits.
- **Manual Steam Sync**: Perform a one-time manual sync of ES-DE favorites to Steam.
- It comes with a new tool:
@ -25,7 +25,6 @@ Is the next step of the Steam Sync function.
Added backup options for core user data and full/partial backups
Introduced optional userdata backup during post-update process
Introduced optional userdata backup during post-update process
---
@ -35,9 +34,17 @@ New function for repairing RetroDECK paths without needing a full reset
---
## New Tool: Change Logging Level
## 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.
Allows you to increase the amount of data logged under retrodeck/logs. It has four increasing level Informational / Warnings / Errors / Debug.
---