Skip to content

Commit

Permalink
Update to version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader committed Aug 18, 2024
1 parent 1e7b824 commit 58e5bad
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
Binary file added images/options-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/options-popup.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rantstats-extension",
"version": "1.4.4",
"version": "1.4.5",
"packageManager": "[email protected]",
"description": "Add support for capturing paid Rumble Rants for Rumble.com livestreams.",
"main": "output/pages/content/content.js",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 58e5bad

Please sign in to comment.