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

Kasper (May 17, 2022, 5:40 AM +0200) 217b0333 93d8ef76

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.1.4 - 2022 May 17 4 4 - Re-enable window border 5 5 - Fix app not working due to Content Security Policy issue 6 6
+1 -1
src-tauri/Cargo.lock
··· 2759 2759 2760 2760 [[package]] 2761 2761 name = "time-machine-inspector" 2762 - version = "1.1.3" 2762 + version = "1.1.4" 2763 2763 dependencies = [ 2764 2764 "open", 2765 2765 "plist",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "time-machine-inspector" 3 - version = "1.1.3" 3 + version = "1.1.4" 4 4 description = "A Tauri App" 5 5 default-run = "time-machine-inspector" 6 6 edition = "2018"