Skip to content

Releases: elesiuta/picosnitch

Version 0.6.1

06 Dec 22:31
c7f70e4
Compare
Choose a tag to compare
  • v0.6.0 broke github workflow, bumped version to trigger new build

Version 0.6.0

06 Dec 22:14
Compare
Choose a tag to compare
  • 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

14 Nov 05:57
Compare
Choose a tag to compare
  • config file changes
  • new curses ui
  • save connection logs in sqlite3 db
  • greatly improved performance and reliability

Version 0.4.7

31 Aug 13:10
Compare
Choose a tag to compare

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

26 Aug 20:47
Compare
Choose a tag to compare
  • fix for detecting some processes as /proc/self/exe

Version 0.4.4

26 Aug 05:20
Compare
Choose a tag to compare
  • more stability

Version 0.4.2

25 Aug 23:01
Compare
Choose a tag to compare
  • minor fixes

Version 0.4.0

25 Aug 18:25
Compare
Choose a tag to compare
  • Major improvements to performance and stability
  • Lots of bug fixes

Version 0.3.8

01 Jun 20:12
Compare
Choose a tag to compare
  • 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

30 May 16:37
Compare
Choose a tag to compare
  • Decreased memory and cpu usage