Releases: snakefoot/snaketail-net
Releases · snakefoot/snaketail-net
Version 1.9.8
- Added
useLegacyV2RuntimeActivationPolicy="true"
toSnakeTail.exe.config
-file for supporting Win11 without .Net Framework 3.5 installed. @Mediumspider
Version 1.9.7
Version 1.9.6
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
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
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
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
Version 1.9.1
Version 1.9
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
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