Skip to content

Releases: strem-app/strem

Adds triggers for OnFlowStarted and OnFlowFinished

20 Apr 16:42
a39ffa9
Compare
Choose a tag to compare

Summary

These 2 triggers allow you to have other flows be triggered once another flow has started or finished, this may be useful if you want to use composited style flows which are all part of a larger flow and need to run in sequence but may also be triggered via other mechanisms.

image

Minor fix for app icon and WinGet support

04 Apr 10:46
459b4e7
Compare
Choose a tag to compare

Summary

This is a minor fix to hopefully correctly display icon in differing cwd scenarios, but as part of this release we now have a working winget package, so if you wish to install using that you can do:

  • Open terminal and type winget install Strem.App
  • Then restart terminal and type in strem to load the strem app

I personally load the log file location and find the exe from there and add that to start menu for quick access, but winget lacks support for adding start menu items for portable installers currently.

Minor Update To How Paths Are Handled

04 Apr 09:48
bc43d0a
Compare
Choose a tag to compare

Summary

This is a set of minor changes for the most part, it is to support use cases where cwd is different to where the app lives, there are also a few minor changes to allow you to browse to the plugin/logs directory from within the app.

What's Changed

Full Changelog: 0.7.x008...0.7.x009

Integration Updates & Stream Elements

21 Feb 10:48
1d2fd39
Compare
Choose a tag to compare

Summary

This is a minor update but makes the StreamElements integration slightly clearer in terms of what you need to fill in, as well as obscuring the value by default.

There is also an update to the styles of the integration section to ensure colours associated with each brand are brought through where possible.
Strem_lY7OtuSWbC

Support for StreamElements Triggers

20 Feb 17:02
4f09d48
Compare
Choose a tag to compare

Summary

If you are upgrading from <= 0.6.* version check previous release for portal data migration guide.

The big improvement in this release is that you can now use triggers from StreamElements, this lets you now listen out for cheers, tips and redemptions from the StreamElements store.

image

Minor Internal Updates

12 Jan 09:22
9b00a9e
Compare
Choose a tag to compare

Summary

This is mainly a plugin supporting update however there is a minor improvement to the Twitch Plugin which shows what channels you are actively connected to.

This is being flagged as the new latest release as it's got some improvements needed for Plugins, such as the Strem.Plugins.Analytics

Plugin Information Update

30 Dec 11:21
1d3a9ec
Compare
Choose a tag to compare

Summary

This release is again mainly an infrastructure release but it does contain some new functionality around showing what plugins are loaded and their load state.

image

Another Minor Infrastructure Change

28 Dec 15:00
3fc6fda
Compare
Choose a tag to compare

Summary

This change updates the IBsonQuery to return IEnumerable<BsonDocument> now, as well as there being an additional Query method which takes a string.

Minor Framework Update

28 Dec 10:51
094cd0d
Compare
Choose a tag to compare

Summary

This update is more for plugins and internal usage, there is not any end user functionality here.

Path Helper Improvements

The StremPathHelper now has some extra properties which assist with accessing plugin directories that are now hosted via the internal webhost.

LiteDB Repository Query

There is now an IBsonQuery which allows you to do lazy queries against the LiteDB data, as historically there was no way to lazy query the data which causes problems for more data heavy scenarios.

OBS Input Volume Tasks/Triggers & Minor Fixes

19 Dec 12:06
3f4f48b
Compare
Choose a tag to compare

Summary

If you are upgrading from <= 0.6.* version check previous release for portal data migration guide.

The big improvement in this release is that you can now control OBS volumes via Strem, which combined with the new portal slider controls lets you directly control the volume the same way you would in OBS, as shown below.

chrome_bzW4Zsj2yQ

There is also a minor fix to OBS input/source selectors, as historically there was an incorrect value assignment happening behind the scenes, but until we stopped propagation of same value changes it didn't exhibit a problem. As it now does we fixed it #trustory.

We are still blocked on:

  • StreamElements integration (#7)
  • Stream Deck integration (#42)
  • Discord integration (#63)

Which is a pain as those are some of the ones we are wanting to get into Strem, so if you are able to offer any help on unblocking those issues please check in the github issues page.