Skip to content

0.17.0 - 2025-05-28

Choose a tag to compare

@github-actions github-actions released this 28 May 22:46
· 306 commits to main since this release

Highlights

  • Improved zooming and panning:
    • Panning works.
    • Zooming has better short cut conformity.
  • New list view of recordings.

Added

  • Clickable list view of recordings.
  • Documentation for keyboard shortcuts.
  • New centering shortcut to center view at cursor.

Changed

  • Panning with keyboard shortcuts has been added.
  • Zooming shortcuts work more consistently.
  • Zooming centers on cursor if a cursor has been placed.

Fixed

  • Zoom commands no longer 'eat' the Ctrl+O for opening a directory. However,
    see the bug below.
  • There is a minimal three recording example again.

Bugs

  • When PATKIT first starts up, to start zooming you need to click on the main
    figure - also outside the graph areas will do. This is due to focus being in
    the 'Go to recording' field. This might or might not be changed in the future.
  • Zooming very far in makes the plotting behave strangely.
  • Ctrl+O crashes PATKIT probably because the directory opening code pre-dates
    the new directory structure.