Skip to content

Releases: code-charity/youtube

3.7

26 Jul 20:42
Compare
Choose a tag to compare
3.7
v3.7

Added "Red" theme for popup

3.5

24 Jul 17:54
Compare
Choose a tag to compare
3.5
v3.5

3.5

3.0

23 Jul 20:40
Compare
Choose a tag to compare
3.0
v3.0

3.0

3.0-alpha8

15 Jul 03:56
Compare
Choose a tag to compare
v3.0-alpha8

3.0-alpha8

3.0-alpha6

26 Apr 18:01
Compare
Choose a tag to compare
3.0-alpha6 Pre-release
Pre-release
Fixed classes

3.0-alpha5

13 Apr 21:35
Compare
Choose a tag to compare
3.0-alpha5 Pre-release
Pre-release

Changelog:

  • Added "Volume step" feature for shortcuts
  • Added "Playback speed step" feature for shortcuts
  • Added "Up next play" feature for playlist
  • Other bug fixed & improvements

3.0-alpha4

12 Apr 09:18
Compare
Choose a tag to compare
3.0-alpha4 Pre-release
Pre-release

Bug fixes

3.0-alpha3

11 Apr 21:40
Compare
Choose a tag to compare
3.0-alpha3 Pre-release
Pre-release
  • Locale files synchronized
  • Added "Custom CSS" feature
  • Updated extension icons
  • Many bug fixes

3.0-alpha2

10 Apr 19:19
Compare
Choose a tag to compare
3.0-alpha2 Pre-release
Pre-release
* Added part of the theme customuzer
* Bug fixes

3.0-alpha

08 Apr 23:55
Compare
Choose a tag to compare
3.0-alpha Pre-release
Pre-release

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.