Version 0.6.0 released!
Fietsboek 0.6.0 has been released! While this release does bring some fixes and small improvements (such as the track length being shown on the home page), the big new thing is that transformers have been added!
Currently, there is a single transformer that fixes points with wrong elevation, which is not only very useful in practise, but also lays the general groundwork for more transformers. From now on, it should be easier to add more transformations.
You can find out more about the transformers (from a user point of view) in the documentation.
The SQL migration is rather small in this update, but this shouldn't stop you from creating a backup before updating. Have fun!
The release is available via git
(tag: v0.6.0
) and PyPI.
Added
The maintenance mode.
The summary on the home page now shows the number of tracks per time period.
The summary on the home page now shows the track length at first glance.
Transformers 🎉
Changed
Python 3.9 is the new minimum Python version (up from 3.7).
The tile proxy will now do at most 2 concurrent requests per tile provider.
Fixed
Page reading for systems that use a non-UTF-8 locale.
The filename above the map is hidden again.
Inconsistency issues when exceptions would happen during the upload/editing of a track.