diff --git a/ChangelogHistory.txt b/ChangelogHistory.txt index c017c77..0cfce89 100644 --- a/ChangelogHistory.txt +++ b/ChangelogHistory.txt @@ -1,4 +1,21 @@ -RSL 2.34 +RSL 3.0 + +Major Rookie overhaul with modernized UI, significant performance improvements and upgraded UX. + +- Added high-performance Gallery View with search, filters, sorting, favorites, hover animations, smooth scrolling and uninstall buttons +- Toggle seamlessly between List and Gallery views with your preference remembered across launches +- Complete UI redesign with new dark theme, modernized components and subtle animations throughout +- Refined navigation, layouts, sizing and color consistency across the entire application +- Added uninstall buttons directly in List and Gallery views for quicker app management +- Improved startup performance through overhaul of initialization logic, removal of splash screen, parallelized async loading, batched version retrieval, optimized metadata extraction and game list initialization +- Instant list filtering through caching and streamlined filter logic (INSTALLED / UPDATE AVAILABLE / NEWER THAN LIST) +- Improved search speed and responsiveness +- Fixed and improved trailer handling with faster trailer loading +- Fixed multiple startup issues including connection errors and zombie ADB instances +- Added local blacklist support allowing users to permanently suppress donation prompts for specific apps +- Reduced application size by removal of now unused assets + +RSL 2.34 - Feature: Allow users to favorite games (right click on game) - Fix: Release Notes not showing with trailers enabled diff --git a/Updater.cs b/Updater.cs index be2025a..8a93186 100644 --- a/Updater.cs +++ b/Updater.cs @@ -13,7 +13,7 @@ namespace AndroidSideloader private static readonly string RawGitHubUrl = "https://raw.githubusercontent.com/VRPirates/rookie"; public static readonly string GitHubUrl = "https://github.com/VRPirates/rookie"; - public static readonly string LocalVersion = "3.0"; + public static readonly string LocalVersion = "3.0.1"; public static string currentVersion = string.Empty; public static string changelog = string.Empty; diff --git a/changelog.txt b/changelog.txt index 92bec70..bf37638 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,16 +1,7 @@ -RSL 3.0 +RSL 3.0.1 -Major Rookie overhaul with modernized UI, significant performance improvements and upgraded UX. - -- Added high-performance Gallery View with search, filters, sorting, favorites, hover animations, smooth scrolling and uninstall buttons -- Toggle seamlessly between List and Gallery views with your preference remembered across launches -- Complete UI redesign with new dark theme, modernized components and subtle animations throughout -- Refined navigation, layouts, sizing and color consistency across the entire application -- Added uninstall buttons directly in List and Gallery views for quicker app management -- Improved startup performance through overhaul of initialization logic, removal of splash screen, parallelized async loading, batched version retrieval, optimized metadata extraction and game list initialization -- Instant list filtering through caching and streamlined filter logic (INSTALLED / UPDATE AVAILABLE / NEWER THAN LIST) -- Improved search speed and responsiveness -- Fixed and improved trailer handling with faster trailer loading -- Fixed multiple startup issues including connection errors and zombie ADB instances -- Added local blacklist support allowing users to permanently suppress donation prompts for specific apps -- Reduced application size by removal of now unused assets \ No newline at end of file +- Fixed popularity ranking not working on some systems +- Fixed favorites not updating immediately when removing items +- Improved YouTube trailer matching accuracy +- Public config file is now created automatically without prompt +- Gallery View: Added grouped tiles for games with multiple versions (e.g. Beat Saber) \ No newline at end of file diff --git a/version b/version index f398a20..13d683c 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.0 \ No newline at end of file +3.0.1 \ No newline at end of file