Releases: MortalFlesh/console-style
Releases · MortalFlesh/console-style
Version 6.0.0
6.0.0 - 2023-12-14
- [BC] Use net 8.0
Version 5.0.0
5.0.0 - 2022-12-06
- [BC] Use net 7.0
Version 4.4.0
4.4.0 - 2022-11-02
- Add
NoMarkup
constructors - Add
ConsoleStyle
membersOutput
with get, setStyle
with get, set
Version 4.3.0
4.3.0 - 2022-11-02
- Add
NoMarkup
Output
Version 4.2.0
4.2.0 - 2022-10-24
- Allow to use custom progress bar instance
- Add
IProgress
interface for a progress bar - Add
ConsoleStyle
methodCreateProgressWith
ProgressStartDefault
- Add
- Allow to create inactive progress bar
- Add
ProgressBar.inactive
function
- Add
- Add custom tag
number
to style numbersu
for underlineb
for boldi
for italic
Version 4.1.0
4.1.0 - 2022-10-19
- Show errors with more then 2 lines just in red foreground, without a block
Version 4.0.0
4.0.0 - 2022-10-19
- [BC] Require Fully Qualified access for
OutputType
Version 3.0.0
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
toMainTitle
- Add
Style
settings - Add output functions
Note
Tabs
Warning
WriteLine
- Enhance markup (colors, underline, bold, italic, ...)
- Progress bar
- Add
ProgressBar
type to implementIDisposable
instead of usingoption
- [BC] Change
ProgressBar
functions to useProgressBar
typeConsole.progressStart
Console.progressAdvance
Console.progressFinish
- Add
ProgressBar
children
- Add