Skip to content

Commit a708f9c

Browse files
author
Rafael Miranda
committed
Release 2.14.3
1 parent b0286fa commit a708f9c

File tree

4 files changed

+63
-3
lines changed

4 files changed

+63
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.14.3](https://github.com/openplayerjs/openplayerjs/compare/v2.14.2...v2.14.3)
8+
9+
- build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 [`#411`](https://github.com/openplayerjs/openplayerjs/pull/411)
10+
- build(deps-dev): bump ip from 1.1.8 to 1.1.9 [`#406`](https://github.com/openplayerjs/openplayerjs/pull/406)
11+
- fix(captions): Added missing documentation about captions and subtitles; fixed issue when using empty track tag and removed conditional to avoid rendering captions; fixed unit tests. Fixes #409 [`#409`](https://github.com/openplayerjs/openplayerjs/issues/409)
12+
- fix(captions): Added missing documentation about captions and subtitles; fixed issue when using empty track tag and removed conditional to avoid rendering captions; fixed unit tests. Fixes #409 [`#409`](https://github.com/openplayerjs/openplayerjs/issues/409)
13+
- fix(captions): Refactor code to remove remote captions due to CORS issues; fixed way to display VTT captions that overlap; fixed issues with QT captions for iOS [`d920211`](https://github.com/openplayerjs/openplayerjs/commit/d9202119e5effbb7ceabb5e83f8ae6807a861645)
14+
715
#### [v2.14.2](https://github.com/openplayerjs/openplayerjs/compare/v2.14.1...v2.14.2)
816

17+
> 13 January 2024
18+
919
- Removed debugging file [`21a3a1d`](https://github.com/openplayerjs/openplayerjs/commit/21a3a1d16b69ff50fdaf7eaeed8e7882b253adbc)
20+
- Release 2.14.2 [`1bccac3`](https://github.com/openplayerjs/openplayerjs/commit/1bccac3abffd897d79cea48ea82d70eb79697a76)
1021

1122
#### [v2.14.1](https://github.com/openplayerjs/openplayerjs/compare/v2.14.0...v2.14.1)
1223

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openplayerjs",
3-
"version": "2.14.2",
3+
"version": "2.14.3",
44
"homepage": "https://www.openplayerjs.com/",
55
"author": {
66
"name": "Rafael Miranda",

test/captions.vtt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
WEBVTT
2+
3+
1
4+
00:00:00.500 --> 00:00:04.000
5+
Aprendi a me virar e você voltou
6+
7+
2
8+
00:00:04.100 --> 00:00:06.000
9+
do espaço sideral
10+
11+
3
12+
00:00:06.100 --> 00:00:10.500
13+
e agora vejo que você está aqui no baixo astral
14+
15+
4
16+
00:00:10.600 --> 00:00:14.000
17+
eu devia me mudar e ter tomado a sua chave
18+
19+
5
20+
00:00:14.100 --> 00:00:17.500
21+
se soubesse que ia voltar para mim enfernizar
22+
23+
6
24+
00:00:17.600 --> 00:00:19.500
25+
agora vai, sai daqui
26+
27+
7
28+
00:00:19.600 --> 00:00:21.500
29+
Frank!
30+
31+
8
32+
00:00:21.600 --> 00:00:24.100
33+
ponha a cabeça para dentro
34+
35+
9
36+
00:00:24.200 --> 00:00:26.500
37+
antes que eu emprense nessa janela
38+
39+
10
40+
00:00:26.600 --> 00:00:29.500
41+
tá legal
42+
43+
11
44+
00:00:29.600 --> 00:00:33.500
45+
hhmm... hhmmm... hmmm...
46+
47+
12
48+
00:00:33.600 --> 00:00:34.000
49+
FRANK!!!

0 commit comments

Comments
 (0)