Releases: NikkelM/Random-YouTube-Video
Releases · NikkelM/Random-YouTube-Video
v3.1.1
What's Changed
- Fixed a bug where the extension would rename all playlists, instead of just the ones created by the extension.
- The collapsed playlist menu will now also have the correct playlist name.
v3.1.0
What's Changed
- Firefox: The welcome page now prompts users to allow the extension to access the youtube.com domain, this is needed for the extension to function.
- Fixed a bug where the shuffle button in the popup would only work on the second try.
- Firefox: Fixed the options page not being accessible.
- Firefox: Fixed a bug where the extension was unable to retrieve the amount of local storage used.
v3.0.2
v3.0.1
What's Changed
- Fixed the old "Ignore shorts" option not being updated to the new format correctly.
v3.0.0
What's Changed
- Shorts pages are now supported! Shuffle buttons can now be found on all shorts pages.
- Added a new option to shuffle only from shorts.
- Added a 'welcome' page that will be shown when you first install the extension and guide you through the first steps.
- The popup now also works as a standalone options page.
- When watching shorts, the extension will now update the last visited channel in the popup.
- Reduced the time it takes to shuffle, as the extension now uses a new way to decide whether or not to check if a video has been deleted or not.
- The playlist that is opened when shuffling (if the option is enabled) now has a better title and tooltip.
- The shuffle button now feels more responsive when clicked, and will give more information if it takes a bit longer to shuffle.
- The popup now feels smoother in some places, and will make it clearer when some inputs are invalid.
- If certain errors are encountered, the playlist will still be saved locally and in the database, to speed up the next shuffle.
- Fixed bugs that would prevent some initialization logic to run after the extension is updated.
v2.3.0
What's Changed
- Shuffling when excluding shorts is now a lot quicker if you have shuffled from the channel before, as the extension will remember which videos are shorts and skip them automatically.
- Added an additional message to the shuffle button if shuffling takes a bit longer due to ignoring shorts.
- Fixed a rare data inconsistency bug occurring with specific database values.
v2.2.4
What's Changed
- Fixed an alignment issue of the shuffle button on channel pages that was introduced with the latest update to the YouTube UI.
- Fixed some issues with the display of the shuffle button if the shuffle icon is not loaded in time.
v2.2.3
What's Changed
- Error messages now include the current channel ID to help with reporting an issue.
- Some changes in how data that is sent to the database is handled, to prepare for a future security update.
v2.2.2
What's Changed
- Fixed a bug where there would be no video IDs stored in the database, leading to an error.
- Fixed the 'Changelog' button on the changelog page not doing anything.
v2.2.1
What's Changed
- Fixed a bug where the extension would be unable to determine if a non-embeddable video is a short or not.
- The extension now handles the case where shorts are ignored, but a channel has only uploaded shorts.
- Fixed some minor bugs regarding version compatibility.