diff --git a/Cargo.lock b/Cargo.lock index 6d09b0d..f44dfbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,14 +587,14 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "oryx-common" -version = "0.2.0" +version = "0.3.0" dependencies = [ "network-types", ] [[package]] name = "oryx-tui" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aya", "clap", diff --git a/Cargo.toml b/Cargo.toml index 44b2a11..b2b2eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["xtask", "oryx-tui", "oryx-common"] [workspace.package] description = "TUI for sniffing network traffic using eBPF" authors = ["Badr Badri "] -version = "0.2.0" +version = "0.3.0" readme = "Readme.md" license = "GPL-3.0" edition = "2021" diff --git a/Readme.md b/Readme.md index 1f7a9d1..c63f4c9 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ ## 📸 Demo -![](https://github.com/user-attachments/assets/f6960d39-1d03-42d5-9601-a41619998f2a) +![](https://github.com/user-attachments/assets/32b19d28-c76c-4b93-a9c2-db14697176e7) ## ✨ Features @@ -101,7 +101,7 @@ sudo oryx `ctrl + s`: Export the capture to `~/oryx/capture` file. -`/`: Start fuzzy finding. +`/`: Start fuzzy search. ## ⚖️ License diff --git a/Release.md b/Release.md index 6b09f9b..a5a2e52 100644 --- a/Release.md +++ b/Release.md @@ -1,4 +1,4 @@ -## v0.3 - TBA +## v0.3 - 2024-09-25 ### Added diff --git a/oryx-ebpf/Cargo.lock b/oryx-ebpf/Cargo.lock index 8f092b6..ed68da1 100644 --- a/oryx-ebpf/Cargo.lock +++ b/oryx-ebpf/Cargo.lock @@ -49,14 +49,14 @@ checksum = "e82e9f64c09f56aa7c80c3fa087997bd99a913f91d9c74d36cf5fd75dd5773e6" [[package]] name = "oryx-common" -version = "0.2.0" +version = "0.3.0" dependencies = [ "network-types", ] [[package]] name = "oryx-ebpf" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aya-ebpf", "network-types", diff --git a/oryx-ebpf/Cargo.toml b/oryx-ebpf/Cargo.toml index fe1cc13..ce86ee2 100644 --- a/oryx-ebpf/Cargo.toml +++ b/oryx-ebpf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oryx-ebpf" -version = "0.2.0" +version = "0.3.0" description = "oryx eBPF" license = "GPL-3.0" edition = "2021"