aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 192efee0..8f46e701 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,27 @@
+# v3.3.10
+
+* Fix for buffer display alignment and incorrect BEM classname
+* Fix for playback not resuming position after quality swap (fixes #991, thanks @philipgiuliani!)
+* Travis integration (thanks @friday!)
+* Translate quality badges and quality names (thanks @philipgiuliani!)
+* Improve captions handling for streaming (thanks @friday!)
+* Call duration update method manually if user config has duration (thanks @friday!)
+
+# v3.3.9
+
+Again, more changes from @friday!
+
+* Restore window reference in `utils.is.cue()`
+* Fix InvalidStateError and IE11 issues
+* Respect storage being disabled for storage getter
+
# v3.3.8
+Many changes here thanks to @friday:
+
* Added missing URL polyfill
* Pause while seeking to mimic default HTML5 behaviour
-* Add 'seeked' event listener to update progress (fixes #966)
+* Add `seeked` event listener to update progress (fixes #966)
* Trigger seeked event in youtube plugin if either playing or paused (fixes #921)
* Fix for YouTube and Vimeo autoplays on seek (fixes #876)
* Toggle controls improvements