Oz Tz Versions Save

🌐 A time zone helper

v0.7.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oz/tz/compare/v0.6.3...v0.7.0

v0.6.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/oz/tz/compare/v0.6.2...v0.6.3

v0.6.2

1 year ago

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 (https://github.com/oz/tz/issues/32).
  • Fix comment about navigation key direction by @mamachanko in https://github.com/oz/tz/pull/28

New Contributors

Full Changelog: https://github.com/oz/tz/compare/v0.6.1...v0.6.2

v0.6.1

2 years ago

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

v0.6

2 years ago
  • 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

v0.5

3 years ago

Added:

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

Thanks to: @rthomas @masukomi @WIZARDISHUNGRY @wneessen

v0.4

3 years ago

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

v0.3

3 years ago

Added:

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

v0.2

3 years ago

Added:

  • zone names can be aliased in TZ_LIST environment variable

v0.1

3 years ago

First release