Skip to content

Latest commit

 

History

History
132 lines (80 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

132 lines (80 loc) · 3.35 KB

YouTube Tweaks Changelog

v1.2.14 ... (28 JUNE 23)

Additions:

+ Add option to display full titles for videos on all pages.

Fixes:

+ Fix Real Theater Mode due to some changes in css that happened today (courtasy of https://github.com/ImCarsen/ytfulltheater).

+ Fix adblock blank spot.

v1.2.13 ... (19 MARCH 23)

Additions:

+ Add code to fix the blank spot on the home page when an adblocker is active.

v1.2.12 ... (29 AUGUST 22)

Fixes:

+ Fix Fade Watched for the home page.

v1.2.11 ... (22 NOVEMBER 21)

Additions:

+ Added an option to remove the border outline from youtube subscription manager for people who use it, including myself (this addition was mainly for myself)

Changes:

+ Updated code for youtube subtitles to be more like netflix option.

v1.2.10 ... (31 AUGUST 21)

Fixes:

+ Fix Stretch Video To Fill Player for some videos as I had missed a ;

v1.2.9 ... (08 JULY 21)

Note:

* Change name from Youtube Theater to Youtube Tweaks

Additions:

+ Add option to make youtube subtitle captions more akin to netflix subtitles.

v1.2.8 ... (29 APRIL 21)

Fixes:

+ Fix Theater mode options.

v1.2.7 ... (16 OCTOBER 20)

Additions:

+ Add code to make search thumbnails a bit smaller.

v1.2.6 ... (02 AUGUST 20)

Fixes:

+ Fixed Fade Watched.

v1.2.5 ... (19 MARCH 20)

Fixes:

+ Fixed wide video container

Notes:

* YT now uses a different system for displaying the videos on (only) the homepage. Due to how it works, manipulating it via CSS only is difficult. I have opted to just disable all extra CSS rules for the home page.

v1.2.4 ... (02 NOVEMBER 19)

Fixes:

+ Fixed main video container as previous rules worked on the subscriptions page, but not on Home page. Now using different rules that seem to work for both.

v1.2.3 ... (01 AUGUST 19)

Fixes:

+ Fixed Stretch video to fill player, as some videos end up being stretched too far and cutting off a bit of the sides of the videos.

v1.2.2 ... (02 JULY 19)

Additions:

+ Added an option to stretch the main video container on youtube to be a bit wider. Especially on a 2K monitor the default youtube container is ridiculously narrow, but even on 1080p using this means at least one more column of videos visible.

v1.2.1 ... (25 MAY 19)

Fixes:

+ Fixed Watched badge so now it works on every page instead of just some.

v1.2.0 ... (28 FEBRUARY 19)

Changes:

+ Reverted Rewrote theme into LESS style.

+ Changed how I build the style.

v1.1.0 ... (30 DECEMBER 18)

Changes:

+Rewrote theme into LESS style.

v1.0.5 ... (29 JULY 18)

Fixes:

+ Fixed top-bar when hovering while on video page

v1.0.4 ... (26 JULY 18)

Fixes:

+ Fixed Real Theater Mode broken by youtube update

v1.0.3 ... (23 JULY 18)

Additions:

+Added an option to move the Next-Bar to the right side of the video player.

Changes:

+ Made scrollbar thinner so video player has a bit more space to take up.

Notes:

* Next-Bar to the right side of the video player option will kinda fuck with video right side controls if enabled or disabled while on video page.

v1.0.2 ... (11 JUNE 18)

Changes:

+ Revert Recent preprocessor change

v1.0.1 ... (11 JUNE 18)

Changes:

+ Changed preprocessor for usercss

v1.0.0 ... (22 MARCH 18)

Initial Release