3.10.0

Released October 22, 2021

New features

  • New Plugin Admin interface

  • Ability to change the position of each series in the widget header

Fixes and improvements

  • Update pipes to 0.25.2

    • Ignore I/O error in sys.disks

    • Fix UnionPipe and JoinPipe behavior with empty batches

    • Fixed Exprange for step equals to 1

    • Exprange should be finite

  • [fixed] Failsafe screen should not show PANIC buttons to non-Admins

  • [API] Deprecate redo() and undo() from Live.Action

  • Add "final computed span" to __queries event

  • Performance improvement to Lookup Table interface

Details

New Plugin Admin interface

Live 3.10 introduces a new Plugin Admin Interface.

It includes:

  • A new search functionality

  • A new filter functionality

  • More information about the Plugin status

  • More information about dependencies, including links to the marketplace

  • Bulk action

Ability to change the position of each series in the widget header

This new feature allows the user to change the series order. This will affect the header, the legend, and the chart itself. As we can see at this gif, whenever the user changes the position of a series (curves, layer, etc...) using the drag-and-drop at the header, all the related information gets updated.

Last updated