mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-11 15:51:00 +00:00
v17.0.1
This commit is contained in:
parent
e106787927
commit
07cbd69ce3
@ -20,6 +20,14 @@ instructions, because git commits are used to generate release notes:
|
|||||||
|
|
||||||
<!-- scriv-insert-here -->
|
<!-- scriv-insert-here -->
|
||||||
|
|
||||||
|
<a id='changelog-17.0.1'></a>
|
||||||
|
## v17.0.1 (2024-01-25)
|
||||||
|
|
||||||
|
- [Bugfix] Error "'Crypto.PublicKey.RSA.RsaKey object' has no attribute 'dq'" during `tutor config save` was caused by outdated minimum version of the pycryptodome package. To resolve this issue, run `pip install --upgrade pycryptodome`. (by @regisb)
|
||||||
|
- [Feature] add `CONFIG_INTERACTIVE` action that allows tutor plugins to interact with the configuration at the time of the interactive questionnaire that happens during tutor local launch. (by @Alec4r).
|
||||||
|
- [Improvement] Add `.webp` and. `.otf` extensions to list of binary extensions to ignore when rendering templates.
|
||||||
|
- [Security] Fix JWT scopes in XBlock callbacks. (by @regisb)
|
||||||
|
|
||||||
<a id='changelog-17.0.0'></a>
|
<a id='changelog-17.0.0'></a>
|
||||||
## v17.0.0 (2023-12-09)
|
## v17.0.0 (2023-12-09)
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
- [Bugfix] Error "'Crypto.PublicKey.RSA.RsaKey object' has no attribute 'dq'" during `tutor config save` was caused by outdated minimum version of the pycryptodome package. To resolve this issue, run `pip install --upgrade pycryptodome`. (by @regisb)
|
|
@ -1 +0,0 @@
|
|||||||
- [Feature] add `CONFIG_INTERACTIVE` action that allows tutor plugins to interact with the configuration at the time of the interactive questionnaire that happens during tutor local launch. (by @Alec4r).
|
|
@ -1 +0,0 @@
|
|||||||
[Improvement] Add `.webp` and. `.otf` extensions to list of binary extensions to ignore when rendering templates.
|
|
@ -1 +0,0 @@
|
|||||||
- [Security] Fix JWT scopes in XBlock callbacks. (by @regisb)
|
|
@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
# Increment this version number to trigger a new release. See
|
# Increment this version number to trigger a new release. See
|
||||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||||
__version__ = "17.0.0"
|
__version__ = "17.0.1"
|
||||||
|
|
||||||
# The version suffix will be appended to the actual version, separated by a
|
# The version suffix will be appended to the actual version, separated by a
|
||||||
# dash. Use this suffix to differentiate between the actual released version and
|
# dash. Use this suffix to differentiate between the actual released version and
|
||||||
|
Loading…
Reference in New Issue
Block a user