Releases: bitfocus/companion
Bitfocus Companion v1.4.0
Downloads at:
https://bitfocus.io/companion
Resolved issues
- Fixes #470: Errors to log file on headless operation (silent raspberry pi services)
- Fixes #512: Internal actions problem resolved (576026a William Viker)
- Fixes #465: Add permissive CORS to http API requests. (25a5b87 Håkon Nessjøen)
- Fixes #495 and #367: Change background color and text color with internal actions. (f078ab9 William Viker)
- Fixes #519: Fix bug that lets you disable internal module from an internal module action. (0c5a32b William Viker)
- Fixes #514: Web Buttons page unable to scroll in android chrome (c88f98a William Viker)
Major changes
- Dynamic variables of presets updates when renaming instances
- Lockout PIN-code system
- Any pin length allowed.
- Configurable in web interface
- Timeouts, and manual lock and unlock with actions
- Can work globally or per surface
- Emulator can now be controlled with the keyboard buttons (as explained in the emulator)
- Support for changing page in surface config for stream deck plugin
- Ability to control button style with OSC
- /style/color/page/bank (int red, int green, int blue)
- /style/bgcolor/page/bank (int red, int green, int blue)
- /style/text/page/bank (string text)
Minor changes
- Broadcast message support in internal OSC module
- OSC bundle message support in internal OSC module
- Added Dockerfile for running companion from Docker
- Switched telnet module for instances
- Added hostname, date and time to export filenames
- Added internal action to rescan USB devices
- Stability improvements to TCP server
- Stability improvements to bank lists and feedbacks
- Module API: add callback structure for module feedback
New support added
- Agf Characterworks
- AJA Kumo
- Allen & Heath dLive Need testing
- Analog Way Picturall
- Avolites Titan
- Audivero Unityintercom
- Barco HDX projectors
- Barco DP projectors
- Barco Pulse projectors
- Blackmagic Design Teranex
- Blackmagic Design multiview 16
- BrightSign Player Need testing
- Christie Widget Designer
- Christie Pandorasbox
- Depili Clock 8001
- Denon Receivers
- ETC EOS
- Extron DXP
- Extron SMP351
- Hologfx Holographics
- Interactive Technologies Cueserver
- Kramer Matrixes
- Living As One Decoders
- Matrox Monarch
- MSC Router Need testing
- Opticis OMM 1000
- OBS Studio
- Obsidian Onyx
- Panasonic PTZ
- Picturall media server
- Planning Center Services Live
- RadioDJ
- Roland V-60HD
- Roland V-600UHD
- Roland VP-42H
- Roland XS-62S
- Sounddevices Pixnet
- Tech Ministry ProTally
- Tech Ministry midirelay
- Teradek Vidiu
- Tesla Smart
- Thingm Blink(1)
- TSL Products
- VICREO Hotkey
- Yamaha QL/CL/TF Consoles
- Vizio Smartcast
- zenvideo ndirouter
Enhanced support
- Extron IPL-T-PCS4
- Adjusted handshake
- Barco Eventmaster
- Sorting of dropdown
- Making presets work for cues and preset recalling
- Improved AUX control
- Userkey support
- Freeze of Source, Screen, Aux
- Add basic presets; auto trans, cut, recall next
- Barco PDS
- Feedback on buttons program/preview/logo, handle invalid signal input, minor improvements
- Barco Matrix Pro
- using UDP for communication
- Blackmagic Design ATEM
- additional Macro support/feedback
- USK/DSK source selection
- model selection
- Multiviewer routing
- Blackmagic Design HyperDeck
- additional name record options
- control of remote function
- Blackmagic Design Videohub
- support for monitoring outputs
- RS422 routing
- Cockos Reaper
- Added custom action
- Depili Clock 8001
- Add support for pause/resume
- Decode utf8 tally messages
- Compatibility with clock version 3.0.0
- Disguise
- more OSC commands
- Generic HTTP
- Added ‘base url’ field in instance configuration
- GrandMA2
- Rewritten telnet part to comply with MIT license
- Irisdown Countdowntimer
- Support for version 2.0.10
- OBS Studio
- Added support for transitions
- Metus Ingest
- Adding Feedback
- Mitti
- Added support for controlling Fullscreen, Looping, Transition control and Cues
- MSC routers
- preset fix
- Neodarque StageTimer2
- Added increase/decrease time action
- Rosstalk
- XPression naming fixes (by request from RossVideo)
- Tascam CD
- Support for transports and power. (complete support of protocol)
- X32
- Fixed bug where cues and snippets did not work.
- Fixed bug where DCA mute and fader didn’t work
- GlobalCache ITAC IR
- Added help text
- ifelseWare AV Playback
- Make port configurable, Pad Fix option, added nextClip and prevClip
- PVP
- target set support
- layer preset support
- layer opacity control
- select layer target
- action reordering
- preset support
- Help text
- QLab
- Flagged/Unflagged clip
- Passcode support
- RenewedVision ProPresenter
- Added audio actions
- video countdown timer variable
- Help text
- Countdown timer control
- Clock time tooltip
- StageDisplay features
- Dynamic variables
- Tascam CD
- Added presets for all actions
- Playback Pro Plus
- Adjusted GO/GT command to the correct format
- PTZ Optics
- Help text
Bitfocus Companion v1.3.0
Website:
http://bitfocus.io/companion/
Stream Deck 4.0+ Plugin: (OLD, DO NOT USE)
https://builds.bitfocus.io/companion-sd-plugin/io.bitfocus.companion-plugin.streamDeckPlugin
Getting started manual: (OLD, DO NOT USE)
https://github.com/bitfocus/companion/blob/master/documentation/gettingstarted.md
Mac build: (OLD, DO NOT USE)
https://builds.bitfocus.io/companion/stable/companion-1.3.0-1a7592b-1203-osx.zip
Windows build (OLD, DO NOT USE)
https://builds.bitfocus.io/companion/stable/companion-1.3.0-1a7592b-1203-win64.exe
Major changes
Added support for virtual devices (stream deck plugin) to connect via websockets.
Help button on instances show help markup from modules
Implemented UDP and TCP server to remote press companion buttons
Support REST GET/POST Polling in the module API
Action delays can be absolute or relative. Can also be reordered.
Minor changes
Prevent 'internal' module from being searchable
Use Interface instead of IP and Port for more consistent behavior (headless.js)
home button functionality
Added support for Neodarque StageTimer2
Add "help-button" to search result as well
Feedback reordering
Added forgotten module for Blackmagic Multiview 4
Improved the action reordering experience.
CVE-2018-14041 - Upgrade bootstrap version.
Support for choosing which pages to show in web-buttons with /tablet.html?pages=3,4,5 fixes #369. And added page names in web
Ability to press another button with an action. Closing #397.
Add TCP/UDP documentation to settings tab, and some internal restructuring/cleanup.
Changed the visible order of shortname/manufacturer in instance list
Making checkboxes larger and more visible. Closes #366
Rearranged the PNG button configuration fields. (the new standard)
Show build number in the WebUI. Closes #335
Fix build_writefile.sh to provide buildnumbers for master and branch name for other branches
Implemented multiselect form type for modules
Module related
Added module barco-eventmaster-xml
Feedback and variables for neodarque-stagetimer2
Implemented an helping preset for neodarque-stagetimer2
Upgraded AMP
Upgraded atem module. Fixes #371
Upgraded Blacmagick Hyperdeck module, added support for setting filename to record to. Fixes #360. I think.
Upgraded analogway-pls300
Upgraded barco-eventmaster-xml
Upgraded eventmaster
Upgraded generic-http
Upgraded highend-hog4
Upgraded neodarque-stagetimer2
Upgraded renewedvision-propresenter, Dynamic variables, Pro6 Windows support, and improved websockets
Upgraded rosstalk
Upgraded eventmaster module to 6.2.0 upstream module
Upgraded aja-helo
Upgraded pjlink
Upgraded renewedvision-propresenter
Upgraded studiocoast-vmix
Upgraded octopus listener module
Bitfocus Companion v1.2.0
Website:
http://bitfocus.io/companion/
Getting started manual:
https://github.com/bitfocus/companion/blob/master/documentation/gettingstarted.md
Mac build: (VERY OLD, DO NOT USE)
https://builds.bitfocus.io/companion/stable/companion-1.2.0-85393af-1109-osx.zip
Windows build (VERY OLD, DO NOT USE)
https://builds.bitfocus.io/companion/stable/companion-1.2.0-85393af-1109-win64.exe
Linux x64 build (VERY OLD, DO NOT USE)
https://builds.bitfocus.io/companion/stable/companion-1.2.0-85393af-1109-linux.tar.gz
Linux armv7l (rpi) build (VERY OLD, DO NOT USE)
https://builds.bitfocus.io/companion/stable/companion-1.2.0-85393af-1109-armv7l.tar.gz
v1.2.0 Summary
We've introduced some important stuff in this release. Honestly, almost too much in one single release. Feedback and presets is some of it, but it's not supported by many modules yet, but this will be better towards 1.3.0.
Feedback:
- BMD Videohub, BMD ATEM, OBS Studio, Irisdown Countdown Timer, Lightware 2
Presets:
- AJA Helo, OBS Studio, PTZOptics, Globalcache Itac CC, BMD Atem, Analogway EKS500, Analogway PLS300, Irisdown Countdown, Lightware 2, Mitti, PlaybackProPlus, Sony VISCA
Changes:
- Brightness control and button rotation on Stream Deck / Infinitton device
- Stream Deck Mini support
- Minimize launcher to tray
- Export and import pages/full configs
- Remote triggering of buttons via OSC and ArtNet
- Separate "Up actions" / Latch buttons
- Huge improvements in fonts (multiple sizes, auto size, etc.)
- Feedback support ("button tally" as example)
- Preset support (template keys)
- Variables support (dynamic text)
- We now support more thans 3 streamdecks!
- Erase entire page
- Panic feature in internal module to cancel all delayed actions
- Align text and PNG background
- Internal module to control internal stuff in companion
- Headless operation for RPI
- Tablet/Web buttons
- Windows database save problem fixed
- Cosmetic fixes in Admin UI
- Fixes: Analogway Midra
- Fixes: Irisdown Countdowntimer
- Fixes: PlaybackProPlus
- Fixes: Mitti
- Fixes: Blackmagic
- Fixes: QLab
- Fixes: Eventmaster
- Fixes: Livecore
- Fixes: PVP
- Fixes: PPT RSC
- Fixes: Millumin
- Fixes: Blackmagic Design ATEM
- Support: X32
- Support: Chamsys
- Support: Watchout
- Support: Analogway VIO
- Support: Christie PJ
- Support: ArtNet
- Support: 7th sense media server
- Support: Imagepro
- Support: Modulo
- Support: Octopus App
- Support: KiPro
- Support: XAir
- Support: SCS
- Support: Cockos Reaper
- Support: Nevion MRP/Multicon
- Support: PTZOptics VISCA
- Support: AJA Helo
- Support: Analogway Pulse (PLS300)
- Support: HTTP GET/POST Requests
- Support: BlackMagic Design SmartView
stuff is probably missing from this list.. we lost count at some point.
Bitfocus Companion v1.1.1-patch1
Website:
http://bitfocus.io/companion/
Getting started manual:
https://github.com/bitfocus/companion/blob/master/documentation/gettingstarted.md
Mac build:
https://builds.bitfocus.io/companion/stable/companion-1.1.1-9a21c21-p1-osx.zip
Windows build
https://builds.bitfocus.io/companion/stable/companion-1.1.1-9a21c21-p1-win64.exe
Linux build
https://builds.bitfocus.io/companion/stable/companion-1.1.1-9a21c21-p1-linux.tar.gz
v1.1.1 Patch 1 summary
- Fixed eventmaster presets not showing up (unless you waited 20 secs)
- Fixed mac crashes
- Added linux build
v1.1.1 Summary
- Eventmaster freeze/unfreeze and rebuild
- Added test button from button configurator
- Added "hot buttons" (test/run) while holding shift button in admin gui
- Added float to OSC
- Color picker
- Support for \n for newline in button labels
- Health/Status indicator on buttons!
- Bugfixes: Infinitton driver
- Bugfixes: Spyder
- Support: Mitti jump to cue
- Support: BMD VideoHub
- Support: BMD Hyperdeck
- Support: BMD ATEM
- Support: Disguise Multi Transport control (partial, ..not our fault)
- Support: VLC
- Support: Octopus Listener
- Support: Irisdown Remote Show Control
- Support: AnalogWay Livecore
- Support: ArtNet
- Support: GrandMA 2 (telnet)
Issues closed from v1.1.0 to v1.1.1
Bitfocus Companion v1.1.0-patch1 (win+mac+linux)
WHOUPS! If you tried to use OSC in the first release of v1.1.0, it refused to load the module, and if you tried to delete an osc instance, the application would throw an error. This problem is fixed in this build, please upgrade 👍
Website:
http://bitfocus.io/companion/
Mac build:
https://builds.bitfocus.io/companion/stable/companion-1.1.0-7326dd1-osx.zip
Windows build
https://builds.bitfocus.io/companion/stable/companion-1.1.0-7326dd1-win64.exe
Linux build
https://builds.bitfocus.io/companion/stable/companion-1.1.0-7326dd1-linux.tar.gz
v1.1.0 Summary
- Added support for the Infinitton controller (very similar to the elgato)
- Regular expressions to validate configuration input
- Added dropdown choices for action settings
- Design tweaks in the action list
- Improvements in the internal UDP and TCP libraries
- Implemented user configuration for flipping up/down buttons on page selection
- Pages can now have their own names
- Added text horizontal and vertical alignment
- Added lowercase letters to the font
- Replace application icon with the companion icon
- Ability to change port number for GUI
- Field validation now stops the forms from saving
- Minor bug fixes
- Crash if the streamdeck application is running is fixed!
- Support: IfElseWare AV-Playback
- Support: Ross Carbonite/Vision
- Support: Spyder
- Support: Digital Projection Highlight Projectors
- Support: Barco PDS
- Support: PJLink
Issues closed from v1.0.12 to v1.1.0
- #84: Module Request: AV Playback module
- #73: Enhancement: Field validation should stop the form from saving
- #71: Feature: Inform or reload modules on configuration change (for that module) TODO bug enhancement
- #70: setTimeout issue workaround making action delays safe bug solution needed
- #69: TCP framework for modules
- #65: Bug when launching two instances or port currently in use
- #63: Reset Button
- #58: Bug: Wrong application logo/icon bug
- #56: Application Configuration
- #52: Launcher does not scroll log automatically bug win64
- #58: Feature request: input data validation
- #49: Feature request: tooltips on input fields enhancement good first issue
- #29: Wish: reverse order of page numbers
- #23: Wish: Ability to change port that interface runs on
- #61: Bug: Handle streamdeck that is in use
Companion v1.0.12-bugfix1 (win alpha + mac beta)
Windows build
https://builds.bitfocus.io/companion/companion-1.0.12-f9994d5-win64.exe
Mac build:
https://builds.bitfocus.io/companion/companion-1.0.12-f9994d5-osx.zip
Changelog
- Watchout support
- PNG images on buttons!
- UI Changes
- Logging in the UI
- Delayed actions (set actions to be delayed)
- Instance status reporting
- Prepared to branch out modules to separate repositories
bugfix1 includes a fix for the font letter spacing problem 👍
Companion v1.0.11 (replaces faulty v1.0.10)
This version fixes the blocking error with actions in v1.0.10
- Added crash reporter (not tested)
- Fixed actions that didnt work
- Added "oops, lost connection" to the Web UI if daemon crashes
Sorry for releasing a faulty release, guys ;) the cost of getting the features out there asap!
Companion v1.0.10 (win alpha, mac beta)
- Windows support - or, so they say. Try it out!
- OSC Generic module (send custom osc messages, make them yourself.)
- Quick and Dirty Millumin 8 support
- Better graphics caching for our precious buttons
- PlaybackPro Plus support
- Prettified the web interface
❗ This release has a blocking bug, where actions do not work. Please download a later release. ❗
Event Companion v1.0.9-alpha-osx
- Button preview in bank view and inside the button config! Woho!
- Current color displayed!
- Actions tab more user friendly
- USB-handling improvements
- Favicon
- Some cleanup and performance fixes
Event Companion v1.0.8-alpha-osx
- Pages wraps (page down on page 1 becomes 99, and the other way around)
- Multi device support (YAY!)
- EventMaster instance shouldn't throw nasty errors anymore if the connection is lost
- Better color palettes
- Mitti toggle fix
- Changed some labels to make stuff more consistent
- Internal UDP support added (not anything you'll see)