We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521b93b commit e5686e9Copy full SHA for e5686e9
CHANGELOG renamed to CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## V1.1.0
2
+* la version en ligne passe en HTTPS
3
+* #11 ajout du clustering sur les positions
4
+* Amélioration de l'UX de navigation (menu et carte)
5
+* Refactoring du code en back et front
6
+* fix #6
7
+
8
## V1.0.1
9
* fix #3
10
* fix #4
src/static/settings.json
@@ -1,7 +1,7 @@
{
"MAPBOXTOKEN":"pk.eyJ1IjoibHRvdXphcmQiLCJhIjoiY2lvMGV5OTJhMDB2Y3dka2xrZHpycGlrZiJ9.70MUkG_bCx7MPyIOhwfcKA",
"SERVER_ADDR":"localhost:5000",
- "VERSION" : "1.0.1",
+ "VERSION" : "1.1.0",
"DEBUG":true,
"PROTOCOL": "http"
}
0 commit comments