Skip to content

Commit

Permalink
v17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jan 25, 2024
1 parent e106787 commit 07cbd69
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ instructions, because git commits are used to generate release notes:

<!-- 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>
## v17.0.0 (2023-12-09)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20231214_110904_regis_rsa_error.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20240118_155012_r.khetani.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20240122_093036_regis_jwt_security.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Increment this version number to trigger a new release. See
# 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
# dash. Use this suffix to differentiate between the actual released version and
Expand Down

0 comments on commit 07cbd69

Please sign in to comment.