[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup macos tauri time-machine
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.1.1

Kasper (Jan 29, 2022, 2:41 AM +0100) 4d2c93a0 ea7b92ab

+5 -2
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.1 - 2021 Jan 29 4 + - Add "no backups found" error message (#1) 5 + 3 6 ## 1.1.0 - 2021 Jan 28 4 7 - Add app icon 5 8
+1 -1
src-tauri/Cargo.lock
··· 2812 2812 2813 2813 [[package]] 2814 2814 name = "time-machine-inspector" 2815 - version = "1.1.0" 2815 + version = "1.1.1" 2816 2816 dependencies = [ 2817 2817 "plist", 2818 2818 "serde",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "time-machine-inspector" 3 - version = "1.1.0" 3 + version = "1.1.1" 4 4 description = "A Tauri App" 5 5 default-run = "time-machine-inspector" 6 6 edition = "2018"