mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
commit
ff2db07eee
3 changed files with 10 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
0.30.4
|
0.30.5
|
||||||
|
|
|
||||||
|
|
@ -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/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# [0.30.4] - 2025-07-26
|
||||||
|
|
||||||
## Added
|
## 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
|
## Fixed
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<span class="hover:underline"><%= trip.name %></span>
|
<span class="hover:underline"><%= trip.name %></span>
|
||||||
</h2>
|
</h2>
|
||||||
<p class="text-sm text-gray-600 text-center">
|
<p class="text-sm text-gray-600 text-center">
|
||||||
<%= "#{human_date(trip.started_at)} – #{human_date(trip.ended_at)}, #{trip.distance_in_unit(current_user.safe_settings.distance_unit).round} #{distance_unit}" %>
|
<%= "#{human_date(trip.started_at)} – #{human_date(trip.ended_at)}, #{trip.distance_in_unit(current_user.safe_settings.distance_unit).round} #{current_user.safe_settings.distance_unit}" %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div style="width: 100%; aspect-ratio: 1/1;"
|
<div style="width: 100%; aspect-ratio: 1/1;"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue