Skip to content

Releases: raucao/rs-backup

1.10.0

Choose a tag to compare

@raucao raucao released this 18 Jul 11:03
v1.10.0
20dcf96
  • 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

Choose a tag to compare

@raucao raucao released this 18 Jul 10:36
v1.9.1
27e42ee
  • Ignore npmrc
  • Update README

1.9.0

Choose a tag to compare

@raucao raucao released this 18 Jul 10:33
v1.9.0
c76d4a6
  • Retry certain kinds of failed requests (@rosano)
  • Use correct version in user-agent string

1.8.0

Choose a tag to compare

@raucao raucao released this 13 Sep 17:56
f6017d5

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

Choose a tag to compare

@raucao 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

  • Update webfinger.js

1.7.0

Choose a tag to compare

@raucao 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

Choose a tag to compare

@raucao 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

Choose a tag to compare

@raucao raucao released this 12 Apr 14:28

Bugfixes

  • Fix last remaining encoding issues with # characters and some other special chars

1.6.0

Choose a tag to compare

@raucao 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

  • Color error lines in red