What's Changed
- Auto-detect color mode for terminals (fixes #1) by @arnetheduck in #163
- Replace
chronicles_disable_thread_idswithchronicles_thread_idsby @arnetheduck in #164 - Move formatting to its own module that can be separately imported by @arnetheduck in #165
- Use streams for logging properties by @arnetheduck in #166
- Native/posix/windows line endings by @arnetheduck in #167
- Per-sink filtering / log levels by @arnetheduck in #169
- Remove global lock from logging flow by @arnetheduck in #170
- Allow setting sinks to enabled/disabled by @arnetheduck in #172
Full Changelog: v0.11.0...v0.12.0
Compatibility notes
- Due to the changes to
formatIt, object and tuple formatting might change - If custom log formats were being used, these might require some minor changes to conform to the new
LogRecordshape