0.7.0
What's Changed
- Rename
dtstart
/dtuntil
tostart
/stop
- Rename
interval
toevery
- Rename
AnimationScenario.steps
toAnimationScenario.sequences
- Improve scope of values for
every
parameter. It will now accept relative
humanized timestamps like2m30s
,1d12h
or1.5 days
. - Allow relative timestamps / time ranges also for
start
andstop
parameters. Accepted are humanized values like outlined above (2m30s
),
combined with, e.g.,stop=start+2m30s
orstart=-1h, stop=now
. - Add CI configuration for GHA
- Enable support for relative timestamps with months and years, like
1y3mo
. - Avoid
ffmpeg
's height not divisible by 2 errors. Thanks, @cure!
Full Changelog: 0.6.0...0.7.0