Skip to content

v1.0.0rc8

Compare
Choose a tag to compare
@gustavo-iniguez-goya gustavo-iniguez-goya released this 29 Apr 22:22
· 242 commits to main since this release

The main change of this release is the ability to change settings from the UI, besides performance improvements and the new node views.

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

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

UI

f1fd7a0 UI: improved details views, added PID field
039a393 UI: fixed race condition, improved UI performance
dac78eb UI: improve db thread locking
7ef2c1a UI: add nodes view
66bc1b1 UI: remove unused imports and instances
cf6d923 UI: fixed displaying remote statistics
2cd18f3 UI: add missing config fields if the don't exist
c444d5f UI: fixed default duration on prompt dialog
3b842a1 UI: allow to change daemon and UI options from the UI
77dddca UI: allow to resolve app icons from local and remote nodes

daemon
83ffaaa decrease log level of denied connections
6ee80b1 Allow to change settings from the UI