Skip to content

Releases: taylorthurlow/thicket

v0.1.6 - 2022-10-10

10 Oct 18:46
3441578
Compare
Choose a tag to compare

Changed

  • Use Crystal 1.6.0

v0.1.5 - 2021-09-07

07 Sep 17:24
Compare
Choose a tag to compare

Changed

v0.1.4 - 2020-06-23

24 Jun 06:32
6a8725f
Compare
Choose a tag to compare

Changed

  • Use Crystal 0.35.1

Added

  • Add --initials option to use commit author initials instead of a full name. Will fall back to normal name if unable to determine initials.

v0.1.3 - 2020-01-19

19 Jan 19:20
0423a50
Compare
Choose a tag to compare

Fixed

  • An issue where thicket was calculating the terminal width for every line of output instead of once per invocation, causing serious performance issues in cases where the $TERM environment variable was set (#3, thanks @RX14!)

v0.1.2 - 2020-01-18

19 Jan 03:06
Compare
Choose a tag to compare

NOTE: This release did not properly bump the version.cr file from 0.1.1 to 0.1.2, so the binary will still report itself as version 0.1.1.

Fixed

  • Properly fall back to 80-character terminal width when $TERM is not set
  • Handle the case when an invalid directory path is passed to the -d option

v0.1.1 - 2020-01-18

18 Jan 23:23
1dfa5bb
Compare
Choose a tag to compare

Changed

  • Changed Crystal version to 0.32.1

Fixed

  • Fixed -h flag not explicitly triggering help text
  • Fixed a crash when encountering a commit date which is in the future

v0.1.0

07 Jun 07:09
4d0e3e8
Compare
Choose a tag to compare

Initial release

Note: This version was not compiled with static links and may not work on a non-macOS system.