🔧 Notable Changes
- Moved from
Vec
to array for hard-coded data for better performance and memory usage (Thanks to @Lucretiel). - Applied
serde(transparent)
to simplify serialization and deserialization processes (Thanks to @Lucretiel). - Excluded
appimage
andnsis
bundles to reduce the total build time. - Relocated game launch handling mechanism to backend (Rust) for the sake of clarity, organization, and the opening of more features.
- Minor UX-related bug fixes enhancing user experience (Thanks to @SpoiledUnknown)
- Numerous frontend optimizations and bug fixes.
Full Changelog: v0.8.1...v0.8.2
Note
This release includes the anticipated .rpm
bundle for RHEL-based and Fedora like Linux distros.