Skip to content

Releases: ZimbiX/youtube-fast-fullscreen-toggle

v2.10.0

19 Apr 12:03
Compare
Choose a tag to compare

Fixed

  • Fixed some fluff not being hidden while transitioning with the new YouTube layout

v2.9.0

20 Oct 05:28
Compare
Choose a tag to compare

Fixed

  • Prevent triggering when pressing Ctrl+F (#12)

v2.8.0

16 Jan 19:16
Compare
Choose a tag to compare

Fixed

  • Fixed F key not doing fast transition in latest Chrome due to Event.path being undefined now (#11)

v2.7.0

23 Sep 11:37
0415d11
Compare
Choose a tag to compare

Fixed

  • Prevented scrollbar from showing for a few seconds after entering fullscreen, and fluff not being shown again until after it goes away (#8)

v2.6.0

02 Aug 08:44
9140d8f
Compare
Choose a tag to compare

Changed

  • Prevented running unnecessarily for frames

v2.5.1

12 Jun 06:00
35f29b4
Compare
Choose a tag to compare

Added

  • Icon metadata for Tampermonkey

v2.5.0

22 May 03:30
d6053d5
Compare
Choose a tag to compare

Fixed

  • Fixed bug where it was not working when browsing started from a non-video-watching YouTube page (#7)

Added

  • Support double-clicking the video (#3)

v2.4.0

20 Mar 14:07
28c664a
Compare
Choose a tag to compare

Fixed

  • Fixed bug where leaving fullscreen was slow when run as a Chrome extension (rather than as a Tampermonkey script) due to the leaving fullscreen direction not being detected properly (#6)

Added

  • Debug logging for fullscreen transition finish detection

Changed

  • Delay a little upon entering fullscreen before showing the fluff again. This delay is not noticeable and improves reliability. I couldn't do this until recently, since the codepaths for entering/leaving fullscreen were not separated.

v2.3.1

20 Mar 08:13
7bff927
Compare
Choose a tag to compare

Fixed

  • Not having updated the version number in the manifest

v2.3.0

20 Mar 07:59
1d7c87f
Compare
Choose a tag to compare

Fixed

  • Works reliably across computers now and in Vivaldi, by detecting when the transition has actually finished rather than using a fixed time. This also means the fluff is shown again as quickly as possible.