Releases: ParticleCore/Particle
Small audio fix
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
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+!
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
This version fixes the floating player remaining visible when changing pages while autoplay is enabled.
Small fix
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
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
This version fixes a small problem which was the history list being removed unintentionally by YT+.
Few fixes
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
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
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.