Skip to content

Releases: natelandau/halp

v2.0.2

30 Apr 18:41

Choose a tag to compare

Fix

  • create data dir before creating database
  • correct environment variable prefix
  • capture keyboard interrupts gracefully

v2.0.1

03 Mar 02:35

Choose a tag to compare

Fix

  • config: fix error finding config file

v2.0.0

03 Mar 02:17

Choose a tag to compare

BREAKING CHANGE

  • Move from using flags to subcommands for major functionality.

Feat

  • new CLI interface (#47)

v1.1.1

15 Nov 23:46

Choose a tag to compare

Fix

  • nothing changed but bump version to kick-off release

Includes unpublished release v1.1.0

Feat

  • use XDG specification for file locations (#40)

v1.0.3

06 May 17:27

Choose a tag to compare

Fix

  • no longer strip words in brackets from descriptions (#26)

Refactor

  • move version to constants (#27)

v1.0.2

13 Feb 23:27

Choose a tag to compare

Fix

  • index: improve persisting customizations (#25)

v1.0.1

05 Feb 14:25

Choose a tag to compare

Fix

  • don't migrate db on first-run (#23)

v1.0.0

05 Feb 02:21

Choose a tag to compare

Feat

  • Release v1.0.0

Fix

  • show number of commands as table footer

v0.4.0

05 Feb 01:15

Choose a tag to compare

Feat

  • recategorize commands (#22)

Fix

  • db: track cli version for future migrations (#21)

v0.3.0

04 Feb 03:49

Choose a tag to compare

Feat

  • customize command descriptions (#16)
  • above and inline comments for descriptions (#15)

Refactor

  • typing: enforce mypy strict_optional