Skip to content

Releases: snakefoot/snaketail-net

Version 1.9.8

29 Feb 18:55
Compare
Choose a tag to compare
  • Added useLegacyV2RuntimeActivationPolicy="true" to SnakeTail.exe.config-file for supporting Win11 without .Net Framework 3.5 installed. @Mediumspider

Version 1.9.7

20 Apr 22:34
Compare
Choose a tag to compare

Minor changes:

  • Added manifest for high DPI #144 @pvginkel
  • TailConfig - Fixed alignment of buttons for keyword highlight #140

Version 1.9.6

11 Oct 19:28
Compare
Choose a tag to compare

Minor changes:

  • Added Reopen File - CTRL + R #126
  • Added experimental support for controlling remote service #133
  • Fixed bug in saving filepath correctly in Most Recently Used #128
  • Optimized search performance #135 @EricSmekens

Version 1.9.5

29 Mar 23:36
Compare
Choose a tag to compare

Minor changes:

  • Add Open File shortcut (Ctrl+O) #116 @meskobalazs
  • Text Color and Background Color buttons #110 @tommymh
  • Fix check for update - HTTP Error 406 Not acceptable
  • Extra validation when reopening old non-existing files
  • Try collecting more details about the search exception
  • Disconnect from EventLog-object when closing EventLog-window

Version 1.9.4

17 Aug 20:09
Compare
Choose a tag to compare

Minor changes:

  • Displays the current file size in the windows title
  • Added "Open Containing Folder" to context menu
  • Fixed some reported crashes with the search dialog

Version 1.9.3

10 Oct 07:49
Compare
Choose a tag to compare

Minor changes:

  • Fixed divide-by-zero when displaying progress of opening an empty file (Length = 0)
  • Fixed upload of crash reports

Version 1.9.2

17 Aug 21:42
Compare
Choose a tag to compare

Minor changes:

  • Added support for wrap-around search (#69)
  • Faster initial load file when using slow network drive (#46)
  • Fixed unhandled exceptions when file operation are cancelled by operating system

Version 1.9.1

17 Mar 23:57
Compare
Choose a tag to compare

Minor changes:

  • Added ampersand prefix for file menu shortcuts (#77)
  • Fixed owner dialog when using Always-on-top (#79)
  • Extra validation when configuring shortcut keys
  • Fixed nullreference exception when navigating in empty log view
  • Fixed external tool parameter LineNumber (#76)

Version 1.9

17 Mar 22:37
Compare
Choose a tag to compare

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.

Version 1.8.2

17 Mar 22:35
Compare
Choose a tag to compare

Bugfix:

  • Fixed bug where ampersand (&) prefix are not displayed properly

Minor changes:

  • Added extra validation when creating keywords that uses regular expressions
  • Open new file dialog now has a default filter that includes both txt- and log-files.
  • Added memory usage to crash reports