Skip to content

Commit

Permalink
Implemented new encrypted authentication mechanism (API v2)
Browse files Browse the repository at this point in the history
Dropped old plaintext authentication mechanism (API v1)
Fixed issue #67
Exchanged axios with got for HTTP/2 support
  • Loading branch information
bropat committed Nov 20, 2021
1 parent e4b78c6 commit 82c0e62
Show file tree
Hide file tree
Showing 11 changed files with 714 additions and 185 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ Please use GitHub issues for this.

## Changelog

### 1.3.0 (2021-11-20)

* (bropat) Implemented new encrypted authentication mechanism (API v2)
* (bropat) Dropped old plaintext authentication mechanism (API v1)
* (bropat) Fixed issue #67
* (bropat) Exchanged axios with got for HTTP/2 support

**Note:** If you have 2FA enabled, you will need to authenticate again after this update.

### 1.2.4 (2021-11-17)

* (bropat) Fixed issue #63
Expand Down
Loading

0 comments on commit 82c0e62

Please sign in to comment.