Releases: elegantchaos/Logger
Releases · elegantchaos/Logger
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
Added SwiftUI support via a new LoggerUI target.
1.5.7
Run the prelaunch hook earlier.
1.5.6
Exposed application and scene channels from LoggerKit, for use by other layers.
1.5.5
Don't build AppKit stuff under Catalyst.
1.5.4
Added LoggerApplication implementation for AppKit.
1.5.3
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
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
Logs the willTerminate delegate method.