Releases: elesiuta/picosnitch
Releases · elesiuta/picosnitch
Version 0.6.1
- v0.6.0 broke github workflow, bumped version to trigger new build
Version 0.6.0
- new config structure
- add systemd support
- improved hashing reliability by opening file descriptors to processes
- ui improvements
- lots of other small improvements and fixes
Version 0.5.0
- config file changes
- new curses ui
- save connection logs in sqlite3 db
- greatly improved performance and reliability
Version 0.4.7
Memory leak finally appears to be fixed - data was being written to a multiprocessing queue too frequently to be garbage collected, switched to a multiprocessing pipe for the offending queue
Version 0.4.6
- fix for detecting some processes as /proc/self/exe
Version 0.4.4
- more stability
Version 0.4.2
- minor fixes
Version 0.4.0
- Major improvements to performance and stability
- Lots of bug fixes
Version 0.3.8
- fixed some memory leaks (hopefully all but doubtful)
- use ppid from connections to help find process if forked or cloned without exec and short lived
- log more info from conns without pid/exe match
- fix hang if psutil or sha subprocess dies, picosnitch will now notify user and cleanly terminate
Version 0.3.6
- Decreased memory and cpu usage