From 9f8eb57f540d1d68bc1ddac1a931a44d46369e59 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 31 Jan 2021 18:16:33 +0100 Subject: Get files ready for 1.1 release --- NEWS | 8 ++++++++ README | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..f38dee3 --- /dev/null +++ b/NEWS @@ -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 diff --git a/README b/README index 062dacc..a5f4bed 100644 --- a/README +++ b/README @@ -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"), diff --git a/setup.cfg b/setup.cfg index 1d939ad..0fb4cf7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index f1d3a98..b97fe97 100755 --- a/setup.py +++ b/setup.py @@ -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"), -- cgit v1.2.3