Skip to content

Commit

Permalink
Update version and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Aug 26, 2023
1 parent 514d17f commit 1a75eda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SylphWeed's Stream Overlay

This app shows borderless, transparent, click-through browser windows for streaming. For example, you can show your Twitch chat and alerts on your display, over your game.
Borderless, transparent, click-through browser windows for streaming.

For example, you can show your Twitch chat and alerts on your display, over your game.

I made this app because I would often not notice my chat messages on my other monitor, and I'd prefer to have them come up on the display I'm looking at, rather than only in an OBS overlay. It's also great for single monitor streamers.

Expand All @@ -10,6 +12,16 @@ I made this app because I would often not notice my chat messages on my other mo

Head over to the [releases page](https://github.com/hperrin/stream-overlay/releases) to download the latest version.

## Notes

### Windows

You can check for updates through the system tray menu.

### Linux

You need to be using X, not Wayland. Everything works in Wayland except click-through windows.

## Development

After checking out the repo, run the following in the repo's folder.
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-overlay",
"version": "3.0.0",
"version": "4.0.0",
"description": "Show borderless, transparent, click-through browser windows for streaming.",
"icon": "assets/logo.png",
"main": "build/main.js",
Expand Down

0 comments on commit 1a75eda

Please sign in to comment.