Skip to content

Releases: lukepistrol/TimeMachineStatus

0.2.3

19 Oct 08:51
82c6dd0
Compare
Choose a tag to compare

Commits

  • 57c03e4: improvements to destination row (Lukas Pistrol)
  • 1e436bc: improve current state parsing, don't crash when state is unknown (Lukas Pistrol)
  • da0c0ba: minor error handling improvements (Lukas Pistrol)
  • 82c6dd0: bump build & version number (Lukas Pistrol)

0.2.2

05 Oct 11:33
ac18d40
Compare
Choose a tag to compare

Fixes

  • an issue where the app could only be run on Apple Silicon machines. (#36)

Commits

  • 913840c: fix build scripts (Lukas Pistrol)
  • c16ee49: bump build & version number (Lukas Pistrol)
  • ac18d40: early exit run script phase on CI (Lukas Pistrol)

0.2.1

04 Oct 13:09
2068108
Compare
Choose a tag to compare

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

27 Sep 07:57
d6173af
Compare
Choose a tag to compare

Commits

  • 0b27256: fix issue #30 (string format in German locale) (Lukas Pistrol)
  • d6173af: bump build & version number (Lukas Pistrol)

0.1.3

26 Sep 13:29
cf0233b
Compare
Choose a tag to compare

Commits

0.1.2

17 Sep 13:26
caf8a3a
Compare
Choose a tag to compare

Commits

  • be04824: improve logging & fix macOS 15 bug (#33) (Lukas Pistrol) #33
  • caf8a3a: bump build & version number (Lukas Pistrol)

0.1.1

10 May 13:49
427af26
Compare
Choose a tag to compare

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

13 Feb 10:34
4078f93
Compare
Choose a tag to compare

New features

As requested in #26 this release allows to drag the popover window to a detached state.

Commits

  • 6933903: make menubar popover window detachable (Lukas Pistrol)
  • 36ee469: Merge branch 'feat/detachable-window' (Lukas Pistrol)
  • 83c663a: bump version & build number (Lukas Pistrol)

0.0.13

07 Feb 17:29
69e910d
Compare
Choose a tag to compare

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

16 Jan 08:08
87432d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.11...0.0.12