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
Bump version
author
Kasper
date
2 years ago
(Jul 30, 2024, 2:08 AM +0200)
commit
60629676
60629676c2878b37e2bab45ce70a2e1dbdda1967
parent
c39f7b1e
c39f7b1e335e897132fe74c24e20bd0b8a02bb11
+3
-3
3 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
src-tauri
Cargo.lock
Cargo.toml
+1
-1
CHANGELOG.md
View file
Reviewed
···
1
1
# Changelog
2
2
3
3
-
## Next
3
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
View file
Reviewed
···
3037
3037
3038
3038
[[package]]
3039
3039
name = "time-machine-inspector"
3040
3040
-
version = "1.2.0"
3040
3040
+
version = "1.2.1"
3041
3041
dependencies = [
3042
3042
"open 5.3.0",
3043
3043
"plist",
+1
-1
src-tauri/Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "time-machine-inspector"
3
3
-
version = "1.2.0"
3
3
+
version = "1.2.1"
4
4
description = "A Tauri App"
5
5
default-run = "time-machine-inspector"
6
6
edition = "2018"