Releases: oz/tz
Releases · oz/tz
v0.7.0
v0.6.3
v0.6.2
What's Changed
- Added a basic
-list
flag to list & lookup zone names. Use withtz -list | fzf
ortz -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
- @mamachanko made their first contribution in #28
Full Changelog: v0.6.1...v0.6.2
v0.6.1
0.6
0.5
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