- Externalize utc-offset crate
- Migrated all path manipulation to use
camino
.
- Add utc-offset as a last resort to obtain the local utc offset
- Fix format str deserialization.
- Rm a print.
- Actually apply custom format fix.
- Fixed custom log format serialization schema.
- Compile err with schemars and serde features enabled.
- Move
allow(clippy::pub_use)
to the root.
- Added utc time formatting within custom format strings
Bugfix
- Fix schemars #5
- Fixed config serialization issue #3
- Fixed wrong trace4rs linked packages.
- Change custom log formatting config: #3
Initial release