You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.