You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fuzzy cache false hit: When the numbers in the text differ (e.g. "4 crates" vs "3 crates"), the stale cached translation is no longer reused; the message is translated again.
UI freeze on huge logs: Parsing a very large chat log no longer freezes the window. Parsing now runs on a background thread and the UI stays responsive; oversized logs show only the latest 15,000 lines on screen (the "Save" button still exports the full contents). Auto-parsing is also async and prevents overlapping runs.