Skip to content

0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 13:09
· 7 commits to main since this release
2068108

Changes

  • No need for Full Disk Access in System Settings. Instead the app will ask to manually select the Time Machine preferences file. This is needed because the app can only access system files with the user's intent.
  • New Initializing Window on app start that will check for permissions of above said preferences file. If it can be accessed, the window automatically closes again, otherwise the user can proceed to select the file in the file picker. This also fixes #34 in macOS 15 where the Settings window would open because no other window opened at app start.

Commits

  • 404c02a: minor improvements (Lukas Pistrol)
  • 19e0022: select preferences file manually instead of full disk permission (Lukas Pistrol)
  • 78fe60e: minor changes (Lukas Pistrol)
  • 9619f0d: Merge branch 'no-need-for-full-disk-permission' (Lukas Pistrol)
  • a4a4e33: fix lint errors (Lukas Pistrol)
  • a6998bd: update to macOS 15/Xcode 16 (Lukas Pistrol)
  • eb0113c: explicitly choose Xcode 16 (Lukas Pistrol)
  • 7fbf66a: add @retroactive annotation (Lukas Pistrol)
  • 2ccaad0: fix login item activation/deactivation (Lukas Pistrol)
  • a7bec46: fix minor issue with initialize screen (Lukas Pistrol)
  • 2068108: bump build & version number (Lukas Pistrol)