- clammr is going out of business soon, so no sharing any more
- ability to skip between playlist entries
- extract more information from feed playlist entries
- add possibility to add a playlist via initial configuration to allow more advanced uses
- add podcast title to configuration parser
- iframe is loaded from the same protocol as the surrounding site (before always used https)
- regression in chapter mark update while playing
- various problems with extracting playlists from feeds
- ensure correct order of chapter marks
- issues when clicking playlist items
- title link opening in iframe
- regression in deep linking code
- problem with injecting configuration into iframe
- improve deep link capabilities
- HTML entity encoding in themes
- problems with transcripts in Safari
- update vtt.js to work around bug in Firefox
- some smaller Internet Explorer related issues
- improvements for loading indicator
- clean up internal player events
- support for player.js protocol
- WebVTT transcript support
- iframe resizing too late
- play button not reacting on mobile safari
- resize iframe again if media is loaded to late
- some new icons
- loading animation if play button is clicked before audio is ready to play
- UI problems with transcript speakers
- fix off-by-one error in transcript search
- transcript extension supports JSON
- UI problems in transcript search
- fix off-by-one error in transcript search
- search in transcripts
- transcript extension supports SRT
- duration is now available in templates
- switched from fontawesome to a custom icon set
- horizontal resizing should work better now
- Passing JSON configuration directly through the data-configuration attribute
- Loading bar was always showing on Safari
- clammr integration was not using https URLs
- only show clammr button if there is something to share
- Improve responsive behaviour
- Episode titles are now linked in the 'out-of-the-box' themes
- Clammr support (https://www.clammr.com)
- Embed URL is only shown when player is configured with a JSON URL
- Playlist behavior is now less error prone and can handle more than just mp3 feeds
- Player now chooses a suitable format for playing (47077)
- iframe only mode (2776f)
- introduced
startPanel
configuration to choose panel shown by default more easily
- removed
showOnStart
configuration option for each extension - refactored extension rendering
- Race condition when panel was opened on start
- Resize player interface when window size changes
- Add embed code to share extension
- Disabled waveform extension because of serious issues
- JS loading errors from Chromecast extension
- Changed
episode.cover_url
configuration option toepisode.coverUrl
for consistency, still works but will be removed in the future
- Share with timestamp aka. deeplinking
- Mobile breakpoints are now more appropriate
- [internal] the way to instantiate player component
- [internal] the way configuration was passed in through the embed iframe