Skip to content

Releases: lduarte1991/hxat

Updated Youtube Support for Video Annotations + Allow Embedding Annotation Objects via Iframes

29 Jul 20:45
c07bcc3
Compare
Choose a tag to compare

Video Annotations Release - VideoJS

29 Apr 14:36
f59003c
Compare
Choose a tag to compare
Merge pull request #143 from lduarte1991/2021-03-09-new-video-ui

UI Updates for Video Annotations (VideoJS)

Live Updates

21 Aug 20:39
7d6794b
Compare
Choose a tag to compare
  • live updates via websockets
  • fixes in jwt signature checks
  • hxighlighter fix in hrange for text annotations (hxighlighter v1.3.1)

Admin Hub fixes

22 Apr 19:42
4c7098a
Compare
Choose a tag to compare

Contains some small fixes to language in the admin hub, as well as hiding features not commonly used by the content creators to decrease complexity.

Also contains fixes to edit page for video sources, since the content disappeared in the form (though remained in the database.

Fixing Delete Annotations Bug in Text Annotations

14 Apr 21:10
Compare
Choose a tag to compare

Fixes a bug where text annotations could not be deleted once they were made because an annotation object was not passed around to the viewer.

Removing annotation length limit for instructors

31 Mar 19:39
Compare
Choose a tag to compare
v3.3.1

Updating Hxighlighter to not limit text size for instructors

UI Updates for Image Annotation (Still using Mirador 2)

17 Mar 17:44
4d74d60
Compare
Choose a tag to compare
  • Includes new plugins for Mirador v2 in order to ensure consistency in UI across media types.
  • Sidebar moved to the left and looks like in the new Text Hxighlighter UI
  • Available Tags changed to Instructor tags
  • A few bug fixes that are relevant for plugins used in both text and images.

Fixing Grading Issue

14 Nov 21:55
93b7762
Compare
Choose a tag to compare

(Optional update if not using LTI grade passback)

If you are using the participation grading via LTI in the old UI, this update should get everything up and running again. A button was added to have user force the grade passback to the LMS via LTI. The new version is working as intended though there may be a fix later on to also add the "grade me" button.

Admin Hub Assignment Fixes

01 Nov 18:52
0c967d9
Compare
Choose a tag to compare

Changed type of tags property in Assignments from CharField to TextField and increased max length.
Changed wording of annotations settings from save to "continue editing" to reduce confusion amongst instructors thinking their tags were saved when they weren't.
Changed code to allow comma-separated values as tags (purely so the assignment form wouldn't break) but client-side they will NOT display correctly.

Backward Compatibility Fixes & Small UI Changes

29 Oct 18:47
1bf094b
Compare
Choose a tag to compare
  1. Updated Hxighlighter's h-range file to forego checking global position if the variable does not exist (as it does not for annotations created before switch to WebAnnotations).
  2. Added check to see if in cases where the xpath matches, but the text does not, that nonalphanumeric differences (such as extra spaces or carriage returns) are accepted as still matching.
  3. Added some padding to the lower end of the previous-next button
  4. Added message when editing text target objects to warn authors of the implications to any annotations that may have been made beforehand. It also disables to text and requires manual override to edit.
  5. Added fix to show the proper values for video links.