Skip to content

Releases: trparky/Free-SysLog

Version 3.8 Build 6

06 Feb 20:07
ea01583
Compare
Choose a tag to compare
  • Added code to re-enable the "Save Logs to Disk" menu item.
  • Removed the "dontcount" cookie from the check for update code.
  • Removed the URL String Pre-Processor function from the check for update code.
  • Made all URLs used for checking for updates HTTPS URLs since we no longer have to deal with Windows XP that doesn't support modern SSL encryption methods.

Version 3.8 Build 5

03 Feb 21:55
13575fa
Compare
Choose a tag to compare
  • Added an option to not confirm the deletion of logs.
  • Moved the "Clear Notification Limits" to the "Log Functions" menu.
  • Added a file exist check to the code that adds an icon to the notification.

Version 3.8 Build 4

29 Jan 03:38
7bd8b1a
Compare
Choose a tag to compare
  • Fixed the order of a menu item under Settings, it was out of alphabetical order.
  • Changed the word "Servers" to "Clients" for mirrors.
  • Renamed "Configure SysLog Mirror Servers" to "Configure SysLog Mirror Clients".
  • Fixed a cross thread violation in the "Check for Updates" code.

Version 3.8 Build 3

21 Jan 18:01
ca95cfd
Compare
Choose a tag to compare
  • Made a change to a menu item on the "View Log Backups" window.
  • Removed references to Windows 2000 from the GetFullOSVersionString() function in the "Check for Updates.vb" file.
  • Additional bug fixes to the "Check for Updates.vb" file when it comes to debug logging.
  • Made the "No Internet connection detected." log mandatory.
  • Simplified some code in the "Check for Updates.vb" file.

Version 3.8 Build 2

19 Jan 17:05
6de3602
Compare
Choose a tag to compare

Added additional logging during program updates along with a call to save the log data to disk during program updating.

Version 3.8 Build 1

18 Jan 22:50
d775f34
Compare
Choose a tag to compare
  • Added code to hopefully improve performance while resizing columns in the various DataGridViews.
  • Moved the invocation of code from the form object of the "Ignored Logs and Search Results" window to the logs DataGridView in hopes of improving performance upon load.
  • Forgot to make the "Startup Delay" checkbox checked if there's a startup delay.
  • Included some code optimizations when sending data to other instances of Free Syslog on the network.
  • Removed the strNoProxyString constant, it's no longer used in the code.
  • Put a null check for the serversList variable before launching into the thread to send syslog data to other instances of Free Syslog on the network.
  • Forgot calls to UpdateLogCount() and SelectLatestLogEntry() in the "Check for Updates.vb" file.
  • Added the ability to turn on debug data without the need for the program to be a debug build.
  • Made it so that check for update data is only logged when debug mode is enabled or if the build is a debug build.
  • Made it so that the check for update code is ran only after all log data is reloaded at program launch.

Version 3.7 Build 4

07 Jan 15:28
9e0c53d
Compare
Choose a tag to compare
  • Fixed sending UDP packets from within the same system. This will make the restoring of the window from "Minimize to Clock Tray" function properly.
  • Added a menu to the clock tray icon with an item to re-open the program window.
  • Fixed a bug where "Auto Scroll" would be disabled if you minimized the program with "Minimize to Clock Tray" enabled.

Version 3.7 Build 3

01 Jan 03:32
5a51da1
Compare
Choose a tag to compare
  • Made it so that the "Disable Auto Scroll Upon Scrolling" checkbox is disabled if the "Enable Auto Scroll" is unchecked.
  • Fixed a TOC/TOU (Time of Check/Time of Use) bug in the auto-scrolling logic of the Logs DataGridView. 0e60016
    • The bug caused programmatic scrolling to behave inconsistently when rows were added rapidly, requiring manual intervention to view the latest entries.

Version 3.7 Build 2

27 Dec 18:55
387a93d
Compare
Choose a tag to compare
  • Added code to be able to manually clear the Notification Limiter.
  • We now log data when checking for updates.
  • Did some rearrangements of GUI elements on the "View Log Backups" window.
  • Resized some GUI elements on the "View Log Backups" window.
  • Added a "Cancel" button to the bottom of the Alerts, "Configure SysLog Mirror Servers", "Ignored Words and Phrases", and Replaceements windows.
  • Fixed scrolling to the bottom of of the logs DataGrid upon program load.

Version 3.7 Build 1

17 Dec 20:10
43e33a9
Compare
Choose a tag to compare
  • Added code to save the width of the Hidden column on the "View Log Backups" window.
  • Added code to save the width of the Alerted column.
  • Fixed a bug in which the filename displayed on the "Ignored Logs and Search Results" window didn't have the user's font preference applied to it when searching from the "View Log Backups" window.
  • Added a control to disable the autofill for the log column to the "Ignored Logs and Search Results" window.
  • Added code to save the width of the "File Name" column on the "Ignored Logs and Search Results" window.
  • Auto-sizing of DataGridView Rows is now a thing. Row heights should now be perfect.
  • Added padding to all DataGridView rows.