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

Bump version

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.2.1 - 2024 Jul 30 4 4 - Fix missing property errors 5 5 - Ignore destinations without mount point (until a better solution is found) 6 6 - Scroll to selected item when using arrow keys
+1 -1
src-tauri/Cargo.lock
··· 3037 3037 3038 3038 [[package]] 3039 3039 name = "time-machine-inspector" 3040 - version = "1.2.0" 3040 + version = "1.2.1" 3041 3041 dependencies = [ 3042 3042 "open 5.3.0", 3043 3043 "plist",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "time-machine-inspector" 3 - version = "1.2.0" 3 + version = "1.2.1" 4 4 description = "A Tauri App" 5 5 default-run = "time-machine-inspector" 6 6 edition = "2018"