From 2f37b1ab69aa1257362a8534228ec37d0c7bf296 Mon Sep 17 00:00:00 2001
From: Norbert Renner
Date: Wed, 1 Jul 2015 15:35:46 +0200
Subject: [PATCH] add changelog
---
CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++
index.html | 4 +++-
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a5cd65f
--- /dev/null
+++ b/CHANGELOG.md
@@ -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)
diff --git a/index.html b/index.html
index 0239284..7f4fa98 100644
--- a/index.html
+++ b/index.html
@@ -95,7 +95,9 @@
see dates of data files.
- Credits and more info on the client.
+ Credits,
+ Changelog and
+ more info on the client.