Skip to content

Releases: snakefoot/snaketail-net

Version 1.8.1

17 Mar 22:34
Compare
Choose a tag to compare

Bugfixes:

  • Fixed bug where it stopped tailing when having multiple tabs
  • Fixed bug on Windows 8 where owner draw failed to clear background properly

Minor changes

  • Inverted text color for selected lines, that are also highlighted.
  • Fixed HTTP requests for version check and crash report upload, so they can get through firewall proxy.

Version 1.8

17 Mar 22:33
Compare
Choose a tag to compare

Highlights:

  • Added feature to launch external tools, and also bind a custom shortcut key
  • Added feature to toggle bookmarks, and quickly jump between bookmarks

Minor changes:

  • Compiled with VS2012 instead of VS2010
  • Changed send crash report to perform HTTP upload to www.crash-server.com
  • Fixed bug where it failed to tail EventLog when pruned
  • Fixed unhandled exception when problems with network path

Version 1.7.1

17 Mar 22:31
Compare
Choose a tag to compare

Highlights:

  • Added MSI installer packages

Minor changes:

  • Fixed bug where it failed to tail EventLog when pruned

Version 1.7

17 Mar 22:31
Compare
Choose a tag to compare

Highlights:

  • Added Most Recent Used (MRU) list of files, that allows one to quickly reopen files
  • Added highlight of windows tabs using icons, when file changes are detected (Display tab icon on file change)
  • Added option to apply view configuration to all open views (Apply to All)
  • Added option to display the current file name in windows tab, when using rolling regex filename (Title match filename)
  • Added tooltip to windows tabs, that displays full file path
  • Display currently open session name in main window title

Minor changes:

  • Added warning when attempting to open a file larger than 500 Mbytes
  • Pause-key will now also unpause
  • Fixed bug where EventLog window only displayed invalid entries, when many new EventLog entries arrives at once (Failed to handle pruning of EventLog)
  • Fixed bug where EventLog window refreshed too many times, when many new EventLog entries arrives at once.
  • Fixed bug where Windows Explorer locked doing file drag drop operation
  • Fixed NullReferenceException when performing file search upward from bottom, while viewing the top of the file.
  • Fixed out of bounds exception when pressing Pause/Resume on an empty file
  • Fixed NullReferenceException when pressing CTRL+C in EventLog window without having selected an entry

Version 1.6

17 Mar 22:29
Compare
Choose a tag to compare

Highlights:

  • EventLog can now be searched like a normal text file.

Minor changes:

  • Fixed performance issue when the Process Performance Counter is not available to measure CPU time
  • Improved EventLog tail performance on Vista/Win7/Win2008, by using EventLogReader in .NET 3.5 (if available) instead of the much slower WMI query.
  • Fixed filtering of EventLog records, so it supports that EventLog is pruned by Windows.
  • Fixed scrolling when performing filtering of EventLog records (again)
  • Fixed unhandled exception when EventLog contains entries with invalid category
  • Fixed index out of bounds when monitoring an empty EventLog

Version 1.5.1

17 Mar 22:28
Compare
Choose a tag to compare

Bugfix:

  • Fixed persistence of Font in session details, so it is independent of current locale.

Version 1.5

17 Mar 22:26
Compare
Choose a tag to compare

Highlights:

  • Added keyboard shortcuts for jumping to next text highlight (CTRL+ArrowUp / CTRL+ArrowDown)

Minor changes:

  • Added check for new version of the application, when unhandled exceptions are reported.
  • Fixed persistence of floating windows in session details, so they are reloaded when opening the session again.
  • Fixed 'Index out of bounds' for Event Log Viewer, which occurs when Windows prunes old Event Log entries.
  • Fixed unnecessary scrolling in the Event Log Viewer when doing filtering.
  • Fixed scroll to bottom behavior when switching between tabs.
  • Fixed line hit focus when doing log file searches.

Version 1.4

17 Mar 22:25
Compare
Choose a tag to compare

Highlights:

  • Added reordering of tabs using drag drop
  • Added closing of tabs using the middle mouse button
  • Added restore of original position for minimized windows, when saving window session
  • Added parameter to control how often to check for log file changes (Default every 100 ms)
  • Extended command line option to tail arbitrary file (Unless it has .xml as file extension)

Minor changes:

  • Fixed unhandled exception when pressing CTRL+C to copy to clipboard without having selected anything
  • Fixed unhandled exception when closing tail window while the file is active
  • Fixed unhandled exception when the specified icon path doesn't exist
  • Fixed unhandled exception when trying to monitor Event Log without having proper access rights.

Version 1.3

17 Mar 22:21
Compare
Choose a tag to compare
  • Added drag drop support for opening new files to tail
  • Added support for configuring default configuration when opening new files to tail (Save a session with one configured tail window as 'SnakeTail.xml' and place it next to the application)
  • Changed 'Minimize to tray' so it sticks even if double clicking the tray icon to restore from minimized state.
  • Improved handling of circular log when file is renamed / truncated

Version 1.2

17 Mar 22:21
Compare
Choose a tag to compare
  • Added sentence highlight based on keyword match (Includes regex support)
  • Added support for automatic tailing the latest file in folder (Includes regex support)
  • Improved error handling when unable to tail a file