Releases: atomicinfotech/tally-vmix-blackmagic
Releases · atomicinfotech/tally-vmix-blackmagic
v2.0.0
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
- Updated
- 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
- Use of
- 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