Releases: capnfabs/grouse
Releases · capnfabs/grouse
v0.2.1
v0.2
Yay, finally time for version 0.2!
Lots has changed in this version:
- The checkout mechanism has been completely reworked! The new one should be much faster, and much simpler to maintain -- it shells out to
git clone --sharedand then does a bunch of trickery to make submodules work nicely :)- If this isn't working on your machine, please file an issue!
- We now support Hugo sites that make reference to
.GitInfoin templates. (#2, #10) - Diff output is now the only thing on stdout, which means you can run
grouse [args] 2>/dev/nullto remove all the build info / log messages, orgrouse [args] | tee diff.txtto save the diff in a file. (#12) - You can now write
grouse --no-pagerto preventgit difffrom funneling output throughless. (#11, #14)
Thanks to @shah and @jasikpark for bug reports that were fixed in this release, and to @scheeles for multiple PRs!