Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Releases: mikesteele/dual-captions

v2.6.1

27 Feb 17:04
63c5e9a
Compare
Choose a tag to compare

Changelog

  • Replaces "small text" setting with "text size" slider.
  • Removes in-player settings modal.

Capture d’écran 2021-02-27 à 11 58 58

v2.6.0

22 Aug 19:54
7a0f4ad
Compare
Choose a tag to compare

Changelog

  • Redesigns the browser_action to be easier to use.
  • Adds additional zh_tw translations for the UI. (thanks @tamama9527)

v2.5.0

26 May 20:53
cf78361
Compare
Choose a tag to compare

Changelog

  • Adds Disney+ Integration (beta)
  • Make YouTube captions match background (thanks @2jun0)
  • Bug fix: Fix bookmarking captions on Kanopy
  • Bug fix: Fix in-video second language selector
  • Bug fix: Fix #136 by blocking autogenerated caption files on YouTube

v2.4.4

27 Mar 16:32
1fc6759
Compare
Choose a tag to compare

Changelog

  • Move up captions to prevent issues in fullscreen
  • Fixes #130

v2.4.3

09 Feb 18:48
6a2da01
Compare
Choose a tag to compare

Changelog

  • YouTube added a new caption schema recently. This version adds a new parser for it.
  • Fixes #128
  • Adds SRTParser as part of #80
  • Bug fix: no pointer-events for second subtitles

v2.4.2

25 Dec 23:33
09d4a9a
Compare
Choose a tag to compare

Changelog

  • Fixes a bug where the extension couldn't re-use settings
  • Fixes issue #119

v2.4.1

19 Dec 01:41
af5f878
Compare
Choose a tag to compare

Changelog

  • Allows user to download subtitles as an SRT file from Netflix, Youtube and Kanopy.

In the browser_action:




Capture d’écran 2019-12-18 à 20 38 28






An example of using YouTube subtitles in VLC:


Capture d’écran 2019-12-17 à 22 21 07

v2.4.0 - Kanopy.com (beta)

06 Dec 04:03
040d02f
Compare
Choose a tag to compare

Changelog

  • Adds Kanopy.com support (in beta)
  • Creates site_integrations module, making it easier to integrate more sites in the future

Please open issues if you experience bugs on Kanopy.

If you're learning French and speak English, like me, here's a great movie on Kanopy you can learn with: https://kanopy.com/video/umbrellas-cherbourg

Capture d’écran 2019-12-05 à 22 53 12

v2.3.0

30 Nov 20:52
e539aa5
Compare
Choose a tag to compare

Changelog

  • Adds new setting "Hide action panel" to always hide the action panel.
  • Allows image-based subtitles on Netflix (Chinese, Arabic, Korean, ...) to be bookmarked.

Notes

At the moment, image-based bookmarks will not persist across sessions. This is because I'm using blob URLs as a reference to the image data, and blob URLs are revoked on page unload.

I'm also creating my own canvas / blob, as opposed to using Netflix's own blob reference for the caption, because the Netflix app could revoke it at any time.

Capture d’écran 2019-11-08 à 22 41 34

v2.2.5

25 Oct 12:40
d4a858b
Compare
Choose a tag to compare

Changelog

  • Fixes a bug with Option/Alt + D hotkey (mentioned in #114)