Skip to content

Commit c9fa3d4

Browse files
author
NullVerdict
committed
Release v1.11.3: subtitles & fullscreen fixes
Bump release to v1.11.3 with feature and bugfix work across subtitles, UI and platform support. Key changes: - Add rich subtitle formatting and export (ASS/VTT), font settings (embedded + Google Fonts) and ASS export format. - Improve YouTube autogenerated subtitle handling: smarter merging into coherent phrases and better language detection (including manual YT captions). - Revamp subtitle layout and positioning (wrapping, block width, scaling in fullscreen) and add multiple new subtitle modules and controllers. - Add caching/deduplication for network requests (translation, language detection, localization) and restore auth service. - Improve YouTube audio downloader reliability and fix Dailymotion support. - Update build artifacts (new Chrome/Firefox distribution files and updates JSON) and dist/user scripts; update changelog and many localization/resource files. Also contains various UI, core, and tooling updates and additions required for the above features.
1 parent fc73c14 commit c9fa3d4

File tree

134 files changed

+9568
-3609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+9568
-3609
lines changed

bun.lock

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

changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# 1.11.2
1+
# 1.11.3
2+
3+
- Исправлена ошибка, из-за которой UI исчезал в полноэкранном режиме
4+
- Улучшена обработка auto-generated субтитров YouTube: реплики объединяются в более цельные фразы и предложения
5+
- Добавлена поддержка форматирования субтитров (ASS/VTT): сохраняются курсив, жирный и подчеркивание
6+
- Добавлен новый формат экспорта субтитров ASS
7+
- Добавлена настройка "Шрифт субтитров" с поддержкой встроенных шрифтов и Google Fonts
8+
- Переработана адаптивная верстка и позиционирование субтитров: улучшены перенос, ширина блока и масштабирование в fullscreen
9+
- Улучшено определение языка оригинала: теперь учитываются ручные YouTube-субтитры
10+
- Добавлено кэширование и дедупликация сетевых запросов к API перевода, определения языка и локализации
11+
- Исправлен баг, из-за которого на некоторых сайтах кнопка не отображалась в полноэкранном режиме
12+
- Повышена надежность загрузки аудио YouTube
13+
- Исправлена работа Dailymotion
14+
- Восстановлен сервис авторизации (#1567)
15+
16+
# 1.11.2
217

318
- Полностью переписана загрузка аудио для YouTube
419
- Добавлена валидация ссылок на перевод перед применением дорожки: проверка через HEAD/Range и fallback на прямой URL
-246 KB
Binary file not shown.
255 KB
Binary file not shown.
-245 KB
Binary file not shown.
264 KB
Binary file not shown.

dist-ext/vot-extension-firefox-updates.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"vot-extension@firefox": {
44
"updates": [
55
{
6-
"version": "1.11.2",
7-
"update_link": "https://raw.githubusercontent.com/ilyhalight/voice-over-translation/master/dist-ext/vot-extension-firefox-1.11.2.xpi"
6+
"version": "1.11.3",
7+
"update_link": "https://raw.githubusercontent.com/ilyhalight/voice-over-translation/master/dist-ext/vot-extension-firefox-1.11.3.xpi"
88
}
99
]
1010
}

dist/vot-min.user.js

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

0 commit comments

Comments
 (0)