Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 9, 2022
1 parent 497cb61 commit b2f4bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -5,13 +5,17 @@ grafanimate changelog

in progress
===========
- Rename ``dtstart``/``dtuntil`` to ``start``/``stop``
- Rename ``interval`` to ``every``
- Rename ``AnimationScenario.steps`` to ``AnimationScenario.sequences``
- Improve scope of values for ``every`` parameter. It will now accept relative
humanized timestamps like ``2m30s``, ``1d12h`` or ``1.5 days``.
- Allow relative timestamps / time ranges also for ``start`` and ``stop``
parameters. Accepted are humanized values like outlined above (``2m30s``),
combined with, e.g., ``stop=start+2m30s`` or ``start=-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!


2021-11-17 0.6.0
Expand Down

0 comments on commit b2f4bbb

Please sign in to comment.