Releases: jtorjo/logwizard
Releases · jtorjo/logwizard
Snoop Around! (beta)
- Added a new and extremely easy way to further filter your logs - Snoop Around
- several bug fixes
Database support, nlog/log4net support
- Database support - can read from common databases, such as MSSQL, Oracle, SQLite. Bonus - drop an sqlite database onto Logwizard and it automatically guesses the log table + log fields
- nlog/log4net enhanced support
- several bug fixes
Pretty Formatting
Lots of bug fixes and improvements for dealing with Windows Event Logs (+ small fixes since 1.7.1)
- several Windows Event Logs fixes since 1.7.1
- Logs with logs of columns - show most of them in Details pane by default (#26)
- Improved Goto Line/Date - to include date offsets (#27)
- File associations not created by default (#34)
- Allow for logs in Reverse order (such as Windows Event log)
- Allow exporting to CSV (#48)
- Improved Find-preview speed (#51)
- Searching : show progress as it happens (#47)
- Allow option in Preferences to not to open Last Log by default (#33)
- Lots of bug fixes and improvements for dealing with Windows Event Logs
- Last opened log saved per each Custom position. Ctrl-H,Enter will always open the last log you opened in Custom position 1-9 (Ctrl-1 to Ctrl-9)
Lots of bug fixes and improvements for dealing with Windows Event Logs
- Logs with logs of columns - show most of them in Details pane by default (#26)
- Improved Goto Line/Date - to include date offsets (#27)
- File associations not created by default (#34)
- Allow for logs in Reverse order (such as Windows Event log)
- Allow exporting to CSV (#48)
- Improved Find-preview speed (#51)
- Searching : show progress as it happens (#47)
- Allow option in Preferences to not to open Last Log by default (#33)
- Lots of bug fixes and improvements for dealing with Windows Event Logs
- Last opened log saved per each Custom position. Ctrl-H,Enter will always open the last log you opened in Custom position 1-9 (Ctrl-1 to Ctrl-9)
removed compile warning, moved bugs/features into github (from my todo document), solved several issues (beta)
- made test_ui compile
- removed compile warnings
- checking for releases: allow github interim versions (not beta nor stable) -> those ending in (interim)
- added gitattributes file
- setup kit : not touching roaming anymore (issue #3)
- moved bugs/features issues into github
- #4 - line numbers -> allow turning off
- #5 - add a horizonal scrollbar (make Msg not "occupy remaining space") -> allow a checkbox
- #6 - click to select a word -> allow turning this off (in Preferences)
- #7 - if i'm on the last char, and want to select starting from there to the left, it does not work
- #9 - bug: type as you go + if search only visible in the description pane, i will show that by showing all lines in the view in a slightly different background
View Event Logs, Debug Viewer, Easier User Interface (beta)
- You can now view Windows Event Logs
- You can now act as a Debug Viewer (view anything a program writes with OutputDebugString)
- User Interface is easier, and at program startup you can easily see that you can drag and drop files
- We now have a Details Pane (Ctrl-D), that you can customize to show columns that are too complex to view as rows (for instance, columns that are multi-line).
Fixed hotkeys, Font improvements, Show tips
- fix: some hotkeys did not work anymore after moving actions into "What's Up?" button
- font : several improvements
- showing/hiding columns: works correctly when moving from one log to another (with very different columns)
- Edit Log Settings - dialog - easy edit any log's settings (useful for new types of logs I'm about to add)
- Status pane: shows tips (can be turned off from Preferences)
Relaxed the UI
- Made the Status pane + Lower pane into one (Status is shown + a button called "What's up" - which shows a menu with the formerly shown commands on Status pane)
- Add/Del / Sync buttons - normally shown on top of view header - shown only when you hover near them
New logs, show updates from github, aliases
- handles new types of logs (xml, csv, one-field-per-line logs)
- added aliases
- when monitoring real-time - can use FindFirstChangeNotification API to monitor for changes
- getting release info from github
- solved bugs