Skip to content

First Fully Functional Public Release

Compare
Choose a tag to compare
@psygo psygo released this 27 Sep 13:00
· 55 commits to master since this release

Hopefully this doesn't have any hidden bugs. All of the major core features have now been included. Take a look a previous (pre-)releases for more info on the history of development.

Some added features from the last beta version are:

  • Now YouTube's video element has a decoration at the bottom for when it is or isn't the active HTML element.
    • This will help the user know when his keys will act on the document or the video element.
  • Focusing on the comment box now uses Ctrl + [ instead of Ctrl + m, which would conflict with muting the video.
    • Ctrl + [ conflicts with a spherical video shortcut, but that will be solved in the future with #55.
  • Added a shortcut for toggling the expansion of the description.
  • Better, more performant event handling in page transitions.
  • Better code overall.
  • Documentation minor improvements.