Skip to content

v1.0.0rc10

Compare
Choose a tag to compare
@gustavo-iniguez-goya gustavo-iniguez-goya released this 14 Jun 21:33
· 197 commits to main since this release

A bug fix release. Thanks to Ph0rk0z, metal450, Pain-Patate, etc.. for reporting bugs and suggestions.

UI important note:

  • Be sure to uninstall any previous installation of the original repo you may have, specially under /usr/local/lib/python*
  • No systray icon on latest gnome-shell version.
  • If it fails to install, try installing grpcio-utils manually: pip3 install grpcio-utils
  • If you use LinuxMint 19.x you may need to install g++, python3-dev and python3-wheel for the UI to work.

Before reporting an issue, or if you experience any error:
https://github.com/gustavo-iniguez-goya/opensnitch/wiki/FAQs-and-common-errors

And check the existing issues (open and closed)

Relevant changes

daemon
cfc32cb fixed race condition when deleting a rule
b03bbf0 fixed race conditions setting log level and monitor methods
506b9b6 fixed daemon running with old libnetfilter_queue libs
a1bba4d send on new connection CWD and environment vars of the process
78c0da8 increase default timeout to ask for a rule
36a11b4 don't configure log level if the item does not exist in the config
6c9d9b2 added default log level to default conf
558e511 delete rules by its name without deserializing
cb4b62f Improved process path parsing (with spaces)
1331bcb Reload config after changing it from the UI.

UI
970d04f UI: added help menu to rules editor dialog
10f74b9 UI: save nodes columns size
36dd601 UI: fixed events limit on General tab
a9e6220 UI: allow to resize rules table columns and remember position
12d62f5 UI: revert main columns autosizing, allow to restore defined size
301e3db UI: improved pop-up dialog widgets resizing
374c5e2 UI: fixed pop-up dialog settings
3df6783 UI: changed Action combo by 2 buttons, CWD label
53d4959 UI: refresh rules list after deleting a rule.
61a65a3 UI: fixed high cpu usage while notification is shown
59c8a01 UI: fixed columns sort order
08cfd64 UI: allow to delete rules in batch
8cd4187 UI: fixed back icon
41b6020 UI: allow to filter data in all tabs