0.6.0
What's changed
- Fix attribution signature on worldmap panels
- Add scenario for UBA.LDI.DWD maps
- Add dope sheet blueprint generator spike
- Modernize to Python 3
- Add compatibility with Grafana 6, 7 and 8
- Add possibility to login to protected Grafana instances
- Add possibility to control the sequencing mode (window vs. cumulative)
- Introduce data model for animation scenarios
- Allow loading scenarios from arbitrary Python modules and files
- Optionally define
grafana_url
anddashboard_uid
within scenario file.
Corresponding command line parameters--grafana-url
and--dashboard-uid
still take preference. - When parsing timestamps, allow ISO8801/RFC3339 and Epoch time (
dtstart
anddtuntil
) - Improve documentation
Changesets
- Modernize program: Python 3 and Grafana 7/8 in #4
- Logging in to protected Grafana instances in #6
- Adjust the sequencing mode (window, cumulative) in #7
- Introduce a data model for defining animation-scenarios and -sequences in #8
- Rename
NavigationFlavor
toSequencingMode
and WINDOW to CUMULATIVE in #9 - When parsing timestamps, allow ISO8801/RFC3339 and Epoch time in #10
- Refactor and improve media output subsystem in #11
Full Changelog: 0.5.5...0.6.0