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
Sequences are now generated lazily. There is a new option: Immediate sequences that can be used to further decrease time required to generate them, but it comes at a price of potentially longer paths.
Analyze view also benefits from lazy sequences. On top of it, sequences are paginated.
Sequences can be now sorted by daemons! Use new option Hierarchy and Daemon priority to select which daemons are prioritized. Note: this option requires types to be recognized.
Features
client-electron: add ability to emit sequences immediately (41f5db6)
client-electron: add ability to sort daemons by order in the sequence (54fc847)