Skip to main content

Version 0.11.0 released!

Fietsboek 0.11.0 has been released!

This release brings support for PostgreSQL databases. It's not super necessary right now, but it's nice in the sense that supporting a second language is nice: it helps to ensure that the abstractions are somewhat working. This should make it easier in the future to add other SQL backends (such as MariaDB).

It also brings the "track preview" images, that is pre-rendered tracks on top of the OSM tiles. This has been a feature I've wanted for a while, and I'm happy that it works well.

The release is available via git (tag: v0.11.0) and PyPI.

Changelog

Added

  • The admin overview with storage statistics and some other information.

  • Track preview images in the browse/profile views.

  • The ability to replace a track's GPX file with a new one.

Changed

  • Fietsboek now requires at least Python 3.11.

  • There is now a proper 404 (Not Found) page.

  • There is now a proper 403 (Forbidden) page.

  • The heat map is now preselected on the profile page.

  • The browse page now paginates its results.

Fixed

  • The alignment of image/comment counts on the home view has been fixed.