Releases: OpenMix-dev/OpenMix
Releases · OpenMix-dev/OpenMix
Release list
v1.0.7
fix(ci): unblock the v1.0.7 release build (#21) The tag-gated release build failed on two independent flakes, so v1.0.7 tagged but never published artifacts or an appcast. - Package step: choco's NSIS install silently no-ops when the community feed 503s (exit 0, 0 packages), leaving cpack -G NSIS with no makensis. Retry the fetch and assert makensis.exe before packaging so a feed blip fails at install, not at packaging. - AllenHeathSessionTest: the stub MixRack framed the client's session seed by scanning for the 0xE7 terminator, but the seed's UDP-port field can itself be 0xE7 (~1% of ephemeral ports), truncating the frame so the stub never replied and the handshake stalled. Consume the fixed-length seed by structure instead.
v1.0.6
v1.0.6: Allen & Heath console support (Qu, SQ, Avantis/dLive/GLD) and…
v1.0.5
v1.0.5: fix X32/M32 and WING console connections (#18) * fix: keep OSC send and receive on one socket so console replies arrive * chore: strip gcc-only flag so clangd can parse the tree * build: set RPM package license to GPLv3 * docs: add README * chore: bump version to 1.0.5
v1.0.4
v1.0.4: active DCAs, role/ensemble assignment, and WING fixes (#17) * fix: WING has 16 DCAs, not 24 * fix: stop doubled text while editing cue table cells * fix: DCA overview repaints when an assignment dropdown changes * feat: typed roles and ensembles assign all matching channels * feat: per-DCA active toggle reserves DCAs from control * feat: spreadsheet-style TSV paste across a cue's DCA cells * chore: bump version to 1.0.4
v1.0.3
- fix: crash on File > New Show with unsaved changes
- fix: import .tmix channel names as actor names
- fix: live-update DCA mapping panel on cue edits
- feat: show per-cue DCA names in mapping-page dropdowns
- feat: add Import Show button to the welcome dialog
- fix: stop MIDI dialog buttons floating below empty tables
- feat: per-actor choice of role name as the channel label
- refactor: de-duplicate names across the DCA mapping page
- fix: fit inline item-view editors app-wide via stylesheet
- feat: Add Actors / Add Roles buttons and multi-select delete
v1.0.2
v1.0.1
Replace WinSparkle with app-styled in-app updater (#10)
v1.0.0
ci: rebuild openmix.dev after a release ships The site bakes the downloads table and past-releases list at build time; dispatching its deploy workflow from the appcast job keeps them current without a manual redeploy. Skips with a warning when the dispatch token secret is missing.
v0.1.0
feat: universal macOS build (Intel + Apple silicon) Swap brew Qt (arm64-only) for the official universal Qt binaries via install-qt-action, build liblo universal from source, and compile with CMAKE_OSX_ARCHITECTURES=arm64;x86_64 at a 12.0 deployment target. CI now asserts both slices are present with lipo before packaging.