Update changelog

This commit is contained in:
Eugene Burmakin 2025-11-09 16:27:00 +01:00
parent 6e1c9d7600
commit b0585b2a97
3 changed files with 7 additions and 3 deletions

View file

@ -1 +1 @@
0.35.0
0.35.0

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [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
- Selection tool on the map now can select points that user can delete in bulk. #433

View file

@ -69,8 +69,8 @@ STORAGE_BACKEND=local
# Secret key base for production/staging
# Generate with: openssl rand -hex 64
# Leave empty for development (will auto-generate)
# Required for production and staging environments
# Leave empty for development
# REQUIRED for production and staging environments
SECRET_KEY_BASE=
# =============================================================================