Skip to content

Releases: zarunbal/LogExpert

1.6.14

03 Apr 22:27
Compare
Choose a tag to compare

The description what changes and who contributed will follow for now I just want to release the changes (chocolatey and sftp files will follow). Big thanks to all the contributors!!!

Changes

  • Important IColumnColumnizer interface has changed! (Sorry this should have been reflected in the version)
  • New Columnizers, AutoColumnizer, Serilog
  • Improved Json Columnizer
  • Settings dialog, some settings didn't trigger a is dirty flag
  • Timestamp columnizer now has the ability to ignore first character if it is a bracket
  • Improved Regex columnizer, now if a line doesn't match it will be displayed in last column
  • many more (to be described)

Bugfixes

Contributors

Thanks to the contributors!

Infos

It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).

1.6.13

22 May 21:15
Compare
Choose a tag to compare

Changes

  • Added Trace log line for unshared row
  • #50 #48 Regex Columnizer integrated thanks to fremag

Bugfixes

  • #49 Could not load file or assembly LumenWorks.Framework.IO
  • #57 Highlighting not correctly applied when the line contains a tab \t character
  • #47 Bug - typo
  • #38 Bug - Hex char 0 (null)

Contributors

Thanks to the contributor!

Infos

It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).
This is the same as 1.6.13-rc1, just official release (This is the second 1.6.13 release. The first one I named the tag wrong)

1.6.13 RC 1

06 May 22:52
Compare
Choose a tag to compare
1.6.13 RC 1 Pre-release
Pre-release

Changes

  • Added Trace log line for unshared row
  • #50 #48 Regex Columnizer integrated thanks to fremag

Bugfixes

  • #49 Could not load file or assembly LumenWorks.Framework.IO
  • #57 Highlighting not correctly applied when the line contains a tab \t character
  • #47 Bug - typo
  • #38 Bug - Hex char 0 (null)

Contributors

Thanks to the contributor!

Infos

It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).

1.6.10

14 Mar 18:08
Compare
Choose a tag to compare

Changes

  • Minor formatting
  • Changed BufferedDataGrid to reuse color, brush and pens
  • Chocolatey package

Bugfixes

  • #25 Blank line after each file change

Everyone who is wondering why there is a gap in the release versions, because there were some errors in the appveyor scripts. For the chocolatey package the Build number must match the version or else my replacements are not working.

1.6.8

14 Mar 17:01
57343b9
Compare
Choose a tag to compare
1.6.8 Pre-release
Pre-release

Changes

  • Minor formatting
  • Changed BufferedDataGrid to reuse color, brush and pens
  • Chocolatey package

Bugfixes

  • #25 Blank line after each file change

1.6.7

29 Jan 21:23
Compare
Choose a tag to compare

Bugs

  • Crash when dragging other stuff over logwindow #21
  • Drag and drop file crashes the program #4

Enhacements

  • Code cleanup
  • Introduced some usings to explizitly "release" resources

Contributors

Thanks to the contributors!

Info

It might be necessary to unblock the Executables / Dlls to get everything working. #13 #8

1.6.6

16 Nov 00:43
Compare
Choose a tag to compare

Bugs

  • Fixed Duplicate lines on ReRead buffer #10 (For further details 8a40fc7 )

Enhancements

  • Replaced old logging with NLog
  • Extended existing Log Statements with the new possibilities of NLog (e.g. real exception logging)

The log files are placed under %appdata%/LogExpert/Logs (For Systems Win7 or newer %appdata% is c:\Users\<username>\AppData\Roaming.
If there is a problem please change in the LogExpert.exe.config the minlevel of both rules to Debug and attach the created LogFile.
Example:

    <rules>
      <logger name="Program" minlevel="Debug" writeTo="logfile" />
      <logger name="*" minlevel="Debug" writeTo="logfile" />
    </rules>

1.6.4

02 Nov 23:23
Compare
Choose a tag to compare

Bugs

  • Fixed NullReference on open About Dialog #6
  • Fixed missing column values in CSV Columnizer

"Enhancements"

  • Updated Copyright notice and sizes in About Dialog

1.6.3

29 Oct 22:38
Compare
Choose a tag to compare

No new features, just some housekeeping in the code

Fixed Bugs:

  • #6 (Added missing Plugins directory)
  • #2 (Line Truncate is implemented)
  • #4 (added the workaround cmd to the zip)

Important Breaking changes in Plugin interface!

1.5.1

19 Oct 22:05
Compare
Choose a tag to compare

First release of LogExpert on GitHub the new home :)

Upgraded to .NET 4
Fixed #1 Duplicate lines