Import images: add file handler
[blender-addons.git] / blender_id / CHANGELOG.md
blob62f743a746f501470e784df633003d366fe78669
1 # Blender ID Add-on Changelog
3 # Version 2.1 (released 2019-08-18)
5 - Add a timeout to communication with Blender ID. Any attempt at communication will now time out
6   after 5 seconds, and be re-tried 5 times. Combined a request can "hang" for a minute, but not
7   longer than that.
10 # Version 2.0 (released 2019-07-09)
12 - Require Blender 2.80+.
13 - Use the new URL https://id.blender.org/ for communication with Blender ID.
14 - API change: `blender_id.get_subclient_user_id()` now returns `''` instead of `None` when the user
15   is not logged in.
16 - Log which Blender ID instance is communicated with.
17 - Show which Blender ID instance is communicated with in the addon preferences,
18   if it was overridden by setting the `BLENDER_ID_ENDPOINT` environment variable.
19 - Automatically retry failed connections to Blender ID for more stability.
20 - Include Blender and add-on version in User-Agent header when communicating with Blender ID.
23 # Version 1.5 (released 2018-07-03)
25 - Support Blender 2.80.
28 ## Version 1.4.1 (released 2017-12-15)
30 - Improved error reporting when validating a token fails due to
31   connection errors.
34 ## Version 1.4 (released 2017-12-05)
36 - Added an extra date/time format for parsing the authentication token expiry date.
37 - Always show the "Validate" button when the user is logged in. This actively checks the token with
38   the server, whereas the "You are logged in" only bases that statement on locally-available
39   information (there is a token and it hasn't expired yet).
42 ## Version 1.3 (released 2017-06-14)
44 - Show a message after logging out.
45 - Store token expiry date in profile JSON.
46 - Show "validate" button when the token expiration is unknown.
47 - Urge the user to log out & back in again to refresh the auth token if it expires within 2 weeks.
48 - Added a method `validate_token()` to the public Blender ID Add-on API.
51 ## Older versions
53 The history of older versions can be found in the
54 [Blender ID Add-on Git repository](https://developer.blender.org/diffusion/BIA/).