From cb29deed542bdc0671a23ae0b7ac9c279fb2b6cb Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 1 Aug 2026 14:52:25 +0100 Subject: [PATCH] Note the new --conemu option to go with the format string. --- docs/NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NEWS.md b/docs/NEWS.md index 3b271cf..05632b9 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,6 +1,6 @@ ### UNRELEASED - * *feature:* new **--format** string **%{progress-conemu}** to show progress in the terminal title tab on terminals with ConEmu OSC 9;4 support ([#202](https://codeberg.org/ivarch/pv/issues/202)) + * *feature:* new **--format** string **%{progress-conemu}**, and option **--conemu**, to show progress in the terminal title tab on terminals with ConEmu OSC 9;4 support ([#202](https://codeberg.org/ivarch/pv/issues/202)) * *cleanup:* eliminate potential for closure of standard output under a combination of error conditions when using **--monitor** mode ([#201](https://codeberg.org/ivarch/pv/pulls/201)) ### 1.11.0 - 11 June 2026