From dc984595b2a447c77d1b8bbc86c1f76456460fd2 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Fri, 15 Mar 2024 17:47:46 +0100 Subject: [PATCH] release 3.17.0 --- CHANGELOG.md | 13 +++++++++++++ changelog.d/+escape_control_characters.added.md | 2 -- 2 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/+escape_control_characters.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0594255e1..05b365893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ upcoming release can be found in [changelog.d](changelog.d). +## [3.17.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.17.0) - 2024-03-15 + + +### Fixed + +- Control character escaping is now enabled by default if running in a terminal for improved security. + +### Added + +- Added `--escape-control-characters` and `--no-escape-control-characters` flags, + as well as `B2_ESCAPE_CONTROL_CHARACTERS` env var to explicitly enable or disable control character escaping. + + ## [3.16.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.16.1) - 2024-02-26 diff --git a/changelog.d/+escape_control_characters.added.md b/changelog.d/+escape_control_characters.added.md deleted file mode 100644 index cde37484e..000000000 --- a/changelog.d/+escape_control_characters.added.md +++ /dev/null @@ -1,2 +0,0 @@ -Added `--escape-control-characters` and `--no-escape-control-characters` flags as well as `B2_ESCAPE_CONTROL_CHARACTERS` env var. -Control characters escaping is enabled by default if b2 is running in a terminal.