alpha
Login
or
Join now
kasper.space
/
time-machine-inspector
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup
macos
tauri
time-machine
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
v1.1.2
author
Kasper
date
4 years ago
(Feb 1, 2022, 11:42 PM +0100)
commit
b6d78db2
b6d78db2bd136a460e16c47f00d912cff8e80196
parent
add6d708
add6d708976d24cffcd2d9363bb86b31f46e18c7
+5
-2
3 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
src-tauri
Cargo.lock
Cargo.toml
+3
CHANGELOG.md
View file
Reviewed
···
1
1
# Changelog
2
2
3
3
+
## 1.1.2 - 2021 Feb 1
4
4
+
- Optimize app size (#2)
5
5
+
3
6
## 1.1.1 - 2021 Jan 29
4
7
- Add "no backups found" error message (#1)
5
8
+1
-1
src-tauri/Cargo.lock
View file
Reviewed
···
2812
2812
2813
2813
[[package]]
2814
2814
name = "time-machine-inspector"
2815
2815
-
version = "1.1.1"
2815
2815
+
version = "1.1.2"
2816
2816
dependencies = [
2817
2817
"plist",
2818
2818
"serde",
+1
-1
src-tauri/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "time-machine-inspector"
3
3
-
version = "1.1.1"
3
3
+
version = "1.1.2"
4
4
description = "A Tauri App"
5
5
default-run = "time-machine-inspector"
6
6
edition = "2018"