Skip to content

Releases: Nuix/Nuix-Log-Reviewer

Version 2.5.0

01 Feb 17:54
Compare
Choose a tag to compare

Maintenance Release

  • Updated some dependencies to their latest versions
  • Moved to .NET 6

Version 2.4.0

22 Sep 20:43
Compare
Choose a tag to compare
  • Fixed log lines not being parsed correct for script output when script title contained spaces
  • Fixed script output classifier not running / not working properly

Version 2.3.0

24 Jun 17:50
Compare
Choose a tag to compare

Added Saved Searches

Saved searches allow you to save a search in the search bar. Saved searches are just text files in the sub-directory SavedSearches with each text file's name being the name of the saved search and its contents the actual query. Note: Changes to the contents of this directory will not be reflected in the application until it is either restarted or a new saved search is created via the menu.

Fixes #1

Version 2.2.0

18 Jun 19:21
Compare
Choose a tag to compare
  • Fixed bug where Export Current Entries was calling Write rather than WriteLine, resulting in the exported log file to not have newlines between exported log entries.
  • Added several new classifiers:
    • process_killed: Applied when log entry content starts with Killing current process...
    • problem_processing_item: Applied when log entry content starts with Problem processing item
    • session_is_closed: Applied when log entry content contains The Session is closed

Version 2.1.0

05 May 22:14
Compare
Choose a tag to compare
  • Added classification multi_line
  • Small tweaks to improve performance

Version 2.0.0

04 May 22:57
Compare
Choose a tag to compare

Initial GitHub Release