Skip to content

0.8.18

Compare
Choose a tag to compare
@qwx9 qwx9 released this 24 Jan 12:55
· 20 commits to main since this release

New in this release

  • Improved layout position and node separation
  • explode strawk function to add jitter to a node selection
  • -n: resumable headless layouting (without graphical display) with periodic snapshots
  • strawk: removal of most redundancy and back-and-forth with rest of the code; improve latency and memory usage on file loads
  • UI adjustments
  • Use OpenGL ES for linux aarch64 by default
  • Suppress warnings on GFA loading by default

Fixes

  • Critical bug in pthread handling resulting in random crashes on macOS
  • Crash due to unhandled 0-degree segments
  • Layout: better centering, zoom level, node sizes
  • MSAA flickering due to non-multisampled offscreen rendering
  • CSV loading with spaces in column headers, hexstring handling, tag overriding
  • Mouse selection bugs; improve performance/reduce latency for box select
  • strawk: fix nrand()
  • UI adjustments
  • Other misc. issues