Skip to content

logmerger 0.11.0

Latest
Compare
Choose a tag to compare
@ptmcg ptmcg released this 27 Mar 03:20
· 3 commits to main since this release

Added

  • Added support for .jsonl files, containing JSON object per-line. If orjson package is installed, it will be used for JSON parsing, else the stdlib json package will be used.
  • Better handling of empty log files.
  • New release of the textual package added support for Ctrl-p to select from a list of color palettes.
  • Added support for Python 3.14.

Fixed

  • Fixed bug when canceling from Jump, Go to line, and Go to timestamp dialogs.