diff --git a/Cargo.lock b/Cargo.lock index e618de8..416f43e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "wsl-usb-manager" -version = "1.1.0" +version = "1.2.0" dependencies = [ "embed-manifest", "embed-resource", diff --git a/Cargo.toml b/Cargo.toml index 36bb1d4..ad9ac44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wsl-usb-manager" -version = "1.1.0" +version = "1.2.0" authors = ["Niccolò Betto "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index ff10467..5ffa353 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,12 @@ Run the executable to start the application. ## Roadmap -- Auto-attach profiles - - UI dialog for creating and editing profiles - - Background service for auto-attaching devices -- Provide an installer and add to `winget` - - Option to setup logon startup to tray icon +- [x] Auto-attach profiles + - [x] UI dialog for creating and editing profiles + - [x] Background service for auto-attaching devices +- [ ] Provide an installer and add to `winget` + - [ ] Option to start minimized to tray icon + - [ ] Option to setup logon startup to tray icon ## Support