Skip to content

2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 17:05
· 39 commits to master since this release
v2.8.0
6389a98

TLDR:

  • 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)
  • client-electron: add dynamic navigation (a5bbb5d)
  • client-electron: add key binds to solve with focus for sixth and seventh daemon (94f667b)
  • client-electron: add simple pagination to analyze view (fd714e8), closes #294
  • core: add ability to order sequences by types (1ab78a3), closes #249

Bug Fixes

  • client-electron: calculate acquired daemons from resolved sequence (c5266e2)
  • client-electron: filter analyze results by daemons from resolved sequence (70b501e)
  • client-electron: handle missing source file (6e5c55b), closes #277
  • client-electron: prevent conditional jsx from executing (f18cd7b)
  • client-electron: prevent flicker in json viewer (f26af63)
  • common: add extra delay after game is activated for nircmd (721bf12)
  • core: add orphan daemons to daemons of resolved sequence (a56cfd7)

Performance improvements

  • core: defer generation of sequences (dc239ea)