Skip to content

Releases: elegantchaos/Logger

1.8.1

16 Aug 15:15
Compare
Choose a tag to compare

Fixed Linux build.

1.8

20 Jul 15:22
Compare
Choose a tag to compare
1.8

Refactored settings to fix potential race condition at startup.
Added ManagerSettings protocol as a way to decouple from UserDefaults.
Various other bits of cleanup.

1.6

20 Jan 15:13
Compare
Choose a tag to compare
1.6

Added SwiftUI support via a new LoggerUI target.

1.5.7

26 Oct 14:31
Compare
Choose a tag to compare

Run the prelaunch hook earlier.

1.5.6

23 Jul 17:13
Compare
Choose a tag to compare

Exposed application and scene channels from LoggerKit, for use by other layers.

1.5.5

20 May 11:20
e8a0dea
Compare
Choose a tag to compare

Don't build AppKit stuff under Catalyst.

1.5.4

10 Apr 17:49
31d5b53
Compare
Choose a tag to compare

Added LoggerApplication implementation for AppKit.

1.5.3

18 Mar 10:33
cd67757
Compare
Choose a tag to compare

Added ChainableResponder, and made LoggerApplication and LoggerMenu use it.

This makes it easier to have other dependencies which also install things into the responder chain.

1.5.2

05 Mar 18:38
e4073d0
Compare
Choose a tag to compare

For LoggerApplication instances, enable Debug/Logger menus in Debug builds by default.
You can enable it in a release build using the ShowDebugMenu preference.

1.5.1

26 Feb 12:09
287605d
Compare
Choose a tag to compare

Logs the willTerminate delegate method.