Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: d2464e3d605dba92d0933753d63f567a687d8623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
changes from 1.6 to 1.7
-----------------------

* Fix the order of items in the legend to match the Munin plugin order
* Allow better selections of items to show in the graph via buttons (select
  all, select none and toggle selection) as well as focusing on a single item
  through double click
* Various NPM package updates (includes fixes for a number of CVEs, none of
  which should affect munin-plot because we don't supply untrusted content to
  the affected components or don't use affected functionality)


changes from 1.5 to 1.6
-----------------------

* Various NPM package updates (includes fixes for a number of CVEs, none of
  which should affect munin-plot because we don't supply untrusted content to
  the affected components or don't use affected functionality)
* Show a more helpful error if static files need to be built


changes from 1.4 to 1.5
-----------------------

* Improve browser support for shareable link creation
* Try to support print CSS style (not really supported)
* Provide munin-plot source code as download from within application
* Various NPM package updates (this includes a fix for CVE-2021-44906 in the
  minimist package which might end up in the built JavaScript code)


changes from 1.3 to 1.4
-----------------------

* Support creating a shareable link that encodes the graph configuration
* Various NPM package updates


changes from 1.2 to 1.3
-----------------------

* Fix date range picker to keep predefined date ranges current
* Support graphs with color references
* Fix part of legend being hidden
* Various NPM package updates


changes from 1.1 to 1.2
-----------------------

* Improve the way data is fetched from the RRD files (use rrdtool xport)
* Simplify data handling before being plotted
* Improve handling gaps in graphs
* Upgrade to Bootstrap 5
* Various NPM package updates


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