update CHANGELOG

This commit is contained in:
GyulyVGC
2025-12-20 10:33:49 +01:00
parent 6d331537a3
commit a433485edf
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ # Changelog
All Sniffnet releases with the relative changes are documented in this file.
## [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))
- Return a PCAP error when trying to start a capture from an unknown adapter name

View File

@@ -638,7 +638,7 @@ pub fn update(&mut self, message: Message) -> Task<Message> {
self.preview_charts.push((dev, chart));
continue;
};
*my_dev = dev.clone();
*my_dev = dev;
chart.update_charts_data(packets);
}
self.preview_charts.sort_by(|(_, c1), (_, c2)| {