Skip to content

V3.2.0

Compare
Choose a tag to compare
@T0ine34 T0ine34 released this 18 May 18:15
· 4 commits to main since this release

fixes

  • cli option --module-level wasn't available when allow_other_targets was set to True (#14)
  • an error was raised when parsing arguments when allow_other_targets was set to True (#15)
  • Method message of Logger was missing a newline at the end of the string when printing to the console (#16)
  • removed the ValueError raised when a word longer than 150 chars was encountered (#23)
  • adding a style reset at the start of each logging entry to prevent the text on the previous line to mess the next one. (#24)

new features

  • logging functions are now just an alias for the homonym method of the Logger class. This should allow slighty better performances (#17)
  • Test coverage is now included in the test workflow, with reports availables (#18)
  • default level for modules is now TRACE instead of INFO. This allow to get all the logs by default for a target set in DEBUG or TRACE mode. (Previously, it was necessary to use --module-level all:TRACE to get this behaviour) (#20)

What's Changed

Full Changelog: 3.1.4...3.2.0