Compare commits

..

4 Commits

Author SHA1 Message Date
RiotRobot 4532999582 v1.10.3 2022-02-14 18:26:34 +00:00
RiotRobot 900816b82c Prepare changelog for v1.10.3 2022-02-14 18:26:33 +00:00
David Baker 76c1a7b5de Provide sample config for the map_style_url (#21078) (#21080)
Co-authored-by: Andy Balaam <andyb@element.io>
2022-02-14 18:21:12 +00:00
David Baker b53c009fd9 Add map_style_url to config for app.element.io (#21076) (#21079)
Co-authored-by: Andy Balaam <andyb@element.io>
2022-02-14 18:09:13 +00:00
4 changed files with 10 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
Changes in [1.10.3](https://github.com/vector-im/element-web/releases/tag/v1.10.3) (2022-02-14)
===============================================================================================
* Add map tile URL for location sharing maps to sample config (and element.io release app config)
Changes in [1.10.2](https://github.com/vector-im/element-web/releases/tag/v1.10.2) (2022-02-14)
===============================================================================================
+2 -1
View File
@@ -49,5 +49,6 @@
},
"jitsi": {
"preferredDomain": "meet.element.io"
}
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}
+2 -1
View File
@@ -53,5 +53,6 @@
"posthog": {
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
"apiHost": "https://posthog.hss.element.io"
}
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "element-web",
"version": "1.10.2",
"version": "1.10.3",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {