0.0.6
- use of .join() instead of + for concatenating strings shall prevent memory leaks
- delete map at the end of plotMap() as another measure to prevent memory leaks
- updated TODO.txt
- improved description in READ_ME.txt (to also install whois and traceroute)
NOTE: memory leak when zooming in and out in a "live" map.
This can be resolved in future releases e.g. by opening a "separate" .html map or by finding and solving the root-cause(s).
To get rid of memory leaks completely we may also need to make some major changes like not using lists and dicts anymore (?)