Fix byte prefix at low rates so it is two spaces, not one

This commit is contained in:
Andrew Wood
2023-07-23 17:13:14 +01:00
parent 909355619b
commit c39e97ec5a
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
0.0.20230723-UNRELEASED
* fix: correct byte prefix size to 2 spaces in rate display, so progress display size remains constant at low transfer rates
* cleanup: Rewrote `configure.in` as per suggestions in newer "`autoconf`" manuals
* cleanup: replaced `header.in` with one generated by "`autoheader`", moving custom logic to a separate header file "`config-aux.h`"
* cleanup: added copyright notice to all source files as per GNU standards