Skip to content

Commit 453b378

Browse files
committed
Extend the NEWS file, make a new version (0.4.0)
1 parent 5a2277b commit 453b378

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: kwb.nextcloud
22
Title: R Package for Accessing Nextcloud Using WebDAV API
3-
Version: 0.3.0.9000
3+
Version: 0.4.0
44
Authors@R: c(
55
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-0647-7726")),

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [kwb.nextcloud 0.4.0](https://github.com/KWB-R/kwb.nextcloud/releases/tag/v0.4.0) <small>2024-10-15</small>
2+
3+
* Add `file_exists()`
4+
* Add `get_file_versions()`
5+
* Fix bug in `path_to_file_href()` that occurred when a user name contained
6+
spaces. Document and export this function.
7+
* `download_files()`: Add argument `dbg`
8+
* `get_version_info()`: Add argument `dbg`
9+
* Deprecate `list_file_versions()`
10+
111
# [kwb.nextcloud 0.3.0](https://github.com/KWB-R/kwb.nextcloud/releases/tag/v0.3.0) <small>2021-06-03</small>
212

313
* 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)

0 commit comments

Comments
 (0)