Skip to content

Releases: objective-see/LuLu

Version 1.2.2

11 Dec 22:55
Compare
Choose a tag to compare

fixed missing images in update popup (#158)

Version 1.2.1

06 Dec 21:27
Compare
Choose a tag to compare

improved memory usage ( #118 )
improved XPC client validation, to prevent authorized connections to daemon (credit: @_r3ggi)

Version 1.2.0

16 Feb 21:28
9e8016c
Compare
Choose a tag to compare

โš ๏ธ Show alerts on all spaces
๐Ÿ”’ Compiled with hardened runtime
๐Ÿ™ˆ Many bug fixes (#112, #69, #121, #106, etc.) and UI improvements

Full Changelog

Version 1.1.2

23 Oct 06:26
Compare
Choose a tag to compare

๐Ÿ–ฅ๏ธ allow UDP connections to localhost
๐Ÿ™ˆ bug fixes

Version 1.1.1

04 Oct 06:33
Compare
Choose a tag to compare

๐Ÿ–ค improved dark mode support
๐Ÿ’ฝ improved installer/uninstaller
๐Ÿ’ฌ reduced kernel debug msgs
๐Ÿ™ˆ bug fixes

Version 1.1.0

25 Sep 11:54
Compare
Choose a tag to compare

๐Ÿ–ค Mojave compatibility (dark mode)
โš ๏ธ Support for multiple alerts at once
๐Ÿ’ฌ XPC communication improvements
๐Ÿ™ˆ Bug fixes and UI improvements

Version 0.9.9

07 Aug 22:47
Compare
Choose a tag to compare
Version 0.9.9 Pre-release
Pre-release

๐Ÿ“กimproved parsing of DNS responses
๐Ÿ’ฝimproved installer, and now removes existing beta installs
๐Ÿ™ˆbug fixes

Version 0.9.8

31 Jul 06:42
Compare
Choose a tag to compare
Version 0.9.8 Pre-release
Pre-release

๐Ÿ™ˆ Bug Fixes

Version 0.9.7

21 Jul 07:10
Compare
Choose a tag to compare
Version 0.9.7 Pre-release
Pre-release

๐Ÿ” 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

04 Jul 11:04
Compare
Choose a tag to compare
Version 0.9.6 Pre-release
Pre-release

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