Releases: vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored
Releases · vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored
v2.1.2
v2.1.1
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
v2.0.0
What's changed
- Added support for .NET 8
- Added support for .NET Framework 4.5.2
- Added outputTemplate and formatProvider to options
Previous changes
- Added auto scroll property. by @vonhoff in #3
- Implement maximum log lines #5 by @dlampa in #6
- v1.2.1 Implement maximum log lines; by @vonhoff in #7
- Fix autoscrolling issue with line limit; by @dlampa in #9
- V1.2.2 by @vonhoff in #10
Contributors
- @vonhoff made their first contribution in #3
- @dlampa made their first contribution in #6
- @BatLine made their first contribution in #12
Full Changelog: https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored/commits/v2.0.0