Skip to content

Releases: wifi-tally/wifi-tally

v0.5.2

03 Feb 18:59
e3d2580
Compare
Choose a tag to compare
  • [BUGFIX] Don't suggest vMix is connected until a hello message is received and tally subscription was acknowledged #85
  • [BUGFIX] The logs where written with the path segment vally-electron, missing a t that is essential to our name. It is now fixed an the files are now:
    • on Linux: ~/.config/vtally-electron/logs/main.log
    • on macOS: ~/Library/Logs/vtally-electron/main.log
    • on Windows: %USERPROFILE%\AppData\Roaming\vtally-electron\logs\main.log

v0.5.1

13 Jan 19:28
Compare
Choose a tag to compare
  • [BUGFIX] Atem did not work when using the Electron distribution #78
  • [FEATURE] Improved support when editing scenes in OBS #87 (Thanks, @Fuechschen)
  • [FEATURE] When using the Electron distribution, logs are written to a file (please note that the path of the files is wrong in this release and called vally instead of vtally #93 )
    • on Linux: ~/.config/vally-electron/logs/main.log
    • on macOS: ~/Library/Logs/vally-electron/main.log
    • on Windows: %USERPROFILE%\AppData\Roaming\vally-electron\logs\main.log

v0.5.1-rc1

28 Dec 12:53
Compare
Choose a tag to compare
v0.5.1-rc1 Pre-release
Pre-release
prepare release 0.5.1

v0.5.0

05 Jun 19:54
Compare
Choose a tag to compare

👉 Please see the documentation for an Installation Guide. 👈


Code on the Tally did not change.

  • [BREAKING] way of installation has changed. We ship platform specific executables now.
    See Download Instructions for details.
  • [FEATURE] support for Roland V-8HD and V-60HD. Thanks @JWandscheer #58
  • [FEATURE] The project got a new name and a logo. Say hello to vTally and enjoy the new logo in the GUI.
  • [FEATURE] experimental support to edit tally-settings.ini and flash the code from the Hub via USB
  • [FEATURE] The hub automatically tries to restart in case it crashes. Consider this a safety net: It should never be necessary
    – if it is, please file an issue – but there might be cases where it helps.
  • [FEATURE] All releases are published to npmjs.com

v0.5.0-rc1

05 Jun 18:09
04b2d39
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release
Update tally.md

v0.4.2

29 Apr 22:14
Compare
Choose a tag to compare

A minor feature and maintanance release.

Code on the Tally did not change from v0.4.1.

  • [ADDED] allow to dim operator light to 1% brightness #57
  • [CHANGED] npm dependencies of the hub updated

v0.4.1

10 Mar 22:24
Compare
Choose a tag to compare

A minor feature and bugfix release.

You only need to update the code on the Tally if you plan on using the new feature that supports red-green-blue WS2812 light.

  • [ADDED] the dim green light for the operator, that indicates the tally is working, can be turned off #50
  • [ADDED] support WS2812 leds with red-green-blue order #52
  • [CHANGED] npm dependencies of the hub updated
  • [BUGFIX] add init.lua to the release package. For some reason it got lost along the way

v0.4.0

31 Jan 18:22
Compare
Choose a tag to compare

IMPORTANT: Code on the Tally HAS changed. Tallies and the Hub will not be able to communicate unless you also update the .lc files on the Tallies.

  • [BREAKING] The protocol between Tally and Hub has been modified. The hub now sends specific information on what colors to show. This step was necessary because we reached the memory limit on NodeMCU with the newly added features.
  • [ADDED] Tallies can use a pink-yellow color scheme to be better distinguishable for people with a red-green weakness (Protanopia, Deuteranopia)
  • [ADDED] Tallies can be dimmed and the stage light can be turned off completely
  • [ADDED] Tallies have an option to hide preview state on the stage light.
  • [ADDED] All of the settings above can be changed for ALL Tallies or on a per-Tally basis.
  • [ADDED] OBS support to only show on-air status when actually recording or streaming. The Tally Lights will show up as "in preview" when this is not the case.

v0.3.0

06 Jan 19:03
Compare
Choose a tag to compare

A feature release.

Code on the Tally did not change. If you are doing an upgrade there is no need to
modify the Tallies.

  • [ADDED] The Hub allows to turn any device with a browser into a Tally Light ("Web Tally")
  • [CHANGED] We recommend updating Node.js to version 14. The hub will still run with Node.js 12 in the foreseeable future though.
  • [CHANGED] Documentation has been cleaned up and the Getting Started Guide has a different order now

v0.2.1

02 Jan 11:04
Compare
Choose a tag to compare

Version 0.2.0 contained a bug that did not persist the tallies settings. So starting the hub would show you an empty list of tallies even if some where previously connected.

This release contains a bugfix.

Make sure to read the release notes for v0.2.0 when upgrading from v0.1.0 or earlier.