mirror of
https://github.com/ilyhalight/voice-over-translation.git
synced 2026-04-28 11:30:27 +00:00
Release v1.11.5: UI rewrite and bugfixes
Bump release to 1.11.5 with several fixes and refactors: rewrite of UI mounting, simplified audio loading, and multiple site compatibility fixes (VKVideo subtitles, mobile audio downloads, archive.org, Coursehunter, Yandex.Disk /d, Reddit, Odysee, YouTube Embed, proxy auto-enable logic). Update changelog, bump userscript/extension versions and publish new Chrome/Firefox build artifacts; update firefox updates manifest. Add shadow DOM mount support and other UI/module improvements across source files, plus general dependency and build updates.
This commit is contained in:
parent
1adeac38e6
commit
34e54405c8
36 changed files with 10520 additions and 696 deletions
|
|
@ -12,7 +12,6 @@ export type OverlayMount = {
|
|||
root: HTMLElement;
|
||||
portalContainer: HTMLElement;
|
||||
subtitlesMountContainer: HTMLElement;
|
||||
tooltipLayoutRoot?: HTMLElement;
|
||||
};
|
||||
|
||||
export type UIManagerProps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue