From 491188d65d0cfde0f9074a5137f3f7c3d819aa96 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Thu, 13 Feb 2025 21:17:29 +0100 Subject: [PATCH] Update changelog --- .github/workflows/build_and_push.yml | 2 -- CHANGELOG.md | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index a0092f9f..49580227 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -70,5 +70,3 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache - provenance: false - outputs: type=registry,push=true diff --git a/CHANGELOG.md b/CHANGELOG.md index c121fd47..30c3a8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ To set a custom tile URL, go to the user settings and set the `Maps` section to ### Added - Safe settings for user with default values. +- Nominatim API is now supported as a reverse geocoding provider. - In the user settings, you can now set a custom tile URL for the map. #429 #715 - In the user map settings, you can now see a chart of map tiles usage. - If you have Prometheus exporter enabled, you can now see a `ruby_dawarich_map_tiles` metric in Prometheus, which shows the total number of map tiles loaded. Example: @@ -28,6 +29,11 @@ ruby_dawarich_map_tiles_usage 99 ### Fixed - Speed on the Points page is now being displayed in kilometers per hour. #700 +- Fog of war displacement #774 + +### Reverted + +- #748 # 0.24.0 - 2025-02-10