Skip to content

Releases: MortalFlesh/console-style

Version 6.0.0

14 Dec 11:26
4f7f39b
Compare
Choose a tag to compare

6.0.0 - 2023-12-14

  • [BC] Use net 8.0

Version 5.0.0

06 Dec 10:01
414f9b2
Compare
Choose a tag to compare

5.0.0 - 2022-12-06

  • [BC] Use net 7.0

Version 4.4.0

02 Nov 09:59
b02f57f
Compare
Choose a tag to compare

4.4.0 - 2022-11-02

  • Add NoMarkup constructors
  • Add ConsoleStyle members
    • Output with get, set
    • Style with get, set

Version 4.3.0

02 Nov 09:10
55b2836
Compare
Choose a tag to compare

4.3.0 - 2022-11-02

  • Add NoMarkup Output

Version 4.2.0

24 Oct 12:25
a212c63
Compare
Choose a tag to compare

4.2.0 - 2022-10-24

  • Allow to use custom progress bar instance
    • Add IProgress interface for a progress bar
    • Add ConsoleStyle method
      • CreateProgressWith
      • ProgressStartDefault
  • Allow to create inactive progress bar
    • Add ProgressBar.inactive function
  • Add custom tag
    • number to style numbers
    • u for underline
    • b for bold
    • i for italic

Version 4.1.0

19 Oct 15:37
282bc77
Compare
Choose a tag to compare

4.1.0 - 2022-10-19

  • Show errors with more then 2 lines just in red foreground, without a block

Version 4.0.0

19 Oct 09:16
d0358c0
Compare
Choose a tag to compare

4.0.0 - 2022-10-19

  • [BC] Require Fully Qualified access for OutputType

Version 3.0.0

05 Oct 14:30
45ecbfc
Compare
Choose a tag to compare

3.0.0 - 2022-10-05

  • [BC] Use net 6.0
  • Update dependencies
  • [BC] Remove CompiledName attribute
  • Add Outputs
    • Buffer
    • Console
    • Print
  • [BC] Make ConsoleStyle as instance, not as a global functions
  • Add Font to MainTitle
  • Add Style settings
  • Add output functions
    • Note
    • Tabs
    • Warning
    • WriteLine
  • Enhance markup (colors, underline, bold, italic, ...)
  • Progress bar
    • Add ProgressBar type to implement IDisposable instead of using option
    • [BC] Change ProgressBar functions to use ProgressBar type
      • Console.progressStart
      • Console.progressAdvance
      • Console.progressFinish
    • Add ProgressBar children