Skip to content

Releases: cpiber/NebulaEnhance

Version 1.0.5

09 Oct 12:01
Compare
Choose a tag to compare

Changed:

  • Spacebar plays/pauses even with active element (#12)
  • Options update theme with nebula page

Version 1.0.4 [A New Look]

29 Sep 16:12
Compare
Choose a tag to compare

Changed:

  • All UI now follows the same design as Nebula itself (#8) Thanks @groenroos

Version 1.0.3 [Watch on Nebula]

28 Sep 18:05
Compare
Choose a tag to compare

Added:

Changed:

  • Switch to using synchronized storage (Firefox and Chrome should sync your settings now)
  • (Internal) Use interval instead of MutationObserver for checking page load
  • (Internal) Further decrease number of requests to Nebula API

Version 1.0.2

04 Sep 21:02
Compare
Choose a tag to compare

Changed:

  • Queue loading: Fixed resetting position on first video
  • Don't load queue if already finished watching
  • Improved handling of autoplay (mostly in queue)

I apologize, the first two points should have been caught before the last release.

Version 1.0.1

03 Sep 13:28
Compare
Choose a tag to compare

Added:

  • Save queue to local storage, restore on load (#5)

Changed:

  • Prevent conversion error spam in console
  • Fix queue cleared when same elements
  • (Internal) Use constants, remove redundant message types

Version 1.0.0 [Feature Complete]

29 Aug 12:55
Compare
Choose a tag to compare

This update marks feature completeness. Future updates will mostly include bug fixes and adjustments to changes on the nebula site itself.

If you still have suggestions, please open a new issue or start a discussion.

Please report any bugs as new issues.

 

Added:

  • Move queue elements with buttons (in addition to drag'n'drop)
  • Improve support for touch devices
  • Add option to autoplay only with active queue

Changed:

  • Fix some styles
  • Some options now don't show up on mobile (no touch support)
  • Volume indicator independent of Volume Scroll, auto-hides

Version 0.3.2

22 Aug 18:34
Compare
Choose a tag to compare

Added:

  • Scroll over video player to adjust volume (enable in settings) (#4)
  • Style visited videos
  • Queue controls in player

Changed:

  • Improve adding controls to player
  • (Internal) Upgrade packages
  • (Internal) Add eslint + stylelint

Version 0.3.1 [Remove Zype]

12 Aug 16:04
Compare
Choose a tag to compare

Added:

  • Button to enqueue all videos of a creator
  • Queue next/previous now properly show whether the action is legal or not
  • Keyboard shortcuts for the new player

Fixed:

  • "Add to queue" picked up wrong data on creator pages

Changed:

  • Removed options related to zype only
  • (Internal) Removed zype player code and tests
  • (Internal) Changed zype api calls to new nebula api
  • (Internal) Exclusively postMessage-based communication now
  • (Internal) Introduced event system for detecting page navigation
  • (Internal) Refactor Queue into class, Split up options code
  • (Internal) Restructure source code

Version 0.3.0 [Restructure and Beta]

23 Jul 16:28
Compare
Choose a tag to compare

Note: This release has been pushed forward because the nebula webapp will be updated shortly.

Added:

  • Implemented support for beta.nebula.app

Changed:

  • Restyle options page
  • Updated strings
  • (Internal) Restructure source code

Version 0.2.8

14 Jul 13:30
Compare
Choose a tag to compare

Fixed:

  • YouTube selection algorithm had a bug with spaces
  • Going to previous in queue on first element was an invalid action
  • Some player keyboard shortcuts didn't behave correctly

Changed:

  • Set YouTube video confidence threshold higher
  • Improved handling of touchscreen devices (use Firefox for Android mode)
  • (Internal) Added tests and CI
  • (Internal) Improved build process
  • (Internal) Bump target JS code to ES5