METAINFO: added 0.9.2b tag

This commit is contained in:
XargonWan 2025-03-26 13:00:08 +09:00
parent 7d133ace96
commit 8ecd98bf54

View file

@ -73,6 +73,42 @@
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<releases>
<release version="0.9.2b" date="2025-03-26">
<url>https://github.com/RetroDECK/RetroDECK/releases/tag/0.9.2b</url>
<description>
<p>New Additions:</p>
<ul>
<li>BACKUP: Added backup options for core user data and full/partial backups</li>
<li>STEAM SYNC: Improved Zenity Configurator with new backup and steam_sync integration</li>
<li>STEAM SYNC: Added functionality for SRM manifest sync, including handling unfavorited games</li>
<li>BACKUP: Introduced optional userdata backup during post-update process</li>
<li>FRAMEWORK: New function for repairing RetroDECK paths without needing a full reset</li>
<li>COMPRESSOR: Updated Zenity Configurator for better multi-file compression logic</li>
<li>COMPRESSOR: New functionality for compression cleanup argument in both single-file and multi-file modes</li>
<li>CLI: Added optional "repair-paths" CLI option for fixing paths</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>STEAM SYNC: Fixed issues with Zenity dialogs showing unnecessarily during Steam Sync</li>
<li>STEAM SYNC: Resolved issues with SRM user configurations and the new manifest sync type</li>
<li>COMPRESSOR: Fixed multi-file compression menu flow in Zenity Configurator</li>
<li>FRAMEWORK: Improved path cleanup handling for spaces in folder names</li>
<li>FRAMEWORK: Corrected instances of improper realpath and basename handling with spaces</li>
<li>FRAMEWORK: Fixed Configurator folder move logic to prevent errors with certain paths</li>
<li>FRAMEWORK: Resolved broken symlink issue for internal logging folder</li>
<li>CONFIGURATOR: Fixed incorrect menu navigation in Zenity Configurator</li>
</ul>
<p>Developers, developers, developers:</p>
<ul>
<li>STEAM SYNC: Function `steam_sync` improved to handle unfavorited games more efficiently</li>
<li>FRAMEWORK: New `repair_paths` function introduced to fix paths without a full reset</li>
<li>COMPRESSOR: Refactored `compress_game` function to handle post-compression cleanup argument directly</li>
<li>FRAMEWORK: Enhanced `find_compatible_games` logic and spelling improvements</li>
<li>FRAMEWORK: Refined `sanitize()` function to be moved to `other_functions.sh` for better code organization</li>
<li>BACKUP: Updated `backup_retrodeck_userdata` to support a more efficient "core" backup option</li>
</ul>
</description>
</release>
<release version="0.9.1b" date="2025-03-09">
<url>https://github.com/RetroDECK/RetroDECK/releases/tag/0.9.1b</url>
<description>