Skip to content

Bug v0.1

Compare
Choose a tag to compare
@driusan driusan released this 03 Jan 00:15
· 152 commits to master since this release

Bug v0.1

First non-prerelease version of bug!

While still in early development, bug has been bootstraping it's own bug tracking well enough that I'm confident other people can get some use of it.

New features since the last prerelease:

  • "bug milestone" command to tag issues to a particular milestone.
  • "bug roadmap" command to view issues grouped by milestone.
  • "bug relabel" command allows you to rename issues after creation
  • "bug version" or "bug --version" will tell you what version of bug you're using

Bug fixes since the last prerelease:

  • More consistent help/output when you don't provide enough arguments to a command
  • bug commit checks the git index for states that are known to cause errors and aborts
    with a helpful error message, instead of trying anyways and failing with a cryptic error
    message.

To use, download the tarball for your operating system below, extract it, and copy the "bug" command into your path.