Skip to content

Releases: qwx9/strangepg

0.8.18

24 Jan 12:55
Compare
Choose a tag to compare

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

0.8.17

06 Jan 14:02
Compare
Choose a tag to compare

Significant performance boost; much faster GFA loading (50% and more with larger graphs), similar reduction in memory usage.

Others:

  • strawk addon mechanism.
  • Prefer OpenGL ES on linux/aarch64.
  • Various bug fixes.

Test multi-platform release

19 Dec 14:48
Compare
Choose a tag to compare
Pre-release

Built via github actions -- no refunds.