Skip to content

Commit

Permalink
build: version with fix #1011
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 1, 2025
1 parent 1deca15 commit 0b5a821
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<!-- Придумать как нормально реализовать отображение кнопки в Google Drive -->
<!-- - Исправлена работа Google Drive (#888, #883, #912) -->

# 1.x

- Исправлена ошибка из-за которой мобильная версия vkvideo была не доступна (#1011)

# 1.8.4

- Добавлена кнопка "Сообщить об ошибке" в меню расширения
Expand Down
2 changes: 1 addition & 1 deletion dist/vot-min.user.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ var es5 = __webpack_require__("./node_modules/bowser/es5.js");
hostWorker: "vot-worker.toil.cc",
mediaProxy: "media-proxy.toil.cc",
userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36",
componentVersion: "24.12.1.714",
componentVersion: "24.12.2.856",
hmac: "bt8xH3VOlb4mqf0nqAibnDOoiPlXsisf",
defaultDuration: 343,
minChunkSize: 5295308,
loggerLevel: 1,
version: "2.1.2",
version: "2.1.3",
});

;// ./node_modules/@vot.js/shared/dist/types/logger.js
Expand Down Expand Up @@ -3379,7 +3379,7 @@ var ExtVideoService;
additionalData: "mobile",
host: VideoService.vk,
url: "https://vk.com/video?z=",
match: /^m.vk.(com|ru)$/,
match: [/^m.vk.(com|ru)$/, /^m.vkvideo.ru$/],
selector: "vk-video-player",
shadowRoot: true,
needExtraData: true,
Expand Down

0 comments on commit 0b5a821

Please sign in to comment.