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:
NullVerdict 2026-04-12 01:57:06 +04:00
parent 1adeac38e6
commit 34e54405c8
36 changed files with 10520 additions and 696 deletions

View file

@ -12,7 +12,6 @@ export type OverlayMount = {
root: HTMLElement;
portalContainer: HTMLElement;
subtitlesMountContainer: HTMLElement;
tooltipLayoutRoot?: HTMLElement;
};
export type UIManagerProps = {