From 6126e2273b0d5b9bf6050f1ddacf278a38c3759b Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Mon, 21 Mar 2022 22:40:22 +0100 Subject: [PATCH] Changelog for 0.5.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3dfad0..f54e038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,28 @@ # Changelog +## 0.5.0 + +### Features + +* Use discrete colors for distances, with greens only above 1.5m +* Use viridis colormap for roads' count layers +* Generate usage count information (how often has a road been traveled) +* Project the whole track to the map, and show both versions +* Log out of OpenID server when logging out of application +* Convert speed units to km/h in frontend +* Pages now have titles (#148) +* Remove map from home page, it was empty anyway (#120) + +### Internal + +* Add alembic setup for migrating +* Build osm2pgsql with -j4 +* Update sqlalchemy[asyncio] requirement from ~=1.4.31 to ~=1.4.32 in /api + ## 0.4.2 +### Features + ### Bugfixes * Fix export route, it should be a child of /api