Skip to content

Releases: samwho/spacer

v0.3.0

18 Sep 19:38
9c63225
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2...v0.3.0

v0.2

31 Aug 20:03
e78528a
Compare
Choose a tag to compare
  • Fixes a bug where spacer was falling back to UTC instead of showing the time in your current timezone.
  • Adds the --right CLI flag to put the date and time on the right instead of the left.

v0.1.8

25 Jun 16:24
c5fcae3
Compare
Choose a tag to compare
  • Fixes a bug that ate up lots of CPU (#7).

v0.1.7

23 Jun 10:32
246912c
Compare
Choose a tag to compare

This release adds the *-unknown-linux-musl builds, which statically link against musl instead of dynamically linking against glibc. This should help spacer run on older Linux systems. Thanks to @dufferzafar for this contribution!

It also fixes the *.sha256 file generation, which I just noticed was broken.

There are no new features or bug fixes in this release, so I won't release it to any package managers.

v0.1.6

14 Jun 13:49
1e562ef
Compare
Choose a tag to compare

New stuff

-- --force-color flag for making spacer output ANSI color codes even in situations it detects it shouldn't
-- --no-color flag for making spacer not output ANSI color codes (thank you @davc0n for this contribution)

v0.1.4

14 Jun 13:45
9e3d044
Compare
Choose a tag to compare
Make forcing color or no color a little nicer.

v0.1.3

14 Jun 13:16
554884e
Compare
Choose a tag to compare
Missed a spot on the --no-color.

v0.1.2

14 Jun 12:52
e5e7d1d
Compare
Choose a tag to compare
Bump version.

v0.1.1

13 Jun 09:02
890322d
Compare
Choose a tag to compare

New things

  • Added the --dash flag to allow you to customise the dash character.
  • Added the --padding flag to allow you to specify a number of blank lines to add before and after the spacer.

Fixes

  • Fixed a crash that happened if the local timezone couldn't be determined. In this case, UTC is assumed.
  • Fixed a crash that happened if the terminal width couldn't be determined. In this case, 80 is used.

v0.1.0

13 Jun 07:23
ae776b4
Compare
Choose a tag to compare
Fix the copy-paste snafus in CI.