Skip to content

Releases: FOSWLY/vot.js

2.0.11

10 Dec 19:47
bb3b2ea
Compare
Choose a tag to compare

Ext

  • Added support Douyin
  • Added export linkedin types

Full Changelog: 2.0.10...2.0.11

2.0.10

09 Dec 22:19
03bb054
Compare
Choose a tag to compare

Ext

  • Changed linkedin subtitles and video url logic
  • Added support linkedin logined
  • Added linkedin player types

Node

  • Added linkedin types

Shared

  • Removed linkedin types

Full Changelog: 2.0.9...2.0.10

2.0.9

09 Dec 22:11
edc1afc
Compare
Choose a tag to compare

Ext

  • Fix EpicGames helper

Node

  • Fix EpicGames helper

Full Changelog: 2.0.8...2.0.9

2.0.8

06 Dec 12:03
9e22a73
Compare
Choose a tag to compare

Ext

  • Added support Cloudflare Stream

Node

  • Added support Cloudflare Strems

Core

  • Added Cloudflare Stream to VideoService enum

Full Changelog: 2.0.7...2.0.8

2.0.7

02 Dec 23:35
085b4c7
Compare
Choose a tag to compare

Ext

  • Enabled always use getVideoData for VK
  • Added support VK Video Playlists

Node

  • Added support VK Video Playlists

Shared

  • Fix detect VTT subtitles type => fix convert VTT subs with multilang metadata

Full Changelog: 2.0.6...2.0.7

2.0.6

02 Dec 23:11
b269192
Compare
Choose a tag to compare

Ext

  • Added getVideoData for VK
  • Added source param for subtitles in getVideoData

Node

  • Added source param for subtitles in getVideoData

Core

  • Added required source param and optional translatedFromLanguage param for VideoDataSubtitle

Full Changelog: 2.0.5...2.0.6

2.0.5

26 Nov 16:25
47c5d2a
Compare
Choose a tag to compare

2.0.5

Ext

2.0.4

Core

  • Added debug log in translateVideoYaImpl function

Ext (unpublished)

  • Added support new VK Video domain (vkvideo.ru)

Node

  • Added support new VK Video domain (vkvideo.ru)

Workspace

  • Bump oxlint depends
  • Removed generated code which shouldn't have been originally

Full Changelog: 2.0.3...2.0.5

2.0.3

21 Nov 20:17
45a7359
Compare
Choose a tag to compare

2.0.3

All

  • Fix @vot.js/* depends

2.0.2

Shared

  • Fix get crypto

Full Changelog: 2.0.0...2.0.3

2.0.1

20 Nov 17:55
e4f996e
Compare
Choose a tag to compare

All

  • Fixed README for all packages

Full Changelog: 2.0.0...2.0.1

2.0.0

20 Nov 17:48
ecc0925
Compare
Choose a tag to compare

In this update, the library logic has been completely redesigned.

Now, the vot.js package is considered obsolete, and his place was taken by @vot.js/shared, @vot.js/core, @vot.js/node and @vot.js/ext

Ext

  • Added support Udemy and Coursera (copied from patches from voice-over-translation extension)
  • Rewrited AppleDeveloper, CoursehunterLike, Dailymotion, GoogleDrive, Incestflix, Kodik, Linkedin, 9AnimeTV, PornTN, Reddit, Sap, Twitch, Vimeo, Weverse, YandexDisk helpers for better perfomance and compatibility with DOM API (copied from patches from voice-over-translation extension)
  • The logic used in Node is adapted to work in the browser extension

Core

  • The range 192.168.x.x has been added to the local address check
  • The ability to pass "getVideoDataFn" in VOTOpts has been removed (it hasn't been used for a long time)
  • Added description and missing exported functions/variables

Node

  • Protobuf export has been moved to @vot.js/shared
  • Helper types export has been moved to @vot.js/shared
  • The check of the local address has been moved to @vot.js/core
  • Updated examples

Shared

  • Added support for using a string url in proxyMedia
  • Added description and missing exported functions/variables

What's Changed

New Contributors

Full Changelog: 1.5.0...2.0.0