diff --git a/docs/NEWS.md b/docs/NEWS.md index 722500a..56eff05 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,13 +1,13 @@ ### 1.9.15 - 8 December 2024 - * *feature:* new **--format** sequence "**%nL**", showing the most recent line written (#121) + * *feature:* new **--format** sequence "**%nL**", showing the most recent line written ([#121](https://codeberg.org/a-j-wood/pv/issues/121)) * *feature:* each **--format** sequence now has a more readable equivalent name, for example "**%r**" can be written as "**%{rate}**" * *feature:* new **--format** sequences "**%{progress-bar-only}**" and "**%{progress-amount-only}**" - * *fix:* allow **--format** to include "%nA" more than once, with different "n" values (#122) + * *fix:* allow **--format** to include "%nA" more than once, with different "n" values ([#122](https://codeberg.org/a-j-wood/pv/issues/122)) * *fix:* allow **--format** to include "%p" more than once, with optional width prefix * *fix:* calculate width correctly when wide characters are in **--format** strings - * *fix:* add _configure_ script fallback for **--remote** check when cross-compiling (#120) - * *fix:* allow **extra-display** to be changed by **--remote** (#123) + * *fix:* add _configure_ script fallback for **--remote** check when cross-compiling ([#120](https://codeberg.org/a-j-wood/pv/issues/120)) + * *fix:* allow **extra-display** to be changed by **--remote** ([#123](https://codeberg.org/a-j-wood/pv/issues/123)) * *cleanup:* refactored display formatters into separate functions * *cleanup:* improve format parser handling of dangling or invalid "%" sequences