v1.7.0 discussion thread: #1287
List of previous changes:
https://github.com/evilsocket/opensnitch/releases/tag/v1.7.0-rc.1
https://github.com/evilsocket/opensnitch/releases/tag/v1.7.0-rc.2
Changes since v1.7.0-rc.2
Daemon
- Added support for IPv6 tunnels (56b2d28, #1250).
- Replaced eBPF lib gobpf by Cilium (feafe87, #1222, #1312).
- Fixed DNS error with kernels 6.14.x and systemd 257 (ef92605, #1343).
GUI
- Added dark icons theme for qt-material (9009eef).
- Translations updated.
More changes
- Update i18n ru_RU by @deenle in #1306
- feat: Add script to automatically update ipasn and asnames databases in #1313
- ui,stats: handle dict-wrapped notifs in callback in #1320
- Added ebpf build rule mapping for armv8l to work with more armhf machines. by @petterreinholdtsen in #1326
- Changed how ebpf build find kernel headers from running to installed version. by @petterreinholdtsen in #1327
- Introduce new 12 hour duration option. by @petterreinholdtsen in #1324
- refactor: Update localhost rules and add IPv6 in #1332
- feat: Add bash script to sync OpenSnitch ASN data in #1331
- Added ebpf build rule mapping for s390x to s390. by @petterreinholdtsen in #1333
- Added ebpf build rule mapping for loongarch64 to loongarch. by @petterreinholdtsen in #1335
- Added ebpf build rule mapping for riscv64 to riscv. by @petterreinholdtsen in #1336
- Add loongarch64 support by @Dandan336 in #1339
- ui: remove unused imports by @ddogfoodd in #1344
New Contributors in v1.7.0
- @chncaption made their first contribution in #992
- @Huoxi-any made their first contribution in #1036
- @ponychicken made their first contribution in #1135
- @redanaheim made their first contribution in #1139
- @ariel-anieli made their first contribution in #1185
- @abuturabofficial made their first contribution in #1179
- @atriwidada made their first contribution in #1195
- @C0rn3j made their first contribution in #1198
- @carougen made their first contribution in #1237
- @e3dio made their first contribution in #1252
- @jermanuts made their first contribution in #1265
- @MEschenbacher made their first contribution in #1266
- @NormPlum made their first contribution in #1282
- @deenle made their first contribution in #1306
- @Dandan336 made their first contribution in #1339
- @ddogfoodd made their first contribution in #1344
Changes since v1.7.0-rc.2: v1.7.0-rc.2...v1.7.0.0
Full Changelog: v1.6.9...v1.7.0.0
Downloads
You need to download the daemon and the GUI.
GUI
IMPORTANT NOTES:
Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x / Elementary OS 7.x / Zorin users: See this comment after installing the GUI: #1214 (comment))
If you experience crashes on Wayland clicking on the pop-ups: open the Preferences and select "xcb" as the "Qt platform plugin", in the UI tab.`
If the above packages complain about dependencies...
please, ask on the Discussion forum to generate packages for old distributions, specifying your distribution and kernel.daemon
(NOTE: if the daemon doesn't autostart, you need to enable it: ~ $ sudo systemctl enable --now opensnitch.service
)