-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule element-desktop
updated
41 files
Submodule element-web
updated
26 files
+37 −0 | .github/workflows/publish_docker_image.yml | |
+77 −0 | CHANGELOG.md | |
+4 −4 | Dockerfile | |
+7 −0 | README.md | |
+5 −0 | docs/labs.md | |
+2 −1 | element.io/app/config.json | |
+2 −1 | element.io/develop/config.json | |
+14 −16 | package.json | |
+1 −1 | scripts/copy-res.js | |
+2 −1 | src/i18n/strings/cs.json | |
+1 −1 | src/i18n/strings/de_DE.json | |
+1 −1 | src/i18n/strings/en_EN.json | |
+2 −1 | src/i18n/strings/eo.json | |
+2 −1 | src/i18n/strings/ga.json | |
+24 −1 | src/i18n/strings/ka.json | |
+2 −1 | src/i18n/strings/lt.json | |
+1 −1 | src/i18n/strings/nl.json | |
+28 −27 | src/i18n/strings/pt_BR.json | |
+19 −2 | src/i18n/strings/ro.json | |
+27 −6 | src/i18n/strings/ta.json | |
+1 −1 | src/i18n/strings/uk.json | |
+3 −2 | src/i18n/strings/zh_Hans.json | |
+3 −0 | src/vector/index.ts | |
+71 −32 | src/vector/platform/ElectronPlatform.tsx | |
+5 −4 | webpack.config.js | |
+149 −162 | yarn.lock |
Submodule matrix-js-sdk
updated
162 files
Submodule matrix-react-sdk
updated
432 files