Skip to content

v1.1.2

Choose a tag to compare

@Balthazzahr Balthazzahr released this 20 Aug 04:13
· 63 commits to main since this release

🌟 What's New in v1.1.2

🧙‍♂️ 5-Step First-Time Setup Wizard

  • Interactive onboarding wizard displayed on fresh installations to guide new players through log discovery, card database synchronization, True Decklist import conventions, and app feature tour.
  • Step 1: Real-time MTGA Player.log discovery with native file picker (Browse…) and Detailed Logs reminder.
  • Step 2: Zero-latency local MTGA card database indexing (~150ms) with native folder picker (Browse Folder…) and path structure guidance.
  • Step 3: True Decklist import guide explaining theft and conjure protection.
  • Step 4: Complete application feature overview for Dashboard, Live HUD, Match History, Deck Library, and Card Library.
  • Step 5: Interactive 5-Mana Color Identity theme customizer.

🔍 Dynamic Multi-Runner Path Discovery (Lutris, Custom Drives & Steam)

  • Automatically resolves the MTGA Raw Card Database directory (MTGA_Data/Downloads/Raw/Raw_CardDatabase_*.mtga) directly from the active Player.log path across Lutris prefixes (~/Games/magic-the-gathering-arena, ~/Games/mtga), custom mounted external drives (/teradrive/, /mnt/*, /media/*), Bottles, Heroic, and Steam Proton.
  • Log tailer automatically sorts candidate logs by newest modification timestamp to prioritize whichever MTGA runner is actively playing.

⚡ Automatic Startup Sync & Settings Diagnostics

  • Background startup task automatically inspects cards_cache and populates all 26,000+ cards in ~150ms if empty or missing.
  • Added live indexed card counter indicator (26,572 cards ready) and Re-sync Cards button in Settings.
  • Added Re-run Setup Wizard… action in Settings protected by a safety confirmation dialog (your match history and collection remain safely preserved).

🚀 One-Line Web Installer

Install or update Rhystic Tracker on any Linux system with a single terminal command:

curl -sSL https://raw.githubusercontent.com/Balthazzahr/Rhystic-Tracker/main/install.sh | bash