Releases: hawkins/streamflow
Releases · hawkins/streamflow
Fix unexpected channel changes
This patch fixes unexpectedly changing channels and improves a little bit of the development experience. Just a bug patch overall.
Also prepared for auto updating, but that work will likely be discarded due to high LOEs.
patch
New features
- Sync favorites with your Twitch account easily
- List game in streamer card
- Optionally always-on-top for easy multitasking
- MacOS Touch Bar support
Bugs fixed
- Fixed ugly windows styles
- Fixed squished profile icons
- But added wrapped long names. 😞 Still thinking about ideal solution here.
- Fixed showing user-entered names instead of a streamer's chosen name
Config
New options:
alwaysOnTop
: Boolean: Whether or not the window should stay on top of others
Initial app release
Features
- Flow from one favorite streamer to the next
- Easily manage favorite streamers from in app
- Persistent settings
- Sleek material design interface
- Semi-response layout
Config
While you should never have to edit this file yourself (and be very careful if you should), all settings are saved to ~/.streamflow.json
.
At the moment, this is just an array of the names of your favorite streamers.
Supported platforms
- MacOS (Tested MacOS Sierra 10.12.5)
- Windows (Tested Windows 10)
- Linux (not yet tested)
Package from source
Clone the repository and run this command to build both the electron app and package it: yarn run package
or npm run package
.