Releases: lukepistrol/TimeMachineStatus
Releases · lukepistrol/TimeMachineStatus
0.2.3
0.2.2
0.2.1
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)
0.1.4
0.1.3
Commits
- 440157c: fix crash of app in macOS 15 (Lukas Pistrol)
- 56e5e23: remove @retroactive attribute (Lukas Pistrol)
- cf0233b: bump build & version number (Lukas Pistrol)
0.1.2
0.1.1
New Features
- Added button in drop down menu to directly open the Time Machine system settings.
- Added toggle in settings to turn of status bar icon animations. This greatly reduces CPU load during ongoing backups.
Improvements
- Minor performance improvements & UI adjustments.
Commits
- 273adfa: minor UI improvements (Lukas Pistrol)
- 4c48d9c: performance improvements, add option to turn off icon animation (Lukas Pistrol)
- 427af26: bump build & version number (Lukas Pistrol)
Full Changelog: 0.1.0...0.1.1
0.1.0
0.0.13
What's Changed
- Corrected translations + Added missing translations by @mcorbelli in #21
- 69e910d: fix minor localization error (#25), bump build number (Lukas Pistrol)
Full Changelog: 0.0.12...0.0.13
0.0.12
What's Changed
- fix calculation of progress percentage by @lukepistrol in #20
- Italian Translation by @mcorbelli in #18
New Contributors
- @mcorbelli made their first contribution in #18
Full Changelog: 0.0.11...0.0.12