Releases: jrduncans/timeturner
Releases · jrduncans/timeturner
v2.0.0
What's New
- Updated date parsing to use dateparser for most parsing
- This should support a wider version of inputs that can be parsed
- This required simplifying output to always output all output formats instead of trying to skip the original input
What's Changed
- Bump clap from 4.0.13 to 4.0.15 by @dependabot in #33
- Bump chrono-tz from 0.6.3 to 0.7.0 by @dependabot in #37
- Bump clap from 4.0.15 to 4.0.18 by @dependabot in #36
- Bump serde from 1.0.145 to 1.0.147 by @dependabot in #34
- Bump serde_json from 1.0.86 to 1.0.87 by @dependabot in #35
- Bump chrono-tz from 0.7.0 to 0.8.0 by @dependabot in #38
- Bump clap from 4.0.18 to 4.0.22 by @dependabot in #39
- Bump clap from 4.0.22 to 4.0.24 by @dependabot in #41
- Bump clap from 4.0.24 to 4.0.27 by @dependabot in #42
- Bump serde_json from 1.0.87 to 1.0.89 by @dependabot in #43
- Bump serde from 1.0.147 to 1.0.148 by @dependabot in #44
- Bump serde from 1.0.148 to 1.0.149 by @dependabot in #47
- Bump clap from 4.0.27 to 4.0.29 by @dependabot in #46
- Bump chrono-tz from 0.8.0 to 0.8.1 by @dependabot in #45
- Bump chrono from 0.4.22 to 0.4.23 by @dependabot in #40
- Bump serde from 1.0.149 to 1.0.150 by @dependabot in #48
- Use varibles in string formats by @jrduncans in #51
- Bump serde from 1.0.150 to 1.0.151 by @dependabot in #49
- Bump serde_json from 1.0.89 to 1.0.91 by @dependabot in #50
- Upgrade dependencies by @jrduncans in #52
- Bump clap from 4.0.30 to 4.0.32 by @dependabot in #53
- Bump serde from 1.0.151 to 1.0.152 by @dependabot in #54
- Bump clap from 4.0.32 to 4.1.1 by @dependabot in #55
- Bump clap from 4.1.1 to 4.1.2 by @dependabot in #56
- Bump clap from 4.1.2 to 4.1.4 by @dependabot in #57
- Bump serde_json from 1.0.91 to 1.0.92 by @dependabot in #58
- Bump serde_json from 1.0.92 to 1.0.93 by @dependabot in #59
- Bump clap from 4.1.4 to 4.1.6 by @dependabot in #60
- Bump clap from 4.1.6 to 4.1.7 by @dependabot in #61
- Bump serde from 1.0.152 to 1.0.155 by @dependabot in #62
- Bump serde_json from 1.0.93 to 1.0.94 by @dependabot in #63
- Bump clap from 4.1.7 to 4.1.8 by @dependabot in #64
- Bump chrono from 0.4.23 to 0.4.24 by @dependabot in #65
- Bump serde from 1.0.155 to 1.0.158 by @dependabot in #66
- Bump clap from 4.1.8 to 4.1.11 by @dependabot in #67
- Use dateparser library for most date parsing. by @jrduncans in #68
Full Changelog: v1.8.0...v2.0.0
v1.8.0
What's Changed
- Bump clap from 3.1.18 to 3.2.5 by @dependabot in #8
- Bump clap from 3.2.5 to 3.2.6 by @dependabot in #9
- Bump serde_json from 1.0.81 to 1.0.82 by @dependabot in #10
- Bump serde from 1.0.137 to 1.0.138 by @dependabot in #11
- Bump clap from 3.2.6 to 3.2.8 by @dependabot in #12
- Bump serde from 1.0.138 to 1.0.139 by @dependabot in #13
- Bump clap from 3.2.8 to 3.2.12 by @dependabot in #14
- Bump serde from 1.0.139 to 1.0.140 by @dependabot in #15
- Bump clap from 3.2.12 to 3.2.15 by @dependabot in #16
- Bump chrono-tz from 0.6.1 to 0.6.3 by @dependabot in #17
- Bump clap from 3.2.15 to 3.2.16 by @dependabot in #18
- Bump serde from 1.0.140 to 1.0.142 by @dependabot in #20
- Bump chrono from 0.4.21 to 0.4.22 by @dependabot in #23
- Update iana-time-zone and other dependencies by @jrduncans in #24
- Bump serde from 1.0.143 to 1.0.144 by @dependabot in #26
- Bump serde_json from 1.0.83 to 1.0.85 by @dependabot in #25
- Bump clap from 3.2.17 to 3.2.18 by @dependabot in #27
- Bump clap from 3.2.18 to 3.2.20 by @dependabot in #28
- Bump clap from 3.2.20 to 3.2.22 by @dependabot in #29
- Bump serde from 1.0.144 to 1.0.145 by @dependabot in #30
- Bump clap from 4.0.8 to 4.0.12 by @dependabot in #31
- Bump serde_json from 1.0.85 to 1.0.86 by @dependabot in #32
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's Changed
- Update from StructOpt to Clap 3 by @jrduncans in #5
New Contributors
- @jrduncans made their first contribution in #5
Full Changelog: v1.7.0...v1.7.1
timeturner 1.7.0
- Adds ability to output a duration from/since now in Milliseconds, Seconds, Minutes, Hours, Days, Weeks, or Fortnights
timeturner 1.6.0
- Fixes issue #3
- Supports MySQL datetime format such as
2021-01-20 18:13:37.842000
- Supports Cassandra datetime format such as
2015-03-07 00:59:56+0000
or2015-03-07 00:59:56.572+0000
- Supports MySQL datetime format such as
timeturner 1.5.0
- Supports formats like
2020-12-17 00:00:34,247
, resolving Issue #2 - Alfred Workflow includes universal binary for Apple Silicon and x86 support
- Alfred Workflow provides alternate trigger
tt
timeturner 1.4.0
- Adds an output of the duration between the input date and now
timeturner 1.3.2
- Updated dependencies
- Updated Alfred workflow argument handling
timeturner 1.3.1 (Alfred workflow only)
Updated Alfred workflow to work with a single space.
timeturner 1.3.0
- Fallback to chrono_english
- Treat blank input the same as no arguments