Skip to content

Version 1.9

Compare
Choose a tag to compare
@snakefoot snakefoot released this 17 Mar 22:37
· 92 commits to master since this release

Highlights:

  • Quick jump shortcut has changed to ALT+KeyUp/KeyDown (Instead of CTRL+KeyUp/KeyDown)
  • Quick jump also works for EventLog where it jumps between Warnings and Errors
  • Launch external tools on keyword match (Ex. play sound) (#25, #41)
  • Line coloring without being ‘Alert highlight’ (Ex. color line green for success)
  • Toggle the tail window to be 'Always on top' (#45)

Minor changes:

  • Added 'Copy as Path' to context menu (#38)
  • Possible to specify multiple files when using command line (#40)
  • Faster discovery of new files when monitoring network path for the latest file to tail (#39)
  • Configuration window now has a 'Save as default'-button (#59)
  • Fixed unhandled exception when copy to clipboard fails, because other application is holding lock.
  • Fixed unhandled exception when trying to monitor an invalid file path for the latest file to tail.
  • Fixed unhandled exception when trying to monitor a file without having proper access rights.
  • Fixed unhandled exception when given invalid path to session file.
  • Fixed crash dialog so it doesn't become hidden behind main application.
  • Fixed bug where 'File Reopen Check Interval' could not get higher than 59 secs
  • Fixed unhandled exception when closing the application.
  • Less flicker when changing between different window tabs.