Releases: abrahammurciano/discord-lumberjack
Releases · abrahammurciano/discord-lumberjack
v1.1.3
v1.1.1
bump version
v1.1.0 Long Message Creator
Merge pull request #62 from abrahammurciano/long-message-creator Long message creator
v1.0.7 Bug Fixes
What's Changed
- ignore logs from consumer thread and native logs by @abrahammurciano in #55
- only one recursion test by @abrahammurciano in #57
Full Changelog: 1.0.6...1.0.7
Added internal logging
Auto flush on exit
What's Changed
- auto flush on exit by @abrahammurciano in #38
Handler threads will send all messages in the queue before exiting after the main thread exits.
Full Changelog: 1.0.4...1.0.5
Added flush method
What's Changed
- added flush method by @abrahammurciano in #36
This method allows the user to make their main thread wait for all messages to be sent to Discord before continuing execution. Especially useful to call before exiting the program.
Full Changelog: 1.0.3...1.0.4
Backward compatibility to Python 3.8
What's Changed
- Make it compatible with python 3.8 and up by @abrahammurciano in #32
Full Changelog: 1.0.2...1.0.3
Fixed Embed Icons
Initial Release
Merge pull request #26 from abrahammurciano/pypi syntax