Skip to content

Releases: SleepyTurtle91/RetroStash

v1.1.1

Choose a tag to compare

@SleepyTurtle91 SleepyTurtle91 released this 07 Jul 13:40

Added

  • Wide Search & Matching: Added wide search and partial matching capabilities to make collection filtering more flexible.
  • Download Queue: Added a queue manager to organize and execute multiple downloads sequentially.
  • CI/CD Workflow: Added GitHub Actions workflow for automatic Android builds and releasing APKs.

Fixed

  • AI Silent Auditor Crash: Resolved a crash when using the AI features caused by missing Ktor client dependencies, and improved error handling for Gemini API requests.

Full Changelog: v1.1.0...v1.1.1

RetroStash-v1.1.0-beta

Pre-release

Choose a tag to compare

@SleepyTurtle91 SleepyTurtle91 released this 05 Jul 15:19

RetroStash v1.1.0 - Extraction Reliability Update
This release focuses on improving the reliability of the automatic extraction process and fixing progress reporting issues.
🛠 Fixes

Archive Extraction: Fixed a critical bug where archives with spaces or special characters in their filenames would fail to extract after downloading.

Progress Accuracy: Corrected the extraction progress calculation to provide a precise percentage based on uncompressed file sizes.
🚀 Improvements

Extraction Engine: Refactored the unzipping logic to use ZipFile, providing better performance and more robust handling of archive contents.

Internal Path Handling: Standardized how URIs are converted to file paths for better compatibility across different Android versions.