- Fix login headers using `requests.session()` (DL6ER)
0.8.0
- New way to log in without password (thanks to Dielee)
0.7.0
- be able to build client with access_token, refresh_token and user_id (should help to avoid login email sent by tgtg) - Fix login
0.6.0
Update user agent
0.5.0
- Fix refresh token - Add signup (let you create tgtg account through API)
0.4.0
- Refresh access token every 4 hours (fix 63) - Deprecate `access_token` and `user_id` when building client (will be remove on next release) - Client accept custom timeout (None by default) thanks MaxWinterstein