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
Fixed a critical crash during database upgrades (Room) affecting some users when opening the app after updating.
Safer, deterministic database migrations that preserve your data (no destructive resets).
Better call filtering accuracy for exact numbers, prefixes, and regex-based rules.
Small UI and copy polish.
What’s fixed
Room migration validation failures that could throw IllegalStateException on upgrade.
A fragile migration path for the settings table has been replaced with an atomic, data‑preserving migration that ensures the primary key and defaults are correct.