From b53c009fd933d8cc4f7a588a8cc84fd1e947084c Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 14 Feb 2022 18:09:13 +0000 Subject: [PATCH 1/4] Add map_style_url to config for app.element.io (#21076) (#21079) Co-authored-by: Andy Balaam --- element.io/app/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index fd37bbfd7..6b94699ef 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -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" } From 76c1a7b5de06d3f7268ede530d9843aaa92a9b32 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 14 Feb 2022 18:21:12 +0000 Subject: [PATCH 2/4] Provide sample config for the map_style_url (#21078) (#21080) Co-authored-by: Andy Balaam --- config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 40e55f711..95de1f97c 100644 --- a/config.sample.json +++ b/config.sample.json @@ -49,5 +49,6 @@ }, "jitsi": { "preferredDomain": "meet.element.io" - } + }, + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" } From 900816b82c2a6e51d5da085150a465d316dd3955 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Mon, 14 Feb 2022 18:26:33 +0000 Subject: [PATCH 3/4] Prepare changelog for v1.10.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbac29abf..90b15fb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) =============================================================================================== From 45329995825699f988364defc0e69cf805f16716 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Mon, 14 Feb 2022 18:26:34 +0000 Subject: [PATCH 4/4] v1.10.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53f4bfc95..9c96d1863 100644 --- a/package.json +++ b/package.json @@ -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": {