Skip to content

0.7.1

Latest

Choose a tag to compare

@freekmurze freekmurze released this 16 May 03:20
· 10 commits to main since this release
d2d44cf

What's new

  • there-there login now links to the correct API token page. The printed URL pointed at /app/settings/user/api-tokens, which returned a 404. It now points at /settings/account/api-tokens.
  • Failed logins surface the real error. Any non-2xx response previously printed Invalid API token., even when the token was valid and the server returned a different error. Genuine 401s still say Invalid API token.; everything else now shows the server's status and message.