From 453b3783e85c0145c8dd69a2d20ae5703ef256b5 Mon Sep 17 00:00:00 2001 From: hsonne Date: Tue, 15 Oct 2024 14:37:32 +0200 Subject: [PATCH] Extend the NEWS file, make a new version (0.4.0) --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 94aa631..7d370a9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: kwb.nextcloud Title: R Package for Accessing Nextcloud Using WebDAV API -Version: 0.3.0.9000 +Version: 0.4.0 Authors@R: c( person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0647-7726")), diff --git a/NEWS.md b/NEWS.md index 481fea3..9f49891 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# [kwb.nextcloud 0.4.0](https://github.com/KWB-R/kwb.nextcloud/releases/tag/v0.4.0) 2024-10-15 + +* Add `file_exists()` +* Add `get_file_versions()` +* Fix bug in `path_to_file_href()` that occurred when a user name contained + spaces. Document and export this function. +* `download_files()`: Add argument `dbg` +* `get_version_info()`: Add argument `dbg` +* Deprecate `list_file_versions()` + # [kwb.nextcloud 0.3.0](https://github.com/KWB-R/kwb.nextcloud/releases/tag/v0.3.0) 2021-06-03 * Add `move_file_or_folder()`: see [Moving files and folders](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/basic.html#moving-files-and-folders-rfc4918)