Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

2.0

Compare
Choose a tag to compare
@CShark CShark released this 28 May 14:40
· 7 commits to master since this release

Next Release after some time with real world usage and usage feedback.

Features:

  • Ability to import and export slot configurations
  • PelcoD now allows you to assign a preset for each camera instead of just one preset in total. Also allows for grouping for easier visual navigation of the list
  • Sets. Now you can group plugin actions into a set and assign the set to multiple slots. Plugins in a set will only trigger when leaving or entering the set, not during transitions in the set itself. Useful if you want to overwrite some of the stuff manuall (e.g. camera position via a control panel) without the MultiView resetting it on the next scene transition

Changes:

  • Plugins will now only trigger if the new active plugin config is different than the last one. This prevents triggering when reactivating the same scene again
  • Removed the profile feature. It did not get any use even during regular use by different people
  • Top Bar in SceneView is now highlighted and contains the Name of the active Scene Collection in OBS
  • Changed to .NET 6.0 as 5.0 is nearing its EOL
  • Some internal changes to the Plugin structure and more differentiated types of Plugins

Bugfixes:

  • MultiView doesn't crash when OBS scene is not found
  • Fixed some translation issues
  • Proper placement of the OBS projector view, especially when using more than two monitors
  • LowLevel Keyboardhook sometimes fires twice when not intercepting the keystroke
  • Preventing a crash when there were more slots in the config file than fit in the grid layout
  • Reworked the QLC+ plugin and figured out some of the API limitations. See wiki for more info