Hide search if reverse geocoding is disabled

This commit is contained in:
Eugene Burmakin
2025-09-03 23:57:38 +02:00
parent c471534acf
commit 5c6b76dd63
7 changed files with 23 additions and 391 deletions

View File

@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [UNRELEASED]
# [0.31.0] - 2025-09-04
The Search release
@@ -20,6 +20,11 @@ Important: This feature relies on reverse geocoding. Without reverse geocoding,
- Default value for `points_count` attribute is now set to 0 in the User model.
## Changed
- Tracks are not being calculated by server instead of the database. This feature is still in progress.
# [0.30.12] - 2025-08-26
## Fixed