New
- Added "Collapse of subscription sections" feature
- Added "Mark watched videos" feature
- Added "Always active" option for "Repeat" feature
- Added "Only one player instance playing" feature
- Added Dark Theme shortcut
- Added "Custom JS" feature
- Added "Show cards on mouse hover"
- Added "Live chat type"
- Added font changer (Themes -> Font)
- Added "Remove related search results"
Fixes
- Fixed an issue where "YouTube Legacy" reset value
- Fixed an issue where links to user channels were replaced in replies to comments
- Fixed an issue where disabling autoplay in playlist does not work
- Fixed an issue where YouTube cannot play video
- Fixed an issue where "Forced volume" feature does not work
- Fixed an issue where the button disappeared or blinked ("Comments->Collapsed" feature)
- The "Allow 60fps" feature has been redeveloped from scratch (now immune to YouTube updates)
- Fixed improved YouTube Premium logo
- Fixed an issue where "Screenshot" feature does not work
- Fixed an issue where "HD thumbnails" feature added empty thumbnails
- Fixed an issue where "Forced theater mode" feature does not work
- Fixed an issue where status bar was frozen ("Always show progress bar" feature)
- Fixed an issue where the button disappeared or blinked ("Related videos->Collapsed" feature)
- Fixed an issue where "Blacklist" feature does not work
- Fixed an issue where the Mixer items always showed the message "No open video tabs"
- Fixed an issue where the Mixer items received a value from other tabs
- The "Loudness Normalization" feature has been redeveloped from scratch
- Fixed text color in Desert theme
- YouTube Audio Library added to excluded matches
Other improvements
- Message listener replaced with storage change listener
- Screenshot creation function moved out of button creation function. Can be called using "ImprovedTube.screenshot();"
- Added tab focus status "ImprovedTube.focused"
- "How long ago the video was uploaded" result moved to video date
- Added player custom button tooltips
ImprovedTube UI
- Based on Satus (unpublished version)
- Primary color changed from red to sunny (orange)
- New icons (based on Feather)
- Search function no longer uses asynchronous parsing (synchronous parsing has been improved)
- Added blur to dialogs
- History is now based on objects, not on the path (fixes many rare bugs)
- Added custom scrollbar to free up screen space
- Added keyboard control support
- "Mixer" moved from Home to Header -> Vertical menu
Build
A project build script has been developed on Python. You can make changes to the files from the "src" directory, then execute the "build.py" script.