Skip to content

Releases: oz/tz

v0.7.0

10 Jan 00:36
@oz oz
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @noaoh made their first contribution in #42

Full Changelog: v0.6.3...v0.7.0

v0.6.3

16 Jan 17:34
@oz oz
Compare
Choose a tag to compare

What's Changed

  • README: Installation: Add go install by @jtagcat in #36
  • Fix #4: Support timezones with non-hourly (non-integer) UTC offsets by @jnd-au in #38

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

02 Dec 01:48
@oz oz
Compare
Choose a tag to compare

What's Changed

  • Added a basic -list flag to list & lookup zone names. Use with tz -list | fzf or tz -list my-filter. I'm looking into add/removing zones from tz directly. Maybe in a future release. 🔮
  • Change the date when going over midnight in either direction (#32).
  • Fix comment about navigation key direction by @mamachanko in #28

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

14 Oct 14:37
@oz oz
Compare
Choose a tag to compare

Minor fix for 0.6 release, to add a line-return after showing program version with -v.

0.6

14 Oct 03:29
@oz oz
Compare
Choose a tag to compare
0.6
  • change TZ_LIST format to use ; as a separator for time zones
  • tz can read a list of time zones from CLI arguments, e.g. tz Etc/UTC Europe/Berlin,Angela Asia/Tokyo,Shinzo
  • add -v flag to print the version

0.5

01 Apr 13:03
@oz oz
Compare
Choose a tag to compare
0.5

Added:

  • Add -q flag to exit after printing time
  • Add -when flag to pick the time

Thanks to: @rthomas @masukomi @wizardishungry @wneessen

0.4

16 Mar 02:59
@oz oz
Compare
Choose a tag to compare
0.4

Added:

  • Color adjustments with light and dark variants, chosen automatically based on the terminal's background color
  • The time now updates every minute with the system clock

Thanks @meowgorithm

0.3

04 Mar 15:24
@oz oz
Compare
Choose a tag to compare
0.3

Added:

  • Toogle date display under the timelines with d
  • Tweaked colors

0.2

13 Feb 17:25
@oz oz
Compare
Choose a tag to compare
0.2

Added:

  • zone names can be aliased in TZ_LIST environment variable

0.1

06 Feb 03:17
@oz oz
Compare
Choose a tag to compare
0.1

First release