Releases: FOSWLY/vot.js
Releases · FOSWLY/vot.js
2.0.6
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
2.0.5
Ext
- Fixed OK.ru selector (voice-over-translation#900)
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
2.0.1
2.0.0
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
- vot.js 2.0.0 by @ilyhalight in #38
- updated script by @ilyhalight in #39
New Contributors
- @ilyhalight made their first contribution in #38
Full Changelog: 1.5.0...2.0.0
1.5.0
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