changelog

This commit is contained in:
SPRINX0\prochazka
2025-04-09 10:31:26 +02:00
parent 14b47a929f
commit f8c3fef839
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ Builds:
- ADDED: Encrypting passwords in team-premium edition - ADDED: Encrypting passwords in team-premium edition
- ADDED: Show scale bar on map #1090 - ADDED: Show scale bar on map #1090
- FIXED: Fixed native backup/restore for MySQL+PostgreSQL over SSH tunnel - FIXED: Fixed native backup/restore for MySQL+PostgreSQL over SSH tunnel
- CHANGED: Column mapping dialog - fixes and improvements for copying from one oxisting table into another - CHANGED: Column mapping dialog - fixes and improvements for copying from one existing table into another
- ADDED: Search in columns in table editor
### 6.3.2 ### 6.3.2
- ADDED: "Use system theme" switch, use changed system theme without restart #1084 - ADDED: "Use system theme" switch, use changed system theme without restart #1084

View File

@@ -69,7 +69,7 @@
}) })
.addTo(map); .addTo(map);
leaflet.control.scale().addTo(map); leaflet.control.scale().addTo(map);
addObjectToMap(); addObjectToMap();
}); });