Changes since tag 0.2

commit 1dd7128506c17c8ac7f037c5452ef2ab32048795
Author: FloMoit <kororo@free.fr>
Date:   Fri Mar 27 01:23:42 2026 +0100

    refactor: use map IDs for dungeon teleports and improve reminder UX
    
    - Replace name-based dungeon teleport lookup with map ID-based table,
      auto-building localized names from C_ChallengeMode API at init
    - Remove hardcoded French translations and short-name aliases
    - Add user-dismiss tracking to JoinedGroupReminder so closed reminders
      don't reappear on reload or LFG events
    - Replace StaticPopup with custom styled confirmation frame for
      KeyRerollReminder (timeout bar, fade animations, ESC support)
    - Show current key description in the big reroll reminder
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

commit 66f57af30b1bf6ef78f2190d1c3e9060d4b22577
Author: FloMoit <kororo@free.fr>
Date:   Thu Mar 26 20:29:40 2026 +0100

    Fixed key detection

