You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Release Notes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
### New in 0.3.0
2
+
3
+
* Fix printing escaped parts when text is accumulated. `colorprintfn "1 %d %d" 2 3` was generating `231` ([Issue #1](https://github.com/vbfox/ColoredPrintf/issues/1))
4
+
1
5
### New in 0.2.0
2
6
3
7
* Colors can now be specified as parameters like: `colorprintfn "Hello $%A[world] !" ConsoleColor.Red`.
0 commit comments