Skip to content

Releases: FOSWLY/vot.js

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

1.5.0

18 Nov 11:49
3720ed0
Compare
Choose a tag to compare

What's Changed

  • Added support set audio parts to requestVtransAudio
  • Added set status value (VideoTranslationStatus) and translationId value to translateVideo response
  • Status LONG_WAITING_2 renamed to AUDIO_REQUESTED
  • The sending of fail audio with the LONG_WAITING status code has been removed
  • Now requestVtransAudio has 3rd required param - audioBuffer
  • Updated Yandex Protobuf