File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ All Sniffnet releases with the relative changes are documented in this file.
66- Added Dutch translation 🇳🇱 ([ #854 ] ( https://github.com/GyulyVGC/sniffnet/pull/854 ) )
77- Updated some of the existing translations to v1.4:
88 - German ([ #833 ] ( https://github.com/GyulyVGC/sniffnet/pull/833 ) )
9+ - Uzbek ([ #834 ] ( https://github.com/GyulyVGC/sniffnet/pull/834 ) )
910
1011## [ 1.4.0] - 2025-06-27
1112- Import PCAP files ([ #795 ] ( https://github.com/GyulyVGC/sniffnet/pull/795 ) — fixes [ #283 ] ( https://github.com/GyulyVGC/sniffnet/issues/283 ) )
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ impl Language {
121121 pub fn is_up_to_date ( self ) -> bool {
122122 matches ! (
123123 self ,
124- Language :: EN | Language :: IT | Language :: NL | Language :: DE
124+ Language :: EN | Language :: IT | Language :: NL | Language :: DE | Language :: UZ
125125 )
126126 }
127127}
You can’t perform that action at this time.
0 commit comments