Skip to content

Releases: NikkelM/Random-YouTube-Video

v1.4.1

29 Mar 09:31
c97dfea
Compare
Choose a tag to compare

What's Changed

  • Added a small surprise!
  • Fixed a bug that caused the shuffle button to not work initially after an update in a specific case.

Full Changelog

v1.4.0

28 Mar 12:23
78eeb0a
Compare
Choose a tag to compare

What's Changed

  • Added a shuffle button to the extension popup that will shuffle from your most recently visited channel. When shuffling using this button, a new tab will open that must remain open while the shuffle is being prepared.
  • When an error is encountered, the full error message and a hint for what to do about it will be displayed.
  • Some updates to the internal handling of API keys.
  • Improved maintainability of the codebase.

Full Changelog

v1.3.0

24 Mar 09:30
9b247fc
Compare
Choose a tag to compare

What's Changed

  • Limited the amount of daily requests a user may make to the YouTube API to protect the userbase against abuse. This should not affect users with normal usage patterns. If you are affected by this, you may make use of the custom API key option to remove this limitation.
  • The extension now provides more information when setting a custom YouTube API key.
  • Improvements to the reliability of API requests.
  • Various improvements to storage management both locally and in the remote database.
  • Reduced the size of stored video data.

Full Changelog

v1.2.1

24 Feb 05:52
68b8844
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue with the API

Full Changelog

v1.2.0

18 Feb 14:02
3a9a99b
Compare
Choose a tag to compare

What's Changed

  • You are now able to set the percentage of videos that are shuffled for each individual channel instead of one global value. Simply visit a channel or video page and open the extension popup.

Full Changelog

v1.1.2

11 Feb 17:35
bedad85
Compare
Choose a tag to compare

What's Changed

  • Removed unnecessary logging.

Full Changelog

v1.1.1

31 Jan 14:31
3fa549a
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where the extension would throw an API error when navigating from the subscriptions to a channel page and clicking the shuffle button.

Full Changelog

v1.1.0

23 Jan 15:16
5a6b5ac
Compare
Choose a tag to compare

What's Changed

  • The shuffle button is now displayed on all sub-pages of a channel page no matter the entry page.
  • The extension now uses a faster & more reliable method of getting the channel ID for the current page.

Full Changelog

v1.0.1

18 Jan 10:57
6061f8c
Compare
Choose a tag to compare

What's Changed

  • When opening shuffled videos in a new tab, the currently playing video will be paused.

Full Changelog

v1.0.0

17 Jan 18:24
019c7d5
Compare
Choose a tag to compare

What's Changed

  • Added a new option: Open the shuffled video in a new tab.
  • Added a new option: Open the shuffled video within the uploads playlist of the channel.
  • Added a new option: Only shuffle from the last x% of videos uploaded on the channel - use this to exclude older videos from the shuffle.
  • The backend database now uses a more efficient method of storing and communicating video IDs.
  • Fixed a bug where the newest videos would not be fetched from the YouTube API in a certain case.
  • Fixed a bug where the extension was attempting to access a non-existent version of the shuffle-button.

Full Changelog