Skip to content

Releases: hawkins/streamflow

Fix unexpected channel changes

16 Aug 22:33
Compare
Choose a tag to compare

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

04 Jul 03:54
Compare
Choose a tag to compare

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

17 Jun 04:28
Compare
Choose a tag to compare

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.