From 8a0b8fbfdcb63c27d7daeaf34a9ab2fe2fb47a14 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Wed, 13 Nov 2024 08:00:36 -0800 Subject: [PATCH 1/2] Add NEWS bullet --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index bbf4fd28..5194c2f1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # cli (development version) +* The format of the URI part of "run", "help" and "vignette" hyperlinks can now + be configured via options and env vars (@jennybc, #739). + * `cli_progress_bar()` now accepts `total` = Inf or -Inf which mimics the behavior of when `total` is NA. * `num_ansi_colors()` now does not warn in Emacs if the `INSIDE_EMACS` From 9d6e9db195d2bb1e7231d467dec2e0571f81f48d Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Wed, 13 Nov 2024 08:00:46 -0800 Subject: [PATCH 2/2] Bump dev version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 16ec2c8a..ca091b38 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cli Title: Helpers for Developing Command Line Interfaces -Version: 3.6.3.9000 +Version: 3.6.3.9001 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Hadley", "Wickham", role = "ctb"),