mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update changelog and app version
This commit is contained in:
parent
cd7cf8c4bb
commit
a1adc9875a
2 changed files with 25 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
0.22.1
|
0.22.2
|
||||||
|
|
|
||||||
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -5,6 +5,30 @@ 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.22.2 - 2025-01-13
|
||||||
|
|
||||||
|
✨ The Fancy Routes release ✨
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- In the Map Settings (coggle in the top left corner of the map), you can now enable/disable the Fancy Routes feature. Simply said, it will color your routes based on the speed of each segment.
|
||||||
|
- Hovering over a polyline now shows the speed of the segment. Move cursor over a polyline to see the speed of different segments.
|
||||||
|
- Distance and points number in the custom control to the map.
|
||||||
|
|
||||||
|
⚠️ Important note on the Prometheus monitoring ⚠️
|
||||||
|
|
||||||
|
In the previous release, `bin/dev` command in the default `docker-compose.yml` file was replaced with `bin/rails server -p 3000 -b ::`, but this way Dawarich won't be able to start Prometheus Exporter. If you want to use Prometheus monitoring, you need to use `bin/dev` command instead.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```diff
|
||||||
|
dawarich_app:
|
||||||
|
image: freikin/dawarich:latest
|
||||||
|
...
|
||||||
|
- command: ['bin/rails', 'server', '-p', '3000', '-b', '::']
|
||||||
|
+ command: ['bin/dev']
|
||||||
|
```
|
||||||
|
|
||||||
# 0.22.1 - 2025-01-09
|
# 0.22.1 - 2025-01-09
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue