diff options
author | Sam Potts <sam@potts.es> | 2019-04-12 18:37:11 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-04-12 18:37:11 +1000 |
commit | 9bb75f6f52a59165a63fab0827a894b73510a641 (patch) | |
tree | 9f63784bad812834092b51d4e19b7485b5423320 | |
parent | 3b7a24456dea16ee58da5f4b6ca49ea3ddbc63ef (diff) | |
download | plyr-9bb75f6f52a59165a63fab0827a894b73510a641.tar.lz plyr-9bb75f6f52a59165a63fab0827a894b73510a641.tar.xz plyr-9bb75f6f52a59165a63fab0827a894b73510a641.zip |
Changelog
-rw-r--r-- | changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b604a29e..8b3d378f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +## v3.5.3 + +- Improved the usage of the `ratio` config option; it now works as expected and for all video types. The default has not changed, it is to dynamically, where possible (except YouTube where 16:9 is used) determine the ratio from the media source so this is not a breaking change. +- Added new `ratio` getter and setter +- Fix: Properly clear all timeouts on destroy +- Fix: Allow absolute paths in preview thumbnails +- Improvement: Allow optional hours and ms in VTT parser in preview thumbnails + ## v3.5.2 - Fixed issue where the preview thumbnail was present while scrubbing |