Skip to content

v0.2.2

Latest

Choose a tag to compare

@azonenberg azonenberg released this 20 Aug 12:58

ngscopeclient v0.2.2 release notes

This is a hotfix release for v0.2.1 that fixes a MacOS specific packaging issue as well as a FFT windowing bug.

New features since v0.2

  • None

Breaking changes since v0.2.1

We try to maintain compatibility with older versions of ngscopeclient but occasionally we have no choice to change the interface of a block in a way that requires old filter graphs to be updated.

NOTE: This section only list changes which are potentially breaking to an end user. Prior to the version 1.0 release, there is no expectation of API/ABI stability and internal software interfaces may change at any time with no warning.

  • None

Bugs fixed since v0.2.1

  • Fixed broken MoltenVK packaging causing the generated DMG to not run on some Macs (#1027)
  • Fixed incorrect coefficient in 4th term of Blackman-Harris window (ngscopeclient/scopehal#1110)

Other changes since v0.2.1

  • Improved Vulkan queue allocation to reduce contention between threads

Known issues

  • Deletion of a filter by pressing "delete" with the node selected in the filter graph editor is not always possible, since not all possible consumers are tracked in the filter graph yet. If you try to delete a block and it doesn't go away, stdout and the log viewer dialog should show a message about X unresolved dangling references; you will need to find and close these windows manually. Export-to-file filters have a known reference leak and are currently impossible to delete once added to a session.