Skip to content

v1.0.0-rc5

Compare
Choose a tag to compare
@gustavo-iniguez-goya gustavo-iniguez-goya released this 24 Feb 21:23
· 325 commits to main since this release

This release improves connections interception accuracy, as well as ensure that our rules are not deleted (by mistake/etc...) while the daemon is running.

There has also been several important fixes in GUI, which makes it more robust and compatible with more environments (Linux Mint 19.x, Cinnamon, etc...). The deb package has also received some improvements, to make it more robust and user friendly .

IMPORTANT:
If you had a previous installation of the OpenSnitch UI, uninstall it. Otherwise you may have errors.
Look for it under /usr/local/lib/python*

Relevant changes:

UI:
a34f215 UI deb package: added qt sqlite lib dependency
4479bb5 UI: exit cleanly if there's no QtSql driver available
be89865 fixed UI autostart on Cinnamon
4013291 Workaround for crashes parsing .desktop files
c4a9a21 fixed HighDpi scaling
7f2f40b UI, stats: display dst_port on process details view
8d88a4c Fixed advanced button height on some systems
6ae1857 Fixed prompt dialog exception and improved backward compatibility
b409eca Fixed UI crash when configuring high dpi scaling on some systems

Daemon:
848f72d Fixed netlink socket querying - get correctly the inode of a connection
2c7472f firewall: check rules every 5s - ensure that our rules are not deleted while the daemon is running