Skip to content

Commit b0f1915

Browse files
authored
Merge pull request #1293 from ilyhalight/dev
Release: 1.10.3
2 parents 109463e + 5e2d566 commit b0f1915

File tree

13 files changed

+361
-780
lines changed

13 files changed

+361
-780
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ arch*.txt
22

33
dist/test-ui.user.js
44
dist/*.txt
5+
dist/main.user.js
56

67
src/localization/locales/generate_phrase.py
78
src/localization/locales/regenerate_locales.py

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ If you are editing the translation manually, then you **MUST** update the hash u
2929

3030
![example](https://github.com/user-attachments/assets/2fcd3f70-aee6-4b45-827e-2fbe0d2cf599)
3131

32+
## hls.js
33+
34+
You **SHOULDN'T** update the hls.js version in the [package.json](./package.json) without updating in [headers.json](./src/headers.json)
35+
3236
## vot.js
3337

3438
**DON'T forget** to pass `{ fetchFn: GM_fetch }` option to `getVideoID` and `getVideoData`

README-EN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@ It's necessary to translate additional sites that use the `.m3u8` or `.mpd` vide
130130

131131
- [vot.toil.cc][vot-backend]
132132

133+
#### VOT Status and Stats
134+
135+
You can check the current status and uptime of all servers using:
136+
137+
- [votstatus.toil.cc][vot-status]
138+
139+
You can check the proxy server operation statistics using (updated every 5 minutes):
140+
141+
- [votstats.toil.cc][vot-stats]
142+
133143
## How to build an extension?
134144

135145
1. Install [Node.js 22+][nodejs-link] / [Bun.sh][bun-link]

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
[vot-worker]: https://github.com/FOSWLY/vot-worker
2828
[media-proxy]: https://github.com/FOSWLY/media-proxy
2929
[vot-backend]: https://github.com/FOSWLY/vot-backend
30+
[vot-status]: https://votstatus.toil.cc
31+
[vot-stats]: https://votstats.toil.cc
3032

3133
<!-- Install / Build -->
3234

@@ -129,6 +131,16 @@
129131

130132
- [vot.toil.cc][vot-backend]
131133

134+
#### VOT Status and Stats
135+
136+
Проверить текущий статус и аптайм всех серверов вы можете с помощью:
137+
138+
- [votstatus.toil.cc][vot-status]
139+
140+
Проверить статистику работы прокси серверов вы можете с помощью (обновляется раз в 5 минут):
141+
142+
- [votstats.toil.cc][vot-stats]
143+
132144
## Как собрать расширение?
133145

134146
1. Установите [Node.js 22+][nodejs-link] / [Bun.sh][bun-link]

bun.lock

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

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.10.3
2+
3+
- Исправлена ошибка из-за которой загрузка аудио не срабатывала больше одного раза до перезагрузки страницы, что могло приводить к ошибкам перевода (#1271)
4+
- Обновлена логика работы нового аудиоплеера. Теперь, не должно возникать проблем с искажением звука (#765)
5+
16
# 1.10.2
27

38
- Добавлена поддержка Oracle Learn (#1278)

dist/vot-min.user.js

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

0 commit comments

Comments
 (0)