Releases: rkoschmitzky/logbook
Releases · rkoschmitzky/logbook
Logbook 0.7.3
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
Fixes
record_context_request
signal gets emitted even if no item is present under cursor
Logbook 0.7.1
Fixes
- wrong documentation examples
QListWidgetItem.setBackgroundColor
andQListWidget.setItemHidden
methods unavailable inPyQt4
/PySide
CONTRIBUTIONS
file misses file extension
Initial Release
v0.7.0 documentation improvements