b4 0.16.0 released
Konstantin Ryabitsev has announced the release of version 0.16.0 of the b4 software-development tool. The biggest change is the addition ofbug-tracking support:
The new "b4 bugs" command integrates with git-bug to let you trackbug reports alongside your git repository. Bugs are stored as gitobjects inside the repo, so they travel with the code and can beshared via git push/pull without any external service.
There are also a lot of improvements to b4 review (which was coveredhere in March), better conflict resolution in b4 shazam,improved history rewriting, and more.