Skip to content

Releases: rkoschmitzky/logbook

Logbook 0.7.3

31 Jan 23:13
Compare
Choose a tag to compare

Improvements

  • possibility to do items foreground (text) coloring instead of background coloring (thanks @heylenz)
  • a new option for doing case insensitive filtering
  • flags system to control the Logbook behavior
Flag Description
COLORING_TEXT When given the item's foreground color will be set instead of the background color.
IGNORE_FORMATTER If a formatter was set to the handler, it can be explicitly ignored by setting using this. It means the formatter will not be considered as the recorditem's text. Instead it will only use the LogRecord.getMessage() directly.
INITIAL_COLORING When given the Coloring option will be checked by default when launching the logbook.
READABLE_TEXT_COLOR When given and COLORING_TEXT is NOT set it sets an automatic item foreground color based on the background color for better readability.
RE_IGNORE_CASE When given the Ignore Case option will be checked by default when launching the logbook.

Logbook 0.7.2

08 Nov 10:35
Compare
Choose a tag to compare

Fixes

  • record_context_request signal gets emitted even if no item is present under cursor

Logbook 0.7.1

07 Nov 13:31
Compare
Choose a tag to compare

Fixes

  • wrong documentation examples
  • QListWidgetItem.setBackgroundColor and QListWidget.setItemHidden methods unavailable in PyQt4/PySide
  • CONTRIBUTIONS file misses file extension

Initial Release

04 Nov 15:20
Compare
Choose a tag to compare
v0.7.0

documentation improvements