Skip to content

Commit

Permalink
Merge branch 'main' into shuffle-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Jul 9, 2024
2 parents bc0b31a + c48df6e commit ec81922
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
- Fixed the progress percentage displayed on the button when ignoring or only shuffling from shorts.
<!--Releasenotes end-->

## v3.1.9

- Temporarily disabled the news feature.

## v3.1.8

- The button's tooltip may now show additional information on the shuffle status.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random-youtube-video",
"version": "3.1.8",
"version": "3.1.9",
"description": "Customize, shuffle and play random videos from any YouTube channel.",
"scripts": {
"dev": "concurrently \"npm run dev:chromium\" \"npm run dev:firefox\"",
Expand Down
3 changes: 2 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ async function initExtension() {

await checkShufflePlusStatus();
await checkLocalStorageCapacity();
await checkForAndShowNews();
// TODO: Temporarily disabled due to too many read operations, need to investigate why
// await checkForAndShowNews();
}

// On every startup, we check the claim roles for the user
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Random YouTube Video",
"author": "Nikkel Mollenhauer",
"description": "Customize, shuffle and play random videos from any YouTube channel.",
"version": "3.1.8",
"version": "3.1.9",
"version_name": "4.0.0-beta",
"manifest_version": 3,
"content_scripts": [
Expand Down

0 comments on commit ec81922

Please sign in to comment.