[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

Kasper (May 19, 2023, 12:12 AM +0200) 4a84fc7c 24187ad6

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.2.0 - 2023 May 19 4 4 - Support macOS 13 5 5 - Support multiple backup destinations 6 6
+1 -1
src-tauri/Cargo.lock
··· 2954 2954 2955 2955 [[package]] 2956 2956 name = "time-machine-inspector" 2957 - version = "1.1.5" 2957 + version = "1.2.0" 2958 2958 dependencies = [ 2959 2959 "open 4.1.0", 2960 2960 "plist",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "time-machine-inspector" 3 - version = "1.1.5" 3 + version = "1.2.0" 4 4 description = "A Tauri App" 5 5 default-run = "time-machine-inspector" 6 6 edition = "2018"