-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(git): create new options for obtaining git creds using libgi…
…t or a github token (#339) * refactor(github_sync): create new options to get git credentials via libgit or via github token * refactor(github_sync): create new options to get git credentials via libgit or via github token * refactor: new ui with chakra ui v3 * refactor: new ui with chakra ui v3 * feat: update to 0.15.1 kftray * feat: update to 0.15.1 kftray * feat: update to 0.15.1 kftray * feat: update to 0.15.1 kftray
- Loading branch information
Showing
17 changed files
with
947 additions
and
361 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "kftray-server" | ||
version = "0.15.0" | ||
version = "0.15.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-tauri" | ||
version = "0.15.0" | ||
version = "0.15.1" | ||
description = "A cross-platform system tray app for Kubernetes port-forward management" | ||
authors = ["Henrique Cavarsan <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -63,6 +63,8 @@ kftray-commons = { path = "../kftray-commons" } | |
netstat2 = { git = "https://github.com/hcavarsan/netstat2-rs" } | ||
sysinfo = "0.32.0" | ||
secrecy = "0.10.3" | ||
git2 = "0.19.0" | ||
url = "2.5.3" | ||
|
||
[dev-dependencies] | ||
tempfile = "3.13" | ||
|
Oops, something went wrong.