[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.0

Kasper (Jan 28, 2022, 6:42 AM +0100) bb5b95f0 0630f414

+5 -2
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.0 - 2021 Jan 28 4 + - Add app icon 5 + 3 6 ## 1.0.0 - 2021 Jan 28 4 7 - Initial release
+1 -1
src-tauri/Cargo.lock
··· 2812 2812 2813 2813 [[package]] 2814 2814 name = "time-machine-inspector" 2815 - version = "1.0.0" 2815 + version = "1.1.0" 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.0.0" 3 + version = "1.1.0" 4 4 description = "A Tauri App" 5 5 default-run = "time-machine-inspector" 6 6 edition = "2018"