Skip to content

v1.1.3

Choose a tag to compare

@Balthazzahr Balthazzahr released this 20 Aug 07:08
· 63 commits to main since this release

🌟 What's New in v1.1.3

πŸ† Comprehensive MTGA Formats Coverage

β€’ Full GRE parser categorization and database normalization for all MTGA formats: Standard, Standard Brawl, Brawl, Alchemy, Historic, Timeless, Explorer, Draft, Sealed, Bot Match (Sparky/Practice), Direct Challenge, Midweek Magic, and Gladiator.
β€’ Dynamically populated format filter dropdowns across the Dashboard and Match History.
β€’ Extended mana-pip-themed badge palettes with distinct, recognizable colors for each format.
β€’ Extended commander detection in Match History, Full Match Inspector, and Live Match HUD to all Brawl format variants (Standard Brawl & Brawl).
β€’ High-priority event categorization ensuring Midweek Magic special events (e.g. Historic Pauper, Brawl, Alchemy) correctly resolve as Midweek Magic.

πŸ“Š Dashboard Trending Win Rate Graph Overhaul

β€’ Dynamic Dropdown Selector: Styled dark dropdown filter supporting 5 distinct time windows:

  • Today: Hourly wins & losses bar graph.
  • Past 7 Days: Daily bar graph + daily rolling trend line.
  • Past 30 Days: Daily bar graph + daily rolling trend line.
  • Past 12 Months: Week-by-week aggregated bar graph + weekly rolling trend line.
  • All Time: Month-by-month aggregated bar graph + monthly rolling trend line.
    β€’ Dual-Colored Threshold Trend Line: Vibrant green (#22C55E) above 50% and vibrant red (#EF4444) below 50% with an exact 50% threshold alignment and subtle transition blend.
    β€’ Background Area Wash: Subtle horizontal time-series area shading under the trend line matching the win rate status (green above 50%, red below 50%).
    β€’ Histogram Outlines: Clean white borders around win and loss bars for distinct separation.
    β€’ Snappy Transitions: Zero-lag filter switching.

πŸ€– Bot Matches & "Selected Deck" Fingerprint Resolution

β€’ Multi-source deck catalog ingestion and match card fingerprint resolution in SQLite to automatically resolve bot/precon matches to their genuine names (e.g. 'MonoWhite - Auras (Standard)').

πŸ“š Documentation & User Manual Overhaul

β€’ Comprehensive update of USER_GUIDE.md and README.md covering the First-Time Setup Wizard, startup card database sync, 3-column decklist expansion, image cache management, database backup exports, and format coverage.


πŸš€ One-Line Web Installer

Install or update Rhystic Tracker on any Linux system:

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