mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update changelog
This commit is contained in:
parent
2fe142bdf1
commit
491188d65d
2 changed files with 6 additions and 2 deletions
2
.github/workflows/build_and_push.yml
vendored
2
.github/workflows/build_and_push.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue