-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: refactor configs dirs * feat: refactor configs dirs * feat: refactor configs dirs * feat: refactor configs dirs * feat: refactor configs dirs * feat: refactor configs dirs * feat: refactor configs dirs
- Loading branch information
Showing
21 changed files
with
645 additions
and
209 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "kftray-server" | ||
version = "0.12.0" | ||
version = "0.12.1" | ||
description = "KFtray Server is a Rust application that relays UDP/TCP traffic to an upstream server" | ||
authors = [ | ||
"Henrique Cavarsan <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "kftray" | ||
version = "0.12.0" | ||
version = "0.12.1" | ||
description = "A cross-platform system tray app for Kubernetes port-forward management" | ||
authors = ["Henrique Cavarsan <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -64,6 +64,7 @@ uuid = { version = "1.8.0", features = ["v4"] } | |
bytes = "1.6.0" | ||
tracing-subscriber = "0.3.18" | ||
dashmap = "5.5.3" | ||
native-dialog = "0.7.0" | ||
|
||
[dev-dependencies] | ||
tempfile = "3.9" | ||
|
@@ -75,4 +76,4 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } | |
default = ["custom-protocol"] | ||
# this feature is used used for production builds where `devPath` points to the filesystem | ||
# DO NOT remove this | ||
custom-protocol = ["tauri/custom-protocol"] | ||
custom-protocol = ["tauri/custom-protocol"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.