Track the chosen size of format segments so that "%nA" can appear more than once, with different "n" values (#122).

This commit is contained in:
Andrew Wood
2024-12-07 19:39:44 +00:00
parent c4c7b9ec00
commit 53b5ea54c6
11 changed files with 102 additions and 77 deletions
+1
View File
@@ -1,5 +1,6 @@
### UNRELEASED
* *feature:* allow **--format** to include "%nA" more than once, with different "n" valeus (#122)
* *fix:* add _configure_ script fallback for **--remote** check when cross-compiling (#120)
* *fix:* allow **extra-display** to be changed by **--remote** (#123)