mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
update CHANGELOG
This commit is contained in:
@@ -3,6 +3,7 @@ # Changelog
|
|||||||
All Sniffnet releases with the relative changes are documented in this file.
|
All Sniffnet releases with the relative changes are documented in this file.
|
||||||
|
|
||||||
## [UNRELEASED]
|
## [UNRELEASED]
|
||||||
|
- Add charts to preview network adapters traffic in initial page ([#1026](https://github.com/GyulyVGC/sniffnet/pull/1026) — fixes [#556](https://github.com/GyulyVGC/sniffnet/issues/556))
|
||||||
- Add animated welcome screen ([#1002](https://github.com/GyulyVGC/sniffnet/pull/1002))
|
- Add animated welcome screen ([#1002](https://github.com/GyulyVGC/sniffnet/pull/1002))
|
||||||
- Return a PCAP error when trying to start a capture from an unknown adapter name
|
- Return a PCAP error when trying to start a capture from an unknown adapter name
|
||||||
|
|
||||||
|
|||||||
@@ -638,7 +638,7 @@ pub fn update(&mut self, message: Message) -> Task<Message> {
|
|||||||
self.preview_charts.push((dev, chart));
|
self.preview_charts.push((dev, chart));
|
||||||
continue;
|
continue;
|
||||||
};
|
};
|
||||||
*my_dev = dev.clone();
|
*my_dev = dev;
|
||||||
chart.update_charts_data(packets);
|
chart.update_charts_data(packets);
|
||||||
}
|
}
|
||||||
self.preview_charts.sort_by(|(_, c1), (_, c2)| {
|
self.preview_charts.sort_by(|(_, c1), (_, c2)| {
|
||||||
|
|||||||
Reference in New Issue
Block a user