Known issues
- Local media casting broken on some platforms.
- No macOS x86 build or Windows 32-bit x86 build due to cross compiling issues that I don't have time to figure out (contributions welcome, see #209). Build instructions for the app can be found in the project README.
Possibly more, haven't done any extensive testing.
Changelog
- Improved cast API compatibility:
- Added Queue support (commit: cff7466)
- Added newer cast API additions (e4e133c)
- Fixed
cast.media.Media#getEstimatedTime
(commit: c117241) - Fixed media update listener handling (commit: 119d6c8)
- Fixed device capability handling (commit: b672b8d)
- Fixed supported media commands handling (commit: 61f9ff0)
- Fixed issue with
window.cast
property causing errors on pages using CAF. #205
- Added button in receiver selector UI to suggest whitelisting known sites (PR: #204).
- Added image support to media sender. #183
- Added Norwegian localization (@jorgenboganes). (commit: fcce716)
- Updated Spanish localization (@tomasspi, @RAVMN).
- Updated extension UI style to match updated Firefox style + misc style changes.
- Removed native macOS receiver selector.
- Removed experimental media overlay (commit: 59dc806)