Skip to content

Releases: capnfabs/grouse

v0.2.1

27 Nov 17:10
Compare
Choose a tag to compare

Changelog

v0.2

15 Jun 10:53
Compare
Choose a tag to compare

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 --shared and 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 .GitInfo in templates. (#2, #10)
  • Diff output is now the only thing on stdout, which means you can run grouse [args] 2>/dev/null to remove all the build info / log messages, or grouse [args] | tee diff.txt to save the diff in a file. (#12)
  • You can now write grouse --no-pager to prevent git diff from funneling output through less. (#11, #14)

Thanks to @shah and @jasikpark for bug reports that were fixed in this release, and to @scheeles for multiple PRs!

v0.1.2

19 Sep 18:00
Compare
Choose a tag to compare

Bugfixes

  • Actually close file descriptors after use 😬
  • Handle when Hugo sites are in subdirectories of the root git repo.

v0.1.1

16 Sep 15:18
Compare
Choose a tag to compare

Changelog

a6660b9 Ok actually upload to homebrew now

v0.1.0

16 Sep 15:15
Compare
Choose a tag to compare

Changelog

Initial version!