Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md « blender_id - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c7709f7d2f3096c381d5ad296018216f9516354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Blender ID Add-on Changelog

## Version 1.4 (released 2017-12-05)

- Added an extra date/time format for parsing the authentication token expiry date.
- Always show the "Validate" button when the user is logged in. This actively checks the token with
  the server, whereas the "You are logged in" only bases that statement on locally-available
  information (there is a token and it hasn't expired yet).


## Version 1.3 (released 2017-06-14)

- Show a message after logging out.
- Store token expiry date in profile JSON.
- Show "validate" button when the token expiration is unknown.
- Urge the user to log out & back in again to refresh the auth token if it expires within 2 weeks.
- Added a method `validate_token()` to the public Blender ID Add-on API.


## Older versions

The history of older versions can be found in the
[Blender ID Add-on Git repository](https://developer.blender.org/diffusion/BIA/).