Skip to content

v1.2.1

Choose a tag to compare

@hxreborn hxreborn released this 03 Jun 06:39
· 2 commits to main since this release
cd11b64

What's Changed

Features

  • 4537040 Add module-process logcat to log export by @hxreborn

    The export now includes the app process's own logs, so biometric prompt failures show up next to the system hook activity.

Bug Fixes

Performance Improvements

  • ab55240 (prefs) Skip unchanged keys on remote sync by @hxreborn

    Syncing prefs to the hook now writes only changed values, so a routine app launch no longer wakes the hook once per key.

  • 3b58985 (ui) Cache root status in the scope viewmodel by @hxreborn

Refactor