Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2021-01-31 18:16:33 +0100
committerArthur de Jong <arthur@arthurdejong.org>2021-01-31 18:36:13 +0100
commit9f8eb57f540d1d68bc1ddac1a931a44d46369e59 (patch)
treeb0ef0c2fe4f71ebcd480dc0c735dae6b234f0a39
parent9d29b447908724acc5fde1581a615f50168d0baa (diff)
Get files ready for 1.1 release1.1
-rw-r--r--NEWS8
-rw-r--r--README2
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
4 files changed, 11 insertions, 3 deletions
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"),