This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
Releases: mikesteele/dual-captions
Releases · mikesteele/dual-captions
v2.6.1
v2.6.0
Changelog
- Redesigns the browser_action to be easier to use.
- Adds additional
zh_tw
translations for the UI. (thanks @tamama9527)
v2.5.0
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4.0 - Kanopy.com (beta)
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
v2.3.0
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.