v1.4.2
Added 3
- Send remote notifications via webhook
- Pause and resume packet captures
- Added Czech translation
Changed 4
- Build the app also for Windows ARM64
- Improve update checks using semver
- Updated Spanish translation to v1.4
- Updated Vietnamese translation to v1.4
Fixed 3
- Fix data representation not being saved as a configuration
- Fix AppImage error with libpcap dependency
- Fix Sniffnet wrapper script on macOS to use a relative path to the executable
Removed 1
- Remove pre-uninstall script from Linux RPM package
From sniffnet
New features
- Send remote notifications via webhook (#991 — fixes #841)
- Pause and resume packet captures (#992 — fixes #551)
- Added Czech translation 🇨🇿 (#960)
Improvements
- Build the app also for Windows ARM64 (fixes #988)
- Improve update checks using
semver(#891) - Updated some of the existing translations to v1.4:
Fixes
- Fix data representation not being saved as a configuration
- Fix AppImage error with
libpcapdependency (#971) - Fix Sniffnet wrapper script on macOS to use a relative path to the executable (#948 — fixes #898)
- Remove pre-uninstall script from Linux RPM package (fixes #989)
Thanks to:
- @ZEROF, @0x0177b11f, @cthulu201, @wahn, @orhun, @ipinfo, @3kh0 for sponsoring Sniffnet 💖
- NLnet for supporting the development of this version via the NGI Zero Commons Fund
- @Chemik582 for the new Czech translation
- @aguacero7 for improving update checks and updating the Spanish translation
- @tinngo777 for updating the Vietnamese translation
- @AlleM43 for fixing the AppImage error with
libpcap - @InfraWhisperer for fixing the macOS wrapper script