Skip to content

Tags: svt/bridge

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.1 (#135)

* Add the ability for references and triggers to target the main client's selection

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add loop prevention to abortItem

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Fix an issue where caspar template data wouldn't completely overwrite old data

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update dependencies

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Bump to 1.0.1

Signed-off-by: Axel Boberg <git@axelboberg.se>

---------

Signed-off-by: Axel Boberg <git@axelboberg.se>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes for 1.0.0 (#127)

* Fix an issue where strings were explicitly compared to numbers causing channels to become mismatched

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Attempt to fix an issue where trimming items in the timeline woudn't update the local state correctly

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Set the correct width of the border of rundown item drop zones

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Attempt to fix an issue with keyboard shortcuts not responding

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Style scrollbars on macOS when a mouse is connected

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update the description of the loop prevention setting

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Fix an issue where the effective duration of a clip was miscalculated if outPoint was en empty string

Signed-off-by: Axel Boberg <git@axelboberg.se>

---------

Signed-off-by: Axel Boberg <git@axelboberg.se>

v1.0.0-beta.10

Toggle v1.0.0-beta.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0-beta.10 (#117)

* Rename target id to target in references

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add ability to create a new workspace from an existing file

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add an accelerator to "New workspace from existing"

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add menu item and accelerator to close a single window

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add checks for references targeting themselves

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update screenshot

Signed-off-by: Axel Boberg <git@axelboberg.se>

* 1.0.0-beta.10

Signed-off-by: Axel Boberg <git@axelboberg.se>

---------

Signed-off-by: Axel Boberg <git@axelboberg.se>

v1.0.0-beta.9

Toggle v1.0.0-beta.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0-beta.9 (#111)

v1.0.0-beta.8

Toggle v1.0.0-beta.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0-beta.8 (#100)

* Make sure that file paths to project files actually point to files on Windows

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Fix an issue that prevented the main window from being resized on Windows

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Replace the dot indicating unsaved changes with a label

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update dependencies and fix linting issues

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update changelog

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Up the version to beta-8

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Downgrade jest due to security vulnerabilities

Signed-off-by: Axel Boberg <git@axelboberg.se>

---------

Signed-off-by: Axel Boberg <git@axelboberg.se>

v1.0.0-beta.7

Toggle v1.0.0-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0-beta.7 (#78)

* Show worker errors as messages in the UI

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add buttons for reload the the palette in the header

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Remove unused parameter

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add support for floating widgets

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add supportsFloat to the widget documentation

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Fix an issue where a socket was opened to an invalid address

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add an option to make rundown items compact

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Tweak copy and sizing of compact items

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add test cases for WindowStore

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Remove misplaced command registration call

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Start implementing policies for commands

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update electron

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update jest and allow for dynamic imports in test suites

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add a new transparent mode

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Start adding security policies

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Fix typo in error message

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Start refactoring the http server and websocket handler

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Revert to Express

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Move workspace creation into the WorkspaceRegistry

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Refactor the api script in the main app and add a CSP for scripts

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Await token on the client side

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Move socket cleanup from outside the workspace object

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Start moving connections to their own API

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Redo websocket handling and the client API

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add message encoding, comments and remove unused code

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add support for authorization before executing commands

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Remove the unused connection api and add comments

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add support for floating widgets when using a browser

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update changelog

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update screenshot

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add link to roadmap

Signed-off-by: Axel Boberg <git@axelboberg.se>

* 1.0.0-beta.7

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update test matrix and drop 16.x and 18.x

Signed-off-by: Axel Boberg <git@axelboberg.se>

---------

Signed-off-by: Axel Boberg <git@axelboberg.se>

v1.0.0-beta.6

Toggle v1.0.0-beta.6's commit message
Mark v1.0.0-beta.6 as released

Signed-off-by: Axel Boberg <git@axelboberg.se>

v1.0.0-beta.5

Toggle v1.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.0-beta.5 (#61)

v1.0.0-beta.4

Toggle v1.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0-beta.4 (#60)

* Fix capitalization of the word 'web'

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add an HTTP plugin for making GET requests

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Update version string to 1.0.0-beta.4

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add build instructions for the application itself

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add links to build instructions from CONTRIBUTING.md

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add a system api for getting the current version of Bridge

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add a user agent string to HTTP requests for easier identification

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add a comment and note regarding the user agent string

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Fix a typo in the documentation

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Replace the 'Publik' font with 'Inter'

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Tweak font properties for Inter

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add a run config for Fleet and Electron

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Refactor the server side api to use dependency injection

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Start adding tests for SCommands and set the LOG_LEVEL env variable to 'info' for tests

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add examples directory to the structure tree

Signed-off-by: Axel Boberg <git@axelboberg.se>

* Add the change of font to CHANGELOG.md

Signed-off-by: Axel Boberg <git@axelboberg.se>

---------

Signed-off-by: Axel Boberg <git@axelboberg.se>

v1.0.0-beta.3

Toggle v1.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.0-beta.3 (#59)