Skip to content

[1.18.0] - 2024-09-08

Compare
Choose a tag to compare
@xavierog xavierog released this 07 Sep 22:17
· 29 commits to master since this release

Added

  • Text search: it is now possible to search steps (+ the title) for a given pattern (plain or regex, case-sensitive or not).
  • The search widget offers an in-memory, non-persistent history.

2024-09-08_00-16

Changed

  • The console is now shown or hidden using z instead of n.
  • The console now grabs the focus, which makes it easier to scroll.

Fixed

  • Help screen: mention ctrl+pgup and ctrl+pgdn.