Skip to content

Commit 1a75eda

Browse files
committed
Update version and readme.
1 parent 514d17f commit 1a75eda

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SylphWeed's Stream Overlay
22

3-
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.
3+
Borderless, transparent, click-through browser windows for streaming.
4+
5+
For example, you can show your Twitch chat and alerts on your display, over your game.
46

57
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.
68

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

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

15+
## Notes
16+
17+
### Windows
18+
19+
You can check for updates through the system tray menu.
20+
21+
### Linux
22+
23+
You need to be using X, not Wayland. Everything works in Wayland except click-through windows.
24+
1325
## Development
1426

1527
After checking out the repo, run the following in the repo's folder.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-overlay",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Show borderless, transparent, click-through browser windows for streaming.",
55
"icon": "assets/logo.png",
66
"main": "build/main.js",

0 commit comments

Comments
 (0)