diff --git a/net.retrodeck.retrodeck.metainfo.xml b/net.retrodeck.retrodeck.metainfo.xml
index 1fd37ef6..988be9ab 100644
--- a/net.retrodeck.retrodeck.metainfo.xml
+++ b/net.retrodeck.retrodeck.metainfo.xml
@@ -73,27 +73,32 @@
GPL-3.0
CC0-1.0
-
+
https://github.com/RetroDECK/RetroDECK/releases/tag/0.9.2b
New Additions:
- BACKUP: Added backup options for core user data and full/partial backups
- - STEAM SYNC: Improved Zenity Configurator with new backup and steam_sync integration
- - STEAM SYNC: Added functionality for SRM manifest sync, including handling unfavorited games
+ - BACKUP: backup is now prompted before any RetroDECK upgrade
+ - STEAM SYNC: refactored to be more lightweight
- STEAM SYNC: Added manual sync mode
- STEAM SYNC: Added full steam resync option
+ - STEAM SYNC: Added purge option
+ - STEAM SYNC: Added purge option
- BACKUP: Introduced optional userdata backup during post-update process
- FRAMEWORK: New function for repairing RetroDECK paths without needing a full reset
- COMPRESSOR: Updated Zenity Configurator for better multi-file compression logic
- COMPRESSOR: New functionality for compression cleanup argument in both single-file and multi-file modes
- CLI: Added optional "repair-paths" CLI option for fixing paths
- CONFIGURATOR: added Debug level choice menu
+ - CONFIGURATOR: Improved Zenity Configurator with new backup and steam_sync integration
+ - THEME: Added a new brighter background option
+ - THEME: Added system status indicators: WiFi, Bluetooth and battery status
Updates:
- ES-DE: to version 3.2.0
- - RetroDECK Theme: added compatiblity with 3.2.0 and added new features: new background option and system status indicators
+ - RetroDECK Theme: added compatiblity with 3.2.0
Bug fixes:
@@ -115,6 +120,7 @@
- FRAMEWORK: Enhanced `find_compatible_games` logic and spelling improvements
- FRAMEWORK: Refined `sanitize()` function to be moved to `other_functions.sh` for better code organization
- BACKUP: Updated `backup_retrodeck_userdata` to support a more efficient "core" backup option
+ - API: added a new API engine useful to talk with external applications or the Godot Configurator