Release: 0.3.4
This commit is contained in:
parent
e99aa62639
commit
5395712c3a
24
CHANGELOG.md
Normal file
24
CHANGELOG.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 0.3.4
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Reintroduce event view (fixes #111)
|
||||||
|
* Add layer configuration panel to map page
|
||||||
|
- Allow choosing basemap style
|
||||||
|
- Add toggles for event and road layers
|
||||||
|
- Make untagged roads display optional
|
||||||
|
- Show a legend for event color
|
||||||
|
- Alow choosing attribute used for coloring road segments
|
||||||
|
* Add optional banner to frontend via config entry (solves #128)
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
* Clicking on road without events should not cause 500 error
|
||||||
|
* Improve mobile layout a bit (fixes #123)
|
||||||
|
|
||||||
|
### Technical
|
||||||
|
|
||||||
|
* Allow explicit configuration of api base url via `API_URL` config
|
||||||
|
* Remove outdated "mapTileset" frontend config section
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.3.3"
|
__version__ = "0.3.4"
|
||||||
|
|
|
@ -3,7 +3,7 @@ tileset:
|
||||||
layers:
|
layers:
|
||||||
- layers/obs_events/obs_events.yaml
|
- layers/obs_events/obs_events.yaml
|
||||||
- layers/obs_roads/obs_roads.yaml
|
- layers/obs_roads/obs_roads.yaml
|
||||||
version: 0.3.3
|
version: 0.3.4
|
||||||
id: openbikesensor
|
id: openbikesensor
|
||||||
description: >
|
description: >
|
||||||
A tileset for OpenBikeSensor data -- https://openbikesensor.org.
|
A tileset for OpenBikeSensor data -- https://openbikesensor.org.
|
||||||
|
|
Loading…
Reference in a new issue