Releases: raucao/rs-backup
Releases · raucao/rs-backup
1.10.0
Compare
Sorry, something went wrong.
No results found
raucao
released this
18 Jul 11:03
Send Origin header matching the redirect URL (@DougReeder )
Update dependencies, lockfile version
Upgrade commander library/usage
Fix User-Agent version for restores
1.9.1
Compare
Sorry, something went wrong.
No results found
raucao
released this
18 Jul 10:36
Ignore npmrc
Update README
1.9.0
Compare
Sorry, something went wrong.
No results found
raucao
released this
18 Jul 10:33
Retry certain kinds of failed requests (@rosano )
Use correct version in user-agent string
1.8.0
Compare
Sorry, something went wrong.
No results found
raucao
released this
13 Sep 17:56
Added
Add new include-public option for single-category operations
Document how to copy/rename a folder (see docs/)
Improved
Update dependencies
Update JS syntax
Update package metadata
Require current node.js LTS version
1.7.1
Compare
Sorry, something went wrong.
No results found
raucao
released this
28 Jan 14:07
Bugfixes
Show the actual reason/error when a Webfinger HTTP request fails
Don't fail and exit the program when a local file can't be read. Show an error instead.
Enhancements
1.7.0
Compare
Sorry, something went wrong.
No results found
raucao
released this
18 Nov 15:18
Enhancements
Do not ask for user address in prompt, if already supplied via CLI argument
Tell user when permission is denied, and abort program
Improve output (colors, format)
1.6.2
Compare
Sorry, something went wrong.
No results found
raucao
released this
13 Apr 11:51
Bugfixes
Don't encode slashes in pathnames, as it's not supported by all known RS servers
1.6.1
Compare
Sorry, something went wrong.
No results found
raucao
released this
12 Apr 14:28
Bugfixes
Fix last remaining encoding issues with # characters and some other special chars
1.6.0
Compare
Sorry, something went wrong.
No results found
raucao
released this
12 Apr 14:02
Bugfixes
Properly encode all URIs for backups (i.e. GET requests)
Log errors and do not write files for unsuccessful responses (anything other than 200/304)
Enhancements