Releases · Happyrobot33/HNode (original) (raw)

Linux build!

Adds a linux build, while adding a F11 fullscreen mode to deal with the issue of linux not having spout support at the moment

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

Fix accidental off by one issue

Fixed an accidental off by one error with universe serialization, sorry!

Full Changelog: v0.0.5...v0.0.6

Minor fixes

Small changes, mostly getting this out due to a massive oversight in the serialization logic.

Full Changelog: v0.0.4...v0.0.5

Minor changes, Custom resolution support, MIDI Timecode

Small update for now, mainly just getting this one out early so support for events like furality is in place as they use a resolution other than 1920x1080. Resolution control is currently limited to the shwcfg file, and using it should be fairly self explanatory in this regard. There is also now a new exporter, findable in the exporter tab, that will convert MIDI Timecode (MTC) to a UDP packet for use in programs like blender for timecoding.

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

DRONES

Hello! After a succesfull stageflight 3 I decided now would be a good time to push up all the changes I have into a new public release. Not much new here, but this has the fully functional mavlink code included, along with some internal reworks and slight changes to some systems

Lastly, we have also updated to the newest version of Unity 6 that fixes the security flaw. Theoretically the security flaw did not affect HNode in any way as it is, but it felt pertinent to do anyway

Buncha changes!

Buncha changes! all of the global settings that used to be config file only have now been moved into the UI, along with in general a more stable UI framework internally. Some new generators have been added, along with some general bugfixes.

The major changes here are that

As always, this is a indev project, expect things to break if you update, HOWEVER the runtime stability of this software has been proven so far as its been used for live busking for a few events now, along with hours long transcode sessions

Initial Public Beta Release

Initial public beta release! This version is still very much in development, expect breaking changes with any future releases. Generators and Exporters are configurable via UI, and basic parts of serializers and deserializers are too, but any custom fields of serializers or deserialzizers are missing from the UI and must be configured via yml file still. Same goes for some other settings including masking. These are planned to be added to the UI at a future date