Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Releases: valonsodev/moovi-video-supervisor

moovi-video-supervisor-extension_v3.1

09 Nov 02:54
Compare
Choose a tag to compare

Quick fix version.

General fixes:

  • Added unknown type div to properly handle unknown interactions.

Still pending fixes:

  • Video finding function is still not working on different page structure.

moovi-video-supervisor-extension_v3.0

06 Nov 01:30
Compare
Choose a tag to compare

Third version.

New features:

  • Added interface messages for ¿all? posible error cases so the user knows what is happening.
  • Extension should know work regardless of page structure, for more use cases inside Moovi. This is still in Beta as I don't have a way of actually testing it at the moment.

General changes:

  • FULLY REWRITTEN EXTENSION to support other webpage structures through modified DOM travrsal, not only PROGRAMACION I.
  • Answer scraping is now done through script injection for fewer code and less hardcoding.

General fixes:

  • Solved obnoxious runtime.lastError message for less confusing user experience.
  • Solved undefined variables error through timeout function with location.reload(), not perfect but it is required.
  • Fixed "unvalid" CSS class inheriting background.
  • Fixed video URL obtainment so it does not depend on page structure.

moovi-video-supervisor-extension_v2.0

29 Oct 07:37
Compare
Choose a tag to compare

Second version.

New features:

  • Access embeded video url to allow full control in case of necessity.
  • Extract interaction answers through deestructuring of embedded script.

General changes:

  • Set array extraction and script to occur on popup construction to allow easier error handling and cleaner code.
  • Fully implemented jQuery in content-script for better perfomance and easier control.
  • Grouped and stylized buttons in popup to better fit the theme.

General fixes:

  • Fixed navigation buttons not disabling previous interactions correctly sometimes.
  • Fixed unordered answers due to bad ordering in script.
  • Fixed CSS selector error which caused question_div to not shake.
  • Fixed unvalid page div to correctly display over wrapper's z-index.

moovi-video-supervisor-extension_v1.0

28 Oct 16:23
Compare
Choose a tag to compare

First version

Current features:

  • Set custom playback rate.
  • Navigation to interactive content with dynamically generated buttons.