v1.8.0 #1471
gustavo-iniguez-goya
started this conversation in
Releases
v1.8.0
#1471
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Important changes of this release
GUI migrated to PyQt6 #1222
We've migrated the GUI to PyQt6 because PyQt5 has been deprecated, and many distros have started to remove it.
⚠️ This means that starting with v1.8.0, the GUI is no longer compatible by default with the following distros:
The GUI still works if you install the packages manually with
pip, and there will be a flatpak version soon.On the other hand, the daemon v1.8.0 should work fine with GUI v1.7.2.
Firewall rules grouped into one table, by @alice945 #1423
opensnitch.Previously we added several tables like
mangle,output,input,prerouting, etc.aptwill prompt you to update it.For
rpmbased distros you'll have to update it manually if needed.What has changed
Daemon
Use application specific nft table by @alice945 in Use application specific nft table #1423
daemon/audit: allow configuring audispd_events socket path by @LordGrimmauld in daemon/audit: allow configuring audispd_events socket path #1418
mount tracefs path if it's not mounted: [Feature Request] "opensnitchd --check-requirements" should check for mounted debugfs/tracefs #1450 , fbc72bb.
Tasks (WIP):
New task IOCScanner: 1673856 README
New downloader task: 149e0f6
Generic improvements: 2c3120b, c719c34, 906ad17,
Multi-node improvements: 9b33f7b,
Performance improvements: 481dc1c, 7a0c96c
Better tasks monitoring (process dialog, netstat, node monitoring): 8563505
GUI (server)
Plugins:
Known issues
We'll have to investigate it.
528091f
Downloads
You need to download the daemon and the GUI.
GUI
IMPORTANT NOTES:
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)Other arquitectures
New Contributors
Full Changelog: v1.7.2...v1.8.0
This discussion was created from the release v1.8.0.
Beta Was this translation helpful? Give feedback.
All reactions