Loading
Commits on Source 8
-
Scrambled 777 authored
-
Rafael authored
-
Nikolaus Rosenmayr authored
This commit adds support for markup when updating the progress bar label with values read from STDIN. Initially, commit 70ea28f3 introduced reading from STDIN. At that time, markup support was not available, as neither the initial setting nor updates via STDIN utilized it. Later, commit 5547de93 introduced support for markup, but only for the initial label. There are no explanations in the commit message for this limitation, so it seems unintentional. Supporting markup on every update of the label enhances the usability of the progress bar. The label can be used for structured messages, which may improve the visibility of long texts for the user. fix issue #93 (cherry picked from commit fcc5f70f)
-
Logan Rathbone authored
Fixes: #100 (cherry picked from commit 88116e37)
-
Logan Rathbone authored
Addition prompted by: #100. (cherry picked from commit 8f9a51e3)
-
Logan Rathbone authored
Detected after adding the test; thanks to the reporters of #100. (cherry picked from commit dc902bea)
-
Logan Rathbone authored
-
Jeremy Bícha authored