add changelog

This commit is contained in:
Norbert Renner 2015-07-01 15:35:46 +02:00
parent 14f8484953
commit 2f37b1ab69
2 changed files with 37 additions and 1 deletions

34
CHANGELOG.md Normal file
View file

@ -0,0 +1,34 @@
BRouter-Web Changelog
=====================
## 0.5.0 (2015-07-01)
### Features
* Load profile content for selected profile (needs extra server locally)
* Bing maps aerial layer (not working locally)
* track color magenta instead of blue + white casing, for better contrast
with background map (esp. OpenCycleMap)
* transparency slider for route track and markers
* button to delete route (#10)
* map scale
* download all dependencies in a bundle, instead using CDNs and separate files (#18)
* switch search plugin for result-dependent zoom
* "about" popup with a bit more infos and links
* closable error/warning messages, profile messages in place
### Bugfixes
* keys to enable/disable drawing (d, q/esc) now always work, not only when map is focused
* fix adding new waypoint after deleting the last (#11)
* fix profile/data scrolling on Firefox
* hide trailer over controls and outside map
## BRouter 1.2
* data/CSV aggregated over segments with same tags (for better performance)
## 0.4.0 (2015-03-08)
* data tab (slow with long routes, exp. on Firefox)

View file

@ -95,7 +95,9 @@
see dates of <a href="http://brouter.de/brouter/segments3/" target="_blank">data files</a>. see dates of <a href="http://brouter.de/brouter/segments3/" target="_blank">data files</a>.
</p> </p>
<p> <p>
<i><a href="https://github.com/nrenner/brouter-web#credits-and-licenses" target="_blank">Credits</a></i> and <i><a href="https://github.com/nrenner/brouter-web#readme" target="_blank">more info</a></i> on the client. <i><a href="https://github.com/nrenner/brouter-web#credits-and-licenses" target="_blank">Credits</a></i>,
<i><a href="https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md" target="_blank">Changelog</a></i> and
<i><a href="https://github.com/nrenner/brouter-web#readme" target="_blank">more info</a></i> on the client.
</p> </p>
</div> </div>