Skip to content

0.15.0

Compare
Choose a tag to compare
@mihaeu mihaeu released this 06 Jun 12:53
· 22 commits to main since this release
8467b97

[0.15.0] - 2022-06-06

Added

  • Added config option personalAccessToken and environment variable CONFLUENCE_PERSONAL_ACCESS_TOKEN in order to support authentication using personal access tokens. (solves #26)
  • Added --insecure flag in order to not have to use NODE_TLS_REJECT_UNAUTHORIZED=0 in cases where it's needed.

Changed

  • Pictures are now only uploaded if they differ in filename or size. Only pictures that do not match will be deleted remotely (previously all pictures were deleted, then all were uploaded).

Fixed

  • Fixed cache check so that only real changes in files require an update.