diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2021-01-31 18:16:33 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2021-01-31 18:36:13 +0100 |
commit | 9f8eb57f540d1d68bc1ddac1a931a44d46369e59 (patch) | |
tree | b0ef0c2fe4f71ebcd480dc0c735dae6b234f0a39 | |
parent | 9d29b447908724acc5fde1581a615f50168d0baa (diff) |
Get files ready for 1.1 release1.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
4 files changed, 11 insertions, 3 deletions
@@ -0,0 +1,8 @@ +changes from 1.0 to 1.1 +----------------------- + +* Simplify time range selection +* Allow exporting and importing dashboards +* Various NPM package updates +* Show data in a single resolution (points/time) across the displayed range +* Only keep data for displayed range to make improve vertical scaling @@ -34,7 +34,7 @@ mod_wsgi:: Copyright --------- -Copyright (C) 2018-2020 Arthur de Jong +Copyright (C) 2018-2021 Arthur de Jong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -1,6 +1,6 @@ [metadata] name = munin-plot -version = 1.0 +version = 1.1 description = Alternative web front-end for Munin long_description = file: README author = Arthur de Jong @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2019-2020 Arthur de Jong +# Copyright (C) 2019-2021 Arthur de Jong # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), |