This repository was archived by the owner on Oct 2, 2022. It is now read-only.
Releases: valonsodev/moovi-video-supervisor
Releases · valonsodev/moovi-video-supervisor
moovi-video-supervisor-extension_v3.1
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
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
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
First version
Current features:
- Set custom playback rate.
- Navigation to interactive content with dynamically generated buttons.