Skip to content

Releases: atomicinfotech/tally-vmix-blackmagic

v2.0.0

23 Sep 20:42
Compare
Choose a tag to compare

Changelog

v2.0.0

Added

  • New admin interface for configuration
    • HTML/JavaScript-based interface for easier device management
    • Script to minimize HTML for Arduino storage (html_to_arduino.js)
  • Cross-domain CORS support for remote management of the device

Changed

  • Refactored and improved tally functionality
    • Updated tally function to use char instead of int for state
    • Modified tallymap function to handle int input and return 0 for invalid inputs
  • Increased maximum number of tallies from 5 to 10

Fixed

  • Bug where vMix address wasn't being loaded from memory
  • Small whitespace issues in various files

Improved

  • Memory usage optimizations
    • Use of F() macro for string literals to save dynamic memory
  • Enhanced error handling and input validation

[1.0.0] - 2022-12-23

Initial Release

  • Basic functionality for vMix and ATEM tally integration
  • Web server for configuration
  • EEPROM-based settings storage

Full Changelog: https://github.com/atomicinfotech/tally-vmix-blackmagic/commits/v2.0.0