Add automatic scoring functionality for sections that have the scoring-section property set. PR: 364
Allow users to record audio when capturing video. The new 'recordAudio' attribute to tangy-video-capture input adds audio to the video capture. PR: #363
Updates to the following libs: terser, moment, xzing.
The <tangy-photo-capture> input may now save to the file system. It uses the same TANGY_MEDIA_UPDATE event as tangy-video-capture.
In the consuming application, cancel the event (event.preventDefault()) if you wish it to use the original behaviour of saving to the local Pouchdb instance. See the ./demo/tangy-photo-capture.html example for implementation details.