Skip to content

Commit

Permalink
Extend the NEWS file, make a new version (0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Oct 15, 2024
1 parent 5a2277b commit 453b378
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [kwb.nextcloud 0.4.0](https://github.com/KWB-R/kwb.nextcloud/releases/tag/v0.4.0) <small>2024-10-15</small>

* 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) <small>2021-06-03</small>

* 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)
Expand Down

0 comments on commit 453b378

Please sign in to comment.