You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚰️ filename_for_resource is deprecated due to confusing name, use filename_for_file
_resource instead.
🐛 Map MIDI names to message bus topics without the 128:0 part that can change between sessions.
🐛 MIDI channels in Chandler events, message bus topics, and tag names are one-based, to match almost every other app, instead of zero based to match the raw binary.
Other Changes
✨ Persist login sessions across reboots
🐛 Fix deleting file resources from modules page
✨ widget.mjs notficiations on disconnect and reconnect
✨ "Apps" page for quick access to things like chandler boards.
🐛 Fix media link remote "Ding" buttons.
✨ Mixer channel beat detection
🐛 Fix deadlock that could happen if all background thread slots were filled by serialized_async_with_core_lock
🐛 Fix pagination of tag points pages
✨ __next__ special cue
✨ Creating or cloning cues inserts after selected
🐛 Fix importing fixture presets
✨ Rework old chandler import/export feature
🧑💻 Support for Snap packages is no longer a long term priority
🐛 Fix total failure to load chandler data if cue param is corrupted
🐛 Fix issues if inherit_rules is a nonexistant cue.
🐛 Fix default cue not starting up properly
🐛 Fix chandler board leaving behind fixture assignments when deleted
🐛 Fix list of ports not updating until refresh
🐛 Fix a very uncommon deadlock in the widgets module discovered through automated testing.
🐛 Fix saved presets not showing up in list in mixer
🐛 Fix cue shortcut codes not correctly cleaned up
🧑💻 Log a warning if a tag point is not explicitly unsubscribed
🐛 Spurious "Still Running" indicator in events
🐛 Fix slideshow transform sometimes not being editable
🐛 Fix blend mode detail editing
🐛 Fix sound not playing in web player
🐛 Fix edge case where silent cues that had fade in set did not fade out
🐛 Media wind down sounds much better
✨ UI notification if you try jumping to cue in inactive group
🐛 Fix file data not showing up till manual rescan after uploading zip module
🐛 Fix tag point aliases not being correctly cleaned up
🐛 Fix not being able to move internal module to external
🐛 Fix bug where failed add_data_pusher_to_all_boards function would retry forever