Bumped version to 3.0.1 and updated changelogs

Increased the version to 3.0.1. New changelog reflects fixes for popularity ranking, favorites updating, improved YouTube trailer matching, automatic public config creation, and new grouped tile logic in Gallery View
This commit is contained in:
jp64k
2026-01-30 04:49:56 +01:00
parent af84f2cf8c
commit 163a0d9fce
4 changed files with 26 additions and 18 deletions

View File

@@ -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) - Feature: Allow users to favorite games (right click on game)
- Fix: Release Notes not showing with trailers enabled - Fix: Release Notes not showing with trailers enabled

View File

@@ -13,7 +13,7 @@ namespace AndroidSideloader
private static readonly string RawGitHubUrl = "https://raw.githubusercontent.com/VRPirates/rookie"; 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 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 currentVersion = string.Empty;
public static string changelog = string.Empty; public static string changelog = string.Empty;

View File

@@ -1,16 +1,7 @@
RSL 3.0 RSL 3.0.1
Major Rookie overhaul with modernized UI, significant performance improvements and upgraded UX. - Fixed popularity ranking not working on some systems
- Fixed favorites not updating immediately when removing items
- Added high-performance Gallery View with search, filters, sorting, favorites, hover animations, smooth scrolling and uninstall buttons - Improved YouTube trailer matching accuracy
- Toggle seamlessly between List and Gallery views with your preference remembered across launches - Public config file is now created automatically without prompt
- Complete UI redesign with new dark theme, modernized components and subtle animations throughout - Gallery View: Added grouped tiles for games with multiple versions (e.g. Beat Saber)
- 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

View File

@@ -1 +1 @@
3.0 3.0.1