From ea9fff23e3ef418147bc9fd059598af38a0fce41 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Tue, 30 Jun 2015 12:21:49 +0200 Subject: [PATCH] Update changelog for v3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d3a03..144abe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## v3 + +### Implemented enhancements: + +- Make clients in map start at a random angle +- On statistics page: show how many nodes supply geoinformation +- Allow additional statistics (global and per node) configured in config.js +- Improve node count information (total, online, clients, ...) +- Show hardware model in link infobox +- Introduce maxAge setting +- Graph: show VPN links in grayscale + +### Removed features: + +- Don't show contact information in node lists + +### Fixed bugs: + +- Fixed off-by-one when drawing clients +- Match labels order to node order in map +- Statistics: count only nodes that are present + ## v2 ### General changes: