Releases: objective-see/LuLu
Version 1.2.2
fixed missing images in update popup (#158)
Version 1.2.1
improved memory usage ( #118 )
improved XPC client validation, to prevent authorized connections to daemon (credit: @_r3ggi)
Version 1.2.0
Version 1.1.2
๐ฅ๏ธ allow UDP connections to localhost
๐ bug fixes
Version 1.1.1
๐ค improved dark mode support
๐ฝ improved installer/uninstaller
๐ฌ reduced kernel debug msgs
๐ bug fixes
Version 1.1.0
๐ค Mojave compatibility (dark mode)
๐ฌ XPC communication improvements
๐ Bug fixes and UI improvements
Version 0.9.9
๐กimproved parsing of DNS responses
๐ฝimproved installer, and now removes existing beta installs
๐bug fixes
Version 0.9.8
๐ Bug Fixes
Version 0.9.7
๐ Code signing checks now dynamic (vs static)
Implemented by linking to latest version of ProcInfo library
๐ง Extended gray list
Now includes more system binaries that could be abused for networking comms
๐ Fixed bug when handling process end events
Now when a process ends, the pid -> rule
mapping is fully removed
๐ Various other minor bug fixes/UI improvements
Version 0.9.6
New features:
๐ lockdown mode
block all outgoing connections (#70)
๐ global rules
apply rule to all instances of same binary (code signing id)
๐ฅ๏ธ allow localhost
connections to (destination) localhost are allowed (#55)
๐ copy and paste from the UI (#62, #26)
๐ various bug fixes/UI improvements