mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
updated CHANGELOG
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user