Skip to content

Releases: nwidger/lighthouse

v0.4.2

31 Mar 13:57
Compare
Choose a tag to compare

Add --only option to lh export command.

v0.4.1

23 Mar 20:17
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

This release adds lhtogitlab command.

v0.3.1

05 Aug 13:33
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

This release fixes a few small issues with JSON output.

v0.4.0

01 Aug 18:23
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Please ignore this release, it was created in error.

v0.3.0

31 Jul 21:33
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This release adds colorized JSON output using the jsoncolor package. Colorized output is enabled by default but can be disabled with -M or --monochrome.

v0.2.0

27 Jul 15:09
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release adds the remaining functionality from the Lighthouse API:

  • Commands now support using names/titles to identify resources in addition to IDs. For example, lh get milestone "My Milestone" can now be used instead of lh get milestone 8854. When identifying users, lookup is case insensitive and users can be identified using only their first name.
  • Add lh create, lh delete and lh update commands.
  • Add lh get project command.
  • Renamed lh list memberships command to lh get project --memberships.
  • Support downloading ticket attachments with lh get ticket --attachment command.

v0.1.0

11 Jul 17:51
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial public release.