Skip to content

iOG26

Latest

Choose a tag to compare

@humanjuan humanjuan released this 28 Nov 17:30

Highlights

  • 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.