diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ebdc4..39bb1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # RantStats Extension for Rumble.com +## 1.4.5 + +- Open options page when clicking icon instead of popup +- Options page design, re-work logging, general cleanup +- Add option to disable alternate colors in chat +- Only enable save button when option changed +- Fix open chat button due to Rumble change +- Add context menu to open sidebar when button is missing due to Rumble changes + +Resolved: + +- [Issue #16](https://github.com/rantstats/rantstats-extension/issues/16) + ## 1.4.4 - Hide console messages for release build diff --git a/README.md b/README.md index 1b869a7..06fbb92 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,11 @@ If open as a sidebar, click the "Open as popup" icon to open the sidebar in a po ## Options Page -The following options are available by clicking on the extension icon or opening the standalone page. +The following options are available by clicking on the extension icon to open the Options Page. -![Options](images/options-popup.png) +After making any change, click the Save button. If no changes have been made, the Save button is disabled. + +![Options](images/options-page.png) ### Options @@ -107,6 +109,10 @@ Options: - `Dark`: Always use dark mode regardless of Rumble's settings - `Light`: Always use light mode regardless of Rumble's settings +**Alternate Colors** + +Enables alternate colors of chat messages. + **Open as Popup** Open the Rants viewer for the stream in a popup window instead of as a sidebar. diff --git a/images/options-page.png b/images/options-page.png new file mode 100644 index 0000000..9baadcd Binary files /dev/null and b/images/options-page.png differ diff --git a/images/options-popup.png b/images/options-popup.png deleted file mode 100644 index 604906f..0000000 Binary files a/images/options-popup.png and /dev/null differ diff --git a/package.json b/package.json index 79190ce..2c56817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rantstats-extension", - "version": "1.4.4", + "version": "1.4.5", "packageManager": "yarn@3.4.1", "description": "Add support for capturing paid Rumble Rants for Rumble.com livestreams.", "main": "output/pages/content/content.js", diff --git a/src/manifest.json b/src/manifest.json index f2df09b..2e997e8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "RantStats Extension for Rumble.com", - "version": "1.4.4", + "version": "1.4.5", "description": "Add support for capturing paid Rumble Rants for Rumble.com livestreams.", "icons": { "16": "images/icon-16.png",