Skip to content

Releases: mi-parkes/sphinx-needs-data-explorer

v0.93.0

17 Nov 15:12
803da71
Compare
Choose a tag to compare

v0.93.0 - 2024-11-17

Added

  • Table export support for JSON and PDF formats.
  • Node types filter: control which node types are visible or hidden in the network.
  • Keyboard shortcuts for dragView and zoomView.

Fixed

  • Resolved GUI issues, including improper focus behavior after help or select-type operations.
  • Fixed multiple keydown events being triggered when re-entering network mode.
  • Fixed exiting the filter input window in table and file modes.

Changed

  • Applied dropdownAutoWidth for select-type dropdown, improving usability.
  • Updated the format of displayed information about the number of nodes matching active filter(s).
    • The format x/y now indicates the current position (x) of an item in the Sphinx-Needs listbox relative to the total number of items (y) that match the active filter(s).
    • NDV stands for Neighborhood Depth View.

v0.9.2: Updates14 (#31)

14 Nov 16:33
580e70c
Compare
Choose a tag to compare

Both incoming and outgoing named link types can be used for filtering

v0.9.1:Fixing crash for links to non existing needs in table view

13 Nov 18:02
ac83462
Compare
Choose a tag to compare
Fixing crash for links to non existing needs in table view (#30)

v0.9.0: Updates6 (#22)

13 Oct 09:31
610ba68
Compare
Choose a tag to compare
* New features5 (#21)

* Updating documentation

* You can negate content of single bracket

* Fixing view node attributes

* Moving package build to poetry

* Reformatting with black

* Adding missing devcontainer

* Adding black target

* Removing manually generated documentation

* Updating package build instructions + locale+timezone moved from Dockerfile to devcontainer.json

* Including .vscode configuration

* Exit on first error executing in GNU Makefile

* Minor changes

* Adding task descriptions

* devcontainer configuration cleanup

* Referencing images with URLs

* Setting image URLs to frozen revision

* Allow README.md to be used by pypi and sphinx including all image rendering