File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333----
3434## What's new in the latest version
3535
36- ### V5.0.4
36+ ### V5.0.5
3737[ ** Top** ] ( #table-of-contents )
3838
39- - Fixed : Missing target framework .Net10 in Nuget package.
39+ - Fixed : WriteLine does not support two colors in one line.
40+ - Fixed : WriteLine does not support Extended colors.
41+ - Improved : Normalize newlines method to support better cross-platform compatibility.
4042
41- ### V5.0.3
43+ ### V5.0.4 / V5.0. 3
4244[ ** Top** ] ( #table-of-contents )
4345
46+ - Fixed : Missing target framework .Net10 in Nuget package (V5.0.4).
4447- Improved : AnsiDetector has been improved.
4548- Improved : Check requires a terminal/console environment at startup.
4649 - System.Console.IsInputRedirected or System.Console.IsOutputRedirected not supported.
Original file line number Diff line number Diff line change @@ -10,12 +10,15 @@ PromptPlus **Supports 4/8/24-bit colors** in the terminal with auto-detection of
1010
1111#### [ Visit the official page for complete documentation of PromptPlus] ( https://github.com/FRACerqueira/PromptPlus )
1212
13- ## V5 .0.4
13+ ### What's new inV5 .0.5
1414
15- - Fixed : Missing target framework .Net10 in Nuget package.
15+ - Fixed : WriteLine does not support two colors in one line.
16+ - Fixed : WriteLine does not support Extended colors.
17+ - Improved : Normalize newlines method to support better cross-platform compatibility.
1618
17- ## What's new in V5.0.3
19+ ## What's new in V5.0.4 / V5.0. 3
1820
21+ - Fixed : Missing target framework .Net10 in Nuget package. (v5.0.4)
1922- Improved : AnsiDetector has been improved.
2023- Improved : Check requires a terminal/console environment at startup.
2124 - System.Console.IsInputRedirected or System.Console.IsOutputRedirected not supported.
Original file line number Diff line number Diff line change @@ -27,13 +27,17 @@ PromptPlus was developed in C# with target frameworks:
2727- .NET 9
2828- .NET 8
2929
30- *** What's new in V5.0.4 ***
30+ *** What's new in V5.0.5 ***
3131----------------------------
3232
33- - Fixed : Missing target framework .Net10 in Nuget package.
33+ - Fixed : WriteLine does not support two colors in one line.
34+ - Fixed : WriteLine does not support Extended colors.
35+ - Improved : Normalize newlines method to support better cross-platform compatibility.
3436
35- *** What's new in V5.0.3 ***
36- ----------------------------
37+ *** What's new in V5.0.4/V5.0.3 ***
38+ -----------------------------------
39+
40+ - Fixed : Missing target framework .Net10 in Nuget package (v5.0.4).
3741- Improved : AnsiDetector has been improved.
3842- Improved : Check requires a terminal/console environment at startup.
3943 - System.Console.IsInputRedirected or System.Console.IsOutputRedirected not supported.
You can’t perform that action at this time.
0 commit comments