Releases: strem-app/strem
Adds triggers for OnFlowStarted and OnFlowFinished
Minor fix for app icon and WinGet support
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
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
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.
Support for StreamElements Triggers
Minor Internal Updates
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
Another Minor Infrastructure Change
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
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
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.
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:
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.