Blender ID: updated to 2.0.0

No functional changes, just a version bump from 1.9.999 to 2.0.0.
This commit is contained in:
Sybren A. Stüvel 2019-07-09 10:53:55 +02:00
parent e08d6983c0
commit aa3366b780
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Blender ID Add-on Changelog
# Version 2.0 (in development)
# Version 2.0 (released 2019-07-09)
- Require Blender 2.80+.
- Use the new URL https://id.blender.org/ for communication with Blender ID.
@ -8,7 +8,7 @@
is not logged in.
- Log which Blender ID instance is communicated with.
- Show which Blender ID instance is communicated with in the addon preferences,
if it was overridden by setting the BLENDER_ID_ENDPOINT environment variable.
if it was overridden by setting the `BLENDER_ID_ENDPOINT` environment variable.
- Automatically retry failed connections to Blender ID for more stability.
- Include Blender and add-on version in User-Agent header when communicating with Blender ID.

View File

@ -23,7 +23,7 @@
bl_info = {
'name': 'Blender ID authentication',
'author': 'Sybren A. Stüvel, Francesco Siddi, and Inês Almeida',
'version': (1, 9, 999),
'version': (2, 0, 0),
'blender': (2, 80, 0),
'location': 'Add-on preferences',
'description':