mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update changelog
This commit is contained in:
parent
6e1c9d7600
commit
b0585b2a97
3 changed files with 7 additions and 3 deletions
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
# [0.35.0]
|
# [0.35.0]
|
||||||
|
|
||||||
|
⚠️ Important ⚠️
|
||||||
|
|
||||||
|
The default `docker-compose.yml` file has been updated to provide sensible defaults for self-hosted production environments. This should not break existing setups, but it's recommended to review your `docker-compose.yml` file and update it accordingly.
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- Selection tool on the map now can select points that user can delete in bulk. #433
|
- Selection tool on the map now can select points that user can delete in bulk. #433
|
||||||
|
|
|
||||||
|
|
@ -69,8 +69,8 @@ STORAGE_BACKEND=local
|
||||||
|
|
||||||
# Secret key base for production/staging
|
# Secret key base for production/staging
|
||||||
# Generate with: openssl rand -hex 64
|
# Generate with: openssl rand -hex 64
|
||||||
# Leave empty for development (will auto-generate)
|
# Leave empty for development
|
||||||
# Required for production and staging environments
|
# REQUIRED for production and staging environments
|
||||||
SECRET_KEY_BASE=
|
SECRET_KEY_BASE=
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue