Releases: elesiuta/picosnitch
Releases · elesiuta/picosnitch
Version 0.11.7
- updated method name for plotly dash, minimum supported version is now 2.3.1 #24
Version 0.11.6
- fix regression with log ignore
- add ability to filter IP subnets with log ignore
Version 0.11.5
Version 0.11.4
- fix/reduce bpf callback errors by increasing page_cnt for bandwidth monitor
- make page_cnt for bpf program configurable
- don't repeat the same notification if msg == last_msg
Version 0.11.3
- disable scroll zoom on graphs
- include totals in graph legend
- add option to set sql table name
Version 0.11.2
- add support for MariaDB, MySQL, and PostgreSQL
Version 0.11.1
- improve cmdline logging by joining with shlex
- UI improvements
- view and filter by cmdline
- wait for dash to start before opening browser tab
- change default port to 5100
- preserve ui state of plots
Version 0.11.0
- new feature: web dashboard/gui
- new feature: log parent for every connection
- changed sql database structure (will auto update)
Version 0.10.1
- rewrite bandwidth monitor with bcc, no longer depends on bpftrace
- add bpf program to cache dns queries (check before reverse lookups)
- add internal version checks to enable these features if supported
- users of Ubuntu based distros may want to add this PPA to their system
Version 0.10.0
- new feature: bandwidth monitor (see kernel requirements)
- changed sql database structure (will auto update)
- changed log structure