2015-04-11 13:48:16 +02:00
|
|
|
# Change Log
|
|
|
|
|
2015-09-04 14:56:21 +02:00
|
|
|
## v4
|
|
|
|
|
|
|
|
- add a legend (map)
|
|
|
|
- new graph theme
|
|
|
|
- performance improvements in graph view
|
|
|
|
- various UI changes
|
|
|
|
- various map fixes
|
|
|
|
- moved config from config.js to config.json
|
|
|
|
- online/offline statistics
|
|
|
|
- define layers for map in config
|
|
|
|
- graph: zoom by keyboard (+ and - keys)
|
|
|
|
- direct links to graph and map views
|
|
|
|
|
|
|
|
### Bugfixes
|
|
|
|
|
|
|
|
- map works with little or no nodes
|
|
|
|
|
2015-06-30 12:21:49 +02:00
|
|
|
## 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
|
|
|
|
|
2015-04-11 13:48:16 +02:00
|
|
|
## v2
|
|
|
|
|
|
|
|
### General changes:
|
|
|
|
|
|
|
|
- License change from GPL 3 to AGPL 3
|
|
|
|
|
|
|
|
### Implemented enhancements:
|
|
|
|
|
|
|
|
- Improved performance on Firefox
|
|
|
|
- Labels in graph view
|
|
|
|
- infobox: link to geouri with node's coordinates
|
2015-04-14 23:52:35 +02:00
|
|
|
- infobox: show node id
|
2015-04-04 19:08:28 +02:00
|
|
|
- map: locate user
|
2015-04-15 22:25:22 +02:00
|
|
|
- map: adding custom layers from leaflet.providers
|
2015-04-14 23:52:35 +02:00
|
|
|
- nodelist: sort by uptime fixed
|
2015-04-16 20:16:14 +02:00
|
|
|
- graph: circles for clients
|
2015-04-11 13:48:16 +02:00
|
|
|
|
|
|
|
### Fixed bugs:
|
|
|
|
|
|
|
|
- Links disappeared on graph on refresh
|