diff --git a/CHANGELOG.md b/CHANGELOG.md index 066f6f1..0cd6bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Now we can also unsubscribe from the channel. - Playlists are also scrollable through the extension. - Add videos to the Watch Later Playlist with Ctrl + y. + - Access the Watch Later playlist through Ctrl + .. - Global switch for the whole extension. - Now the extension logo appears right next to the YouTube logo, signaling that the extension is on. diff --git a/web/manifest.json b/web/manifest.json index f23ac38..4e539da 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "YouTube Kbd Nav", "author": "Philippe Fanaro", - "version": "1.0.1", + "version": "1.0.2", "description": "YouTube keyboard navigation to the max.", "content_scripts": [ {