Skip to content

Releases: vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored

v2.1.2

06 Jun 18:17
Compare
Choose a tag to compare

What's Changed

  • Fixed project metadata for NuGet.

Full Changelog: v2.1.0...v2.1.2

v2.1.1

06 Jun 17:56
Compare
Choose a tag to compare

What's Changed

Public Changes:

  • Replaced themes with newly designed themes.
  • Moved old themes to "DarkClassic" and "LightClassic".
  • Fixed bugs with the formatters (JSON and Literal).
  • Changed the default configuration for optimal performance.
  • Removed link detection, as it causes issues with the formatting.
  • Updated TargetFrameworks to include net9.0-windows, netcoreapp3.1-windows, and netcoreapp3.0-windows.

Internal Changes:

  • Added a lot of integration tests to reach at least 80% test coverage.
  • Removed useless code and cleaned up the project.
  • Replaced ConcurrentQueue with a BlockingCollection in the sink.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

17 Mar 20:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Sep 06:38
290a7bb
Compare
Choose a tag to compare

What's changed

  • Added support for .NET 8
  • Added support for .NET Framework 4.5.2
  • Added outputTemplate and formatProvider to options

Previous changes

Contributors

Full Changelog: https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored/commits/v2.0.0