Browse Source

changelog & readme

Sv443 3 years ago
parent
commit
e08a4dd436
2 changed files with 8 additions and 5 deletions
  1. 3 3
      README.md
  2. 5 2
      changelog.md

+ 3 - 3
README.md

@@ -7,11 +7,11 @@ Userscript that improves [YouTube Music](https://music.youtube.com/)
 - Use arrow keys to skip forward or backward by 10 seconds
 - Quickly search for the current song's lyrics on genius.com
 - Switch between YouTube and YouTube Music on a video by pressing a hotkey (F9 by default)
-- Disable the "Upgrade" / YT Music Premium tab in the title bar
+- Remove the "Upgrade to YT Music Premium" tab in the title bar
 
 <br>
 
-To toggle or configure features, install the userscript, then edit it and look for the big "Settings" banner.  
+To toggle features on or off, install the userscript, then edit it and look for the big "Settings" banner.  
 Below it you will find an object with properties that can be set to `true` or `false` accordingly.  
   
 Once this script is more finished, I might add a menu to toggle these more easily.
@@ -23,7 +23,7 @@ Once this script is more finished, I might add a menu to toggle these more easil
     > Firefox: [GreaseMonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)  
     > Chrome: [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)  
     > Edge: [TamperMonkey](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)
-- **[Click here to install](https://github.com/Sv443/BetterYTM/raw/main/BetterYTM.user.js)** (or [install minified version](https://github.com/Sv443/BetterYTM/raw/main/BetterYTM.min.user.js))
+- **[Click here to install](https://github.com/Sv443/BetterYTM/raw/main/BetterYTM.user.js)**
 
 <br><br>
 

+ 5 - 2
changelog.md

@@ -13,11 +13,14 @@ Current version: **[v0.2.0](#020)**
 <br><br>
 
 ## 0.1.0
-- Add support for arrow keys to skip forward or backward (currently only by fixed 10 second interval)
+- Added support for arrow keys to skip forward or backward (currently only by fixed 10 second interval)
 
 <br>
 
 ## 0.2.0
-- TODO: Add feature to switch between YT and YTM on a video page
+- Added Features:
+    - Switch between YT and YTM (F9 by default)
+    - Search for song lyrics with new button in media controls
+    - Remove "Upgrade to YTM Premium" tab
 
 <br>