Skip to content

Release v1.31.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 09:59

📝 What's Changed

Added CLI tool to reset Admin password

Added a small CLI tool that allows you to reset Admin password. Since we don't send emails to recover the password you can reset it only via SQL update query or via new CLI tool.

Documentation: https://tess1o.github.io/geopulse/docs/system-administration/configuration/admin-panel#emergency-password-recovery

Usage: docker compose exec geopulse-backendgeopulse admin reset-password --email admin@example.com
See #474

Added viewer location to Shared pages (live and timeline)

See #471 - added the viewer location (optionally, taken from the browser) marker to the Shared live or timeline pages.

Made Vector maps default for new users

GeoPulse supports Raster maps (Leaflet, from day one) and Vector maps (MapLibre). The Vector maps are now default for all new users. Existing users can change it from Menu -> Profile -> Display tab. Both map engines will be supported in the future.