Skip to content

Commit 8f4953c

Browse files
authored
Merge branch 'develop' into webpack4
2 parents d6a226e + 0e00677 commit 8f4953c

File tree

14 files changed

+95
-31
lines changed

14 files changed

+95
-31
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
Changes in [0.14.2](https://github.com/vector-im/riot-web/releases/tag/v0.14.2) (2018-04-30)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.2-rc.3...v0.14.2)
4+
5+
* No changes since rc.3
6+
7+
Changes in [0.14.2-rc.3](https://github.com/vector-im/riot-web/releases/tag/v0.14.2-rc.3) (2018-04-26)
8+
======================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.2-rc.2...v0.14.2-rc.3)
10+
11+
* Fix CSS dependency versions to be the same as those in react-sdk to fix
12+
left panel header positions.
13+
14+
Changes in [0.14.2-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.14.2-rc.2) (2018-04-26)
15+
======================================================================================================
16+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.2-rc.1...v0.14.2-rc.2)
17+
18+
* Fix Download of attachments in e2e encrypted rooms in Firefox
19+
20+
Changes in [0.14.2-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.14.2-rc.1) (2018-04-25)
21+
======================================================================================================
22+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.1...v0.14.2-rc.1)
23+
24+
* Update from Weblate.
25+
[\#6602](https://github.com/vector-im/riot-web/pull/6602)
26+
* Add readme bit on cross-origin renderer
27+
[\#6600](https://github.com/vector-im/riot-web/pull/6600)
28+
* Update from Weblate.
29+
[\#6573](https://github.com/vector-im/riot-web/pull/6573)
30+
* Copy media from react-sdk
31+
[\#6588](https://github.com/vector-im/riot-web/pull/6588)
32+
* Fix favicon
33+
[\#6580](https://github.com/vector-im/riot-web/pull/6580)
34+
* Update from Weblate.
35+
[\#6569](https://github.com/vector-im/riot-web/pull/6569)
36+
* move everything not explicitly riot (or status) branded into matrix-react-
37+
sdk
38+
[\#6500](https://github.com/vector-im/riot-web/pull/6500)
39+
* Remove presence management
40+
[\#5881](https://github.com/vector-im/riot-web/pull/5881)
41+
* change vector-web repo to riot-web in changelog
42+
[\#6480](https://github.com/vector-im/riot-web/pull/6480)
43+
* Update from Weblate.
44+
[\#6473](https://github.com/vector-im/riot-web/pull/6473)
45+
* Bump source-map-loader version to avoid bug /w inline base64 maps
46+
[\#6472](https://github.com/vector-im/riot-web/pull/6472)
47+
* Add CSS for new group admin radio button
48+
[\#6415](https://github.com/vector-im/riot-web/pull/6415)
49+
* Rxl881/sticker picker styling
50+
[\#6447](https://github.com/vector-im/riot-web/pull/6447)
51+
* Stickerpacks
52+
[\#6242](https://github.com/vector-im/riot-web/pull/6242)
53+
* Force gemini on HomePage
54+
[\#6368](https://github.com/vector-im/riot-web/pull/6368)
55+
* Rename the Riot-Web Translations Room
56+
[\#6348](https://github.com/vector-im/riot-web/pull/6348)
57+
* Add disable-presence-by-hs option to sample config
58+
[\#6350](https://github.com/vector-im/riot-web/pull/6350)
59+
* Reword the BugReportDialog.js as per @lampholder
60+
[\#6354](https://github.com/vector-im/riot-web/pull/6354)
61+
162
Changes in [0.14.1](https://github.com/vector-im/riot-web/releases/tag/v0.14.1) (2018-04-12)
263
============================================================================================
364
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0...v0.14.1)

electron_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "src/electron-main.js",
5-
"version": "0.14.1",
5+
"version": "0.14.2",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "Vector Creations Ltd.",
88
"dependencies": {

electron_app/riot.im/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"piwik": {
2020
"url": "https://piwik.riot.im/",
2121
"siteId": 1
22+
},
23+
"enable_presence_by_hs_url": {
24+
"https://matrix.org": false
2225
}
2326
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "electron_app/src/electron-main.js",
5-
"version": "0.14.1",
5+
"version": "0.14.2",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -59,9 +59,13 @@
5959
"bluebird": "^3.5.0",
6060
"browser-request": "^0.3.3",
6161
"extract-text-webpack-plugin": "^4.0.0-beta.0",
62+
"draft-js": "^0.11.0-alpha",
6263
"favico.js": "^0.3.10",
63-
"matrix-js-sdk": "0.10.1",
64-
"matrix-react-sdk": "0.12.2",
64+
"gemini-scrollbar": "matrix-org/gemini-scrollbar#b302279",
65+
"gfm.css": "^1.1.1",
66+
"highlight.js": "^9.0.0",
67+
"matrix-js-sdk": "0.10.2",
68+
"matrix-react-sdk": "0.12.4-rc.1",
6569
"modernizr": "^3.1.0",
6670
"prop-types": "^15.5.10",
6771
"react": "^15.6.0",

src/i18n/strings/fa.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"Implementing VoIP services with Matrix": "پیاده‌سازی سرویس‌های VoIP با ماتریکس",
3434
"Discussion of the Identity Service API": "بحث درمورد API سرویس هویت",
3535
"Building services on Matrix": "ساخت سرویس بر روی ماتریکس",
36-
"Support for those using the Matrix spec": "پشتیبانی برای آنان که از مستندات ماتریکس استفاده می‌کنند"
36+
"Support for those using the Matrix spec": "پشتیبانی برای آنان که از مستندات ماتریکس استفاده می‌کنند",
37+
"Co-ordination for Riot translators": "هماهنگی برای مترجمان Riot"
3738
}

src/i18n/strings/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Riot Desktop on %(platformName)s": "Riot Desktop su %(platformName)s",
66
"Riot is not supported on mobile web. Install the app?": "Riot non è supportato sul web mobile. Vuoi installare l'applicazione?",
77
"Unknown device": "Dispositivo sconosciuto",
8-
"You need to be using HTTPS to place a screen-sharing call.": "Devi usare HTTPS per utilizzare una chiamata con condivisione schermo.",
8+
"You need to be using HTTPS to place a screen-sharing call.": "Devi usare HTTPS per instaurare una chiamata con condivisione schermo.",
99
"Welcome to Riot.im": "Benvenuto/a su Riot.im",
1010
"Search the room directory": "Cerca nella lista delle stanze",
1111
"Chat with Riot Bot": "Chatta con Riot Bot",

src/i18n/strings/pt_BR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
"Dev chat for the Dendrite dev team": "Chat de desenvolvimento para o time devel do Dendrite",
3535
"Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "Muitas salas já existem no Matrix, algumas independentes, e outras relacionadas a redes existentes (tais como Slack, IRC, Gitter, entre outras). Dê uma olhada na lista de salas públicas!",
3636
"Decentralised, encrypted chat & collaboration powered by [matrix]": "Chat descentralizado, criptografado e colaborativo impulsionado por [matrix]",
37-
"You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.<br/>This allows you to use Riot with an existing Matrix account on a different home server.<br/><br/>You can also set a custom identity server but you won't be able to invite users by email address, or be invited by email address yourself.": "Você pode usar as opções customizadas de servidor para conectar-se a outros servidores Matrix ao especificar uma outra URL de Servidor de Base (homeserver).<br/> Isso permite que você use o Riot com uma conta Matrix existente em outro servidor de base.<br/><br/>Você também pode definir um servidor de identidade customizado, mas neste caso você não poderá convidar outras pesoas por endereço de email, ou ser convidada/o pelo seu endereço de email."
37+
"You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.<br/>This allows you to use Riot with an existing Matrix account on a different home server.<br/><br/>You can also set a custom identity server but you won't be able to invite users by email address, or be invited by email address yourself.": "Você pode usar as opções customizadas de servidor para conectar-se a outros servidores Matrix ao especificar uma outra URL de Servidor de Base (homeserver).<br/> Isso permite que você use o Riot com uma conta Matrix existente em outro servidor de base.<br/><br/>Você também pode definir um servidor de identidade customizado, mas neste caso você não poderá convidar outras pesoas por endereço de email, ou ser convidada/o pelo seu endereço de email.",
38+
"Co-ordination for Riot translators": "Coordenação para tradutores Riot"
3839
}

src/i18n/strings/sk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
"Support for those using, running and writing other bridges": "Podpora pre používateľov, prevádzkovateľov a tvorcov premostení do ďalších sietí",
3535
"Contributing code to Matrix and Riot": "Prispievanie kódu projektom Matrix a Riot",
3636
"Dev chat for the Riot/Web dev team": "Diskusia pre tím vývojárov Riot/Web",
37-
"Dev chat for the Dendrite dev team": "Diskusia pre tím vývojárov Dendrite"
37+
"Dev chat for the Dendrite dev team": "Diskusia pre tím vývojárov Dendrite",
38+
"Co-ordination for Riot translators": "Koordinácia prekladov Riot"
3839
}

src/i18n/strings/sr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
"Support for those using, running and writing other bridges": "Подршка за оне који користе, одржавају и пишу друге мостове",
3535
"Contributing code to Matrix and Riot": "Додавање кода у Матрикс и Riot",
3636
"Dev chat for the Riot/Web dev team": "Програмерско ћаскање за Riot/веб програмерски тим",
37-
"Dev chat for the Dendrite dev team": "Програмерско ћаскање за Dendrite програмерски тим"
37+
"Dev chat for the Dendrite dev team": "Програмерско ћаскање за Dendrite програмерски тим",
38+
"Co-ordination for Riot translators": "Координација за Riot преводиоце"
3839
}

0 commit comments

Comments
 (0)