VueTubeApp / VueTube

A simple FOSS video streaming client aimed to recreate ALL features from their respective apps (and more)
GNU General Public License v3.0
3.28k stars 173 forks source link

Major update #627

Closed pixkk closed 1 year ago

pixkk commented 1 year ago
  1. Changed checking of metadata.icon value in iconTypeMap
  2. Changed video preview quality from maxresdefault to hqresdefault
  3. Added new type of channel url - /@examplechannel
  4. Fixed displaying channels which opened from search.
  5. Fixing some bugs in displaying description.
  6. Created function makeDecipherFunction for deciphering url`s. Fixed an issue where the application would stop working if the function was generated incorrectly. Updated regex patterns.
  7. Removed autoplay parameter in video element, Added auto-selection of the maximum supported quality for the device depending on its resolution (DOES NOT depend on Internet speed). Updated, but temporary disabled blobToDataURL function (cause bugs, such as repeating video when url in video element changes, quality selector breaking etc.).. Maybe it can fix next issue - https://github.com/VueTubeApp/VueTube/issues/623