Releases: Harvard-ATG/hxat
Releases · Harvard-ATG/hxat
v1.7.5
Fixed an issue with the starting resource causing a permission denied error when the starting resource pointed to a non-existent assignment.
v1.7.4
Fixed bug with session invalidation.
v1.7.3
Add support for cookieless sessions on index.
v1.7.2
Updated django
from 1.7.1 to 1.7.11.
v1.7.1
Replaced X-Frame-Options
with Content-Security-Policy
.
v1.7.0
This release includes some cleanup and updating of dependencies.
v1.6.5
Changes in this release:
- Fixes an issue with the summernote WYSIWYG editor when editing source texts that contain HTML.
- Adds the WISIWYG editor to the instructions field.
v1.6.4
Fixed bug with tag highlighting where a user could not reply to an annotation. The issue was triggered when an annotation had a tag that wasn't assigned a color.
v1.6.3
Fixes a bug with the maximum number of launches per browser session. See PR #94.
v1.6.2
Hotfix for issue with text size adjustment when dealing with embedded styles (i.e. the dreaded msoNormal
) and font size specified in floating point units.