Skip to content

SafeVault v1.1.6

Choose a tag to compare

@Justin-147 Justin-147 released this 13 Jul 16:31

SafeVault v1.1.6

SafeVault v1.1.6 fixes two issues that could make a newly deleted file appear
to be missing from Recovery Home: the Recent Deleted page did not refresh while
open, and it displayed stored UTC timestamps without converting them to the
user's local time zone.

What Was Fixed

  • Recent Deleted now refreshes automatically every five seconds.
  • Deletion timestamps are converted in the browser to the computer's local time
    zone. The page also displays the UTC offset and IANA time-zone name used.
  • A temporary SQLite busy or locked error no longer escapes the delete watcher
    callback and terminates watchdog's observer thread.
  • The watcher retries the database write once. If the database remains busy,
    the scheduled snapshot safely reconciles the deletion later.
  • The live Recent Deleted JSON endpoint uses the same UI access-token protection
    as the rest of Recovery Home.

User Impact

On a computer configured for Beijing time, a deletion stored as
2026-07-13T14:12:36+00:00 is now displayed as 2026-07-13 22:12:36 with a
UTC+08:00 time-zone label. Files deleted after the page opens appear without a
manual refresh.

Upgrade Notes

Windows users should install the new SafeVaultSetup.exe over v1.1.5. Existing
protected folders, recovery history, backup archives, storage location, Startup
choice, and storage budget remain unchanged.

The upgrade does not delete or rewrite existing recovery history or content
objects. Deletion records already stored in UTC are only converted for display.