Skip to content

v0.1.3

Compare
Choose a tag to compare
@d-e-s-o d-e-s-o released this 06 Jul 15:14
· 520 commits to main since this release
v0.1.3
7fef3fd
  • Removed default "all" query (very first query; capturing all tasks)
    • If still desired, can be configured manually
  • Added support for searching in reverse order
    • '?' starts a reverse search
    • 'N' continues the existing search in reverse
  • Added support for writing output to a file supplied by path as the first argument
    • E.g., notnow /dev/pts/3 will display the output on tty 3
  • Fixed stack overflow due to endless loop when searching for a string that is not found on multiple tabs
  • Fixed integer overflow when selecting the last tab by means of '0' and then advancing further

Full Changelog: v0.1.2...v0.1.3