Skip to content

Release v0.4.1-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jun 19:23
· 2 commits to main since this release

Changed

  • Extracted battery optimization opt-out from PermissionWarningCard into its own dedicated card with standalone "Battery Usage" button
  • PermissionWarningCard — simplified to only handle storage, notification, and all-files-access permissions

Removed

  • Auto-start permission request flow (removed onRequestAutoStart callback and AutoStartUtil dependency from HomeScreen)

Fixed

  • ScreenshotContentObserver.onChange return value — returns true only when a screenshot is actually detected, false otherwise (prevented false-positive triggering of downstream handlers)