From eeb3078ee9b5ea21fdf6ecef34c84b0b07fe4b15 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Fri, 8 Jul 2022 13:20:54 +0200 Subject: [PATCH] Add changelog for 0.2.1 --- changelog/0.2.1.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/0.2.1.txt diff --git a/changelog/0.2.1.txt b/changelog/0.2.1.txt new file mode 100644 index 0000000..7361437 --- /dev/null +++ b/changelog/0.2.1.txt @@ -0,0 +1,10 @@ +Changes in version 0.2.1 +- add support for local cache (adds --no-cache and --cache-dir options) +- added --prune option to forget +- restore: display and ignore most errors during restore +- restore: handle much more cases +- fix chunker for empty files +- REST backend: fix url path +- Local backend: fix treatment of additional files +- added fully support special files +- Allow specifying global options with subommands