Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Releases: ParticleCore/Particle

Small audio fix

11 Jan 22:56
Compare
Choose a tag to compare

This version contains a fix which aims to remove the relative loudness control YouTube has recently introduced, on top of linear loudness control. Users could clearly notice a volume lower than usual despite having loudness removed which was not reflecting the actual HTML5 max volume capabilities.

Small fix

02 Jan 17:41
Compare
Choose a tag to compare

This version corrects an incompatibility with Chrome 42+ and "let" statements, for the moment the chosen solution was to revert the statements to "var" again.

Happy New Year and Happy 2nd Birthday YT+!

01 Jan 20:30
Compare
Choose a tag to compare

Exactly 2 years has passed since YT+ was officially launched and many changes have been made since then through all the 170+ iterations of it.

The plans I had for 2016 will not change much from this year, with the majority change being on working on the Material Layout support.

The new YouTube layout appears to have finally been stabilized and Firefox is finally receiving that beta layout. While the layout implementations differ quite a bit between Firefox and Chrome, I may have finally been able to "bridge" the code so that it works exactly the same across both browsers without having to make individual and specific versions, which would tax the limited time I have available.

Once the alpha development and testing is finished I will be releasing the beta which will have the duration of YouTube's beta Material Layout.

In that upcoming version I will try to do my best to follow through with what was announced here: #351

Without further ado, happy new year to everyone!

Small fix

05 Dec 21:20
Compare
Choose a tag to compare

This version fixes the floating player remaining visible when changing pages while autoplay is enabled.

Small fix

01 Dec 11:39
Compare
Choose a tag to compare

As a result of the recent YouTube layout update in search results, the number of thumbnails per line - while using grid layout - was 3, so the width has been increased to fit at least 4 per line.

Small fix

01 Dec 00:50
Compare
Choose a tag to compare

YouTube recently pushed a layout change for the search results at what appears to be a global scale, this resulted in badly positioned thumbnails when using YT+ grid layout in search results, this should no longer be a problem.

Quick fix

03 Nov 20:52
Compare
Choose a tag to compare

This version fixes a small problem which was the history list being removed unintentionally by YT+.

Few fixes

30 Oct 18:22
Compare
Choose a tag to compare

This version finally fixes conflicts with the video editor player, so autoplay, fullbrowser mode and similar features should no longer interfere when editing your videos.
A small fix has been implemented to prevent player elements from overflowing outside the player, mainly the subtitle/cc box.

Small fix

26 Oct 17:48
Compare
Choose a tag to compare

Some settings were not being applied to the player due to the player initializing in the background in certain pages, this has now been fixed.

Small fix

24 Oct 16:29
Compare
Choose a tag to compare

This version corrects a positioning problem with the playlist section while fit to page is enabled. Due to new player resizing method in use, the playlist size and position was not behaving correctly, this has been fixed.