Releases: samwho/spacer
Releases · samwho/spacer
v0.3.0
What's Changed
- Fix padding off by one by @simonwiles in #15
- Timezone Aware by @simonwiles in #13
- Timezone Selection by @simonwiles in #16
New Contributors
- @simonwiles made their first contribution in #15
Full Changelog: v0.2...v0.3.0
v0.2
- 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
v0.1.7
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
v0.1.4
Make forcing color or no color a little nicer.
v0.1.3
Missed a spot on the --no-color.
v0.1.2
Bump version.
v0.1.1
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
Fix the copy-paste snafus in CI.