Skip to content

Bug v0.3

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

This is the third release of bug, the distributed bug tracker. There are 2 major features and a few minor features and cleanup in this release.

Major New Features

  • added the ability to generate stable identifiers for referencing long-standing bugs (see "bug help identifiers"), instead of (or in addition to) the existing unstable identifiers.
  • There's a new bug-import program included to import from GitHub issues or Bugs Everywhere databases. The commit message of GitHub issues that are imported and subsequently closed/commited with "bug commit" include "Closes #...." comments so that they'll also be closed in GitHub issues when pushed upstream.

Minor New Features

  • Added "bug edit fieldname BugID" to launch your editor for a field other than the Description
  • bug now automatically invokes less to page long output
  • Added options to "bug create" to set bug fields (ie status, priority, identifier) on creation (see "bug help create")
  • Added options to see alter what fields or tags shows up in roadmap (see "bug help roadmap")
  • Restructured code to be easier to maintain and started added tests.

As before, you can use this release by downloading the package for your OS and putting the bug tool in your path. (Requests for other architectures or OSs can be sent to [email protected] and I'll try to build it for you if you don't have access to go tools.)