May 10th, 2012· Added /SaveDirect command line option, for using with the other save command-line options (/scomma, /stab, /sxml, and so on...)
· When you use the SaveDirect mode, the event log lines are saved directly to the disk, without loading them into the memory first. This means that you can save a list with large amount of event log lines into your disk without any memory problem, as long as you have enough disk space to store the saved file. The drawback of this mode: You cannot sort the log lines according to the column you choose with /sort command-line option.
February 27th, 2012· Added /VisibleEventTypes command-line option, which allows you to specify the event types you wish to load.
· Added /EventLogNames command-line option, which allows you to specify the event log names you wish to load.
January 16th, 2012· Added 'Start As Hidden' option. When this option and 'Put Icon On Tray' option are turned on, the main window of MyEventViewer will be invisible on start
November 2nd, 2011· Added accelerator keys to the event type filter (Ctrl+1 - Ctrl+5)
October 19th, 2011· Added option to filter by Event ID.
August 2nd, 2011· Added new option: 'Show Advanced Filter Window On Start'.
July 23rd, 2011· Added 'Tray Balloon Event Type Filter' option (Under the Options menu), which allows you to choose for which event types the tray balloon will be displayed.
June 2nd, 2011· Added option to load only the last xx events from every event log. (In the 'Advanced Filter' window)
May 9th, 2011· Added 'Put Icon On Tray' option.
· Added 'Tray Balloon On New Event' (works only when 'Put Icon On Tray' is turned on). When this option is turned on, and 'Auto Refresh' mode is enabled too, Every new event detected by MyEventViewer is displayed inside a tray balloon.
April 10th, 2011· Added option to hide events by their source name, in the 'Advanced Options' window. You can specify multiple source names as comma delimited list (For exmaple: WinMgmt, w3svc, esent)
March 31st, 2011· Added option to filter the events by source name, in the 'Advanced Options' window. You can specify multiple source names as comma delimited list (For exmaple: WinMgmt, w3svc, esent)
· Added 'Remote Event Description Mode' under the Options menu, which allows you to control how the event description dll files are loaded when you connect a remote computer. In previous versions, the dll files were loaded from the local computer. Now you can choose whether to load them from local computer, remote computer or both. Be aware that loading dll files from the remote computer is a much slower process, and requires admin shares access (C$, D$, ADMIN$ and so on)
March 4th, 2011· Added option to load the events on selected date/time range. (In 'Advanced Filter' window).
· Added /advanced command-line option, for starting MyEventViewer with the 'Advanced Filter' window before loading the events.
December 29th, 2010· The status bar now displays the total data size of selected events in KB/MB
December 1st, 2010· Added 'Add Header Line To CSV/Tab-Delimited File' option. When this option is turned on, the column names are added as the first line when you export to csv or tab-delimited file.
· Added x64 download, for using on 64-bit versions of Windows.
November 15th, 2010· Added 'New Events Refresh' (F8) - This refresh option only add new events that have been created since the previous refresh, instead of loading the entire events list. This refresh is much faster than the standard refresh option (F5), which reloads the entire events list.
· Added 'Auto Refresh' under the Options menu (1, 3, 5, 10 seconds, or disabled) - When this option is turned on, newly created events are displayed automatically without using the refresh option. When using this option, it's recommended to sort the events list by the event time, so the new events will appear in the top or in the bottom of the events list.
July 15th, 2010· Fixed issue: Removed the wrong encoding from the xml string, which caused problems to some xml viewers, as well as removed wrong tag from the xml.
May 10th, 2010· You can now send the events information to stdout by specifying an empty filename ("") in the command-line. (For example: MyEventViewer.exe /stab "" >> c:\temp\evt.txt)
April 19th, 2010· Added /LoadFiles command-line paraneter, which allows you to load .evt files.
March 13th, 2010· Added 'Show Event Description In Table' option, which allows you to view the description of the event in the 'Event Description' column
October 12th, 2009· Added command-line support.
May 3rd, 2009· Fixed bug: When using /remote option, MyEventViewer failed to display any non-system user name.
April 30th, 2009· Fixed bug: When using /remote option, MyEventViewer cleared the log of local computer instead of the remote computer.
April 28th, 2009· Added /remote command-line option to connect a remote computer.
October 16th, 2008· Fixed bug: MyEventViewer stopped enumerating the logs when there was an item with very large data.
· Fixed bug: MyEventViewer failed to display long text/data in the bottom pane.
· New Option: 'Find By Event Description'. When this option is checked, the find feature also searches inside the description of the event
September 9th, 2008· Fixed bug: MyEventViewer failed to display properly items with source name longer than 30 characters.
May 9th, 2008· Fixed bug: The main window lost the focus when the user switched to another application and then returned back to MyEventViewer
April 17th, 2008· Fixed bug: MyEventViewer crashed when the event data was very large
March 28th, 2008· Fixed bug in Event ID sorting.
· Fixed a few points that might cause a crash in MyEventViewer
March 17th, 2008· New option: Clean All Events Logs
· New option: Show only events from the last xx minutes/hours/days. (In the Advanced Filter window)
March 6th, 2008· Added filter by event type.