From d8fece2f91a3ab04079765c48dddd784a3fbaaaa Mon Sep 17 00:00:00 2001 From: Giuliano Bellini s294739 Date: Sat, 10 Feb 2024 15:49:23 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5d1bb8..1dc98204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ # Changelog ## [UNRELEASED] - Added support for ICMP connections and messages ([#417](https://github.com/GyulyVGC/sniffnet/pull/417) — fixes [#288](https://github.com/GyulyVGC/sniffnet/issues/288)) +- Added capability to identify 6000+ upper layer services, protocols, trojans, and worms ([#450](https://github.com/GyulyVGC/sniffnet/pull/450) — fixes [#374](https://github.com/GyulyVGC/sniffnet/issues/374)) - Introduced new filtering capabilities to allow users specify custom values of ports and IP addresses ([#414](https://github.com/GyulyVGC/sniffnet/pull/414)) - The size of text and widgets can now be customised by setting a proper zoom value (fixes [#202](https://github.com/GyulyVGC/sniffnet/issues/202) and [#344](https://github.com/GyulyVGC/sniffnet/issues/344)) - Added possibility to totally customize the app's theme via styles defined in TOML files ([#286](https://github.com/GyulyVGC/sniffnet/pull/286) and [#419](https://github.com/GyulyVGC/sniffnet/pull/419)) @@ -27,6 +28,7 @@ ## [UNRELEASED] - Fixed a build failure on `powerpc64` ([#356](https://github.com/GyulyVGC/sniffnet/pull/356) — fixes [#353](https://github.com/GyulyVGC/sniffnet/issues/353)) - Fixed a typo in Russian translation ([#389](https://github.com/GyulyVGC/sniffnet/pull/389)) - Fixed icon inconsistency in case of directed broadcast traffic +- Fixed hosts and services data bar lengths inconsistencies in overview page ## [1.2.2] - 2023-08-08 - Added option to set different shades of color gradients for each of the available themes diff --git a/Cargo.toml b/Cargo.toml index c6f69d9b..51f7b1aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ toml = "0.8.9" once_cell = "1.19.0" ctrlc = { version = "3.4.2", features = ["termination"] } rfd = "0.13.0" -phf = { version = "0.11.2", default-features = false } +phf = "0.11.2" phf_shared = "0.11.2" [target.'cfg(not(target_arch = "powerpc64"))'.dependencies]