Skip to content

Releases: jtorjo/logwizard

easier search, columns - auto saved, "New",extra toggles on the view, filter improvements,extra preferences (beta)

01 Nov 12:51
Compare
Choose a tag to compare
  • improved search tremendously - it's got preview, and it saves history (last 50 items)
  • columns - you can resize, move, show/hide them - they are automatically saved, and they apply globally (by default)
  • "New" button works like a charm.
  • toggle: Extra Filter - you can apply your current find as an extra filter to apply on existing lines (you can toggle this ON/OFF)
  • toggle - Show All Lines - you can show all lines from the log (as opposed to only the lines from the current view)
  • filters: improvements on the UI (on filter change, don't remove all entries and readd; instead, reset filter in one step)
  • Preferences - you can change back/fore colors + allow changing font
  • added $thread, and $ctx4-$ctx15
  • detect non-english codepages
  • much faster refresh on new lines
  • handles mouse scroll wheel
  • bug fixes

edit mode, most commands available via right click, improved ctrl-f/f3/shift-f3, added match color

14 Oct 12:33
Compare
Choose a tag to compare
  • added edit mode for easy searching within the log- just type something, it will take you there!
  • right click - do pretty much everything with right click. This especially shines when you select some text, right click - you can create a filter from your selection!
  • improved ctrl-f (if something selected in the view, use that)
  • improved f3/shift-f3 - if user typed anything in the view, use that
  • added "match color" - which can color only your filter match (not the whole line). This is synchronized with the details (in case the message is too big to fit), and the current edited line
  • solved minor bugs

Lots of new goodies - regexes, sync colors, more toggles, filter optimizations, handles .zip files, notes, exporting to HTML

03 Oct 17:59
Compare
Choose a tag to compare
  • Can handle regexes - on filters and on find
  • Can synchronize colors from Current View to Full Log.
  • Decreased memory footprint
  • Can handle case-insensitive, full-word searches
  • Custom positions - can use up to 5 locations that are automatically remembered by LogWizard (along with toggles)
  • Can toggle ON/OFF just about anything. Also, easier UI when it comes to toggles
  • Filter optimizations - so that we use cache whenever possible
  • Much easier to select filter color (the eyedropper)
  • Can add Notes to logs. Several people can add notes, and they are automatically merged!
  • Can drop .zip files as well. Drop it normally, the first log file is opened. Shift-drop it, and you can select from a list (if there are more log files in the archive)
  • Exporting Log + notes - extremely easy, so others can see the notes you made on a log (and they can reply / add new notes)
  • Exporting Current View to .txt or .HTML
  • Can copy to clipboard several lines - automatically copies in both text and HTML formats

allows for regexes in filter conditions

07 Sep 13:46
Compare
Choose a tag to compare
  • filters now can match regexes as well. in fact, by default, they work as regexes. If you say:
    $[part-of-line] some-regex-expression, it works as regex.
    Example:
    $msg \breading\b
    • will match all lines containing the word 'reading'

first public release

02 Sep 13:18
Compare
Choose a tag to compare
1.0.61

- fix: test on deleted settings file (we used to have problems)