Fix trips page.

This commit is contained in:
Eugene Burmakin
2025-07-26 21:05:28 +02:00
parent b995594b8b
commit 3264725d2a
3 changed files with 10 additions and 3 deletions

View File

@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [0.30.5] - 2025-07-26
## Fixed
- Trips page now loads correctly.
# [0.30.4] - 2025-07-26
## Added
- Prometheus metrics are now available at `/metrics`. Configure `METRICS_USERNAME` and `METRICS_PASSWORD` environment variables for basic authentication. All other prometheus-related environment variables are also necessary.
- Prometheus metrics are now available at `/metrics`. Configure `METRICS_USERNAME` and `METRICS_PASSWORD` environment variables for basic authentication, default values are `prometheus` for both. All other prometheus-related environment variables are also necessary.
## Fixed