Skip to content

Commit

Permalink
New release v1.9.5-sc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Dec 3, 2021
1 parent 8d64b69 commit 8bbae92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion element-web
Submodule element-web updated 46 files
+5 −5 .github/ISSUE_TEMPLATE/bug-desktop.yml
+13 −5 .github/ISSUE_TEMPLATE/bug-web.yml
+0 −36 .github/workflows/issues_to_projects.yaml
+26 −0 .github/workflows/sentry-sourcemaps.yaml
+1 −1 .github/workflows/triage-incoming.yml
+133 −0 .github/workflows/triage-move-labelled.yml
+35 −0 .github/workflows/triage-move-unlabelled.yml
+0 −16 .github/workflows/triage-needs-info.yml
+41 −11 .github/workflows/triage-priority-bugs.yml
+0 −0 .sentryclirc
+292 −0 CHANGELOG.md
+3 −0 Dockerfile
+5 −0 README.md
+13 −3 docs/config.md
+0 −7 docs/jitsi.md
+22 −1 docs/labs.md
+3 −0 element.io/develop/config.json
+18 −0 nginx/conf.d/default.conf
+11 −7 package.json
+1 −1 scripts/package.sh
+2 −0 src/@types/global.d.ts
+4 −0 src/@types/raw-loader.d.ts
+5 −1 src/i18n/strings/bn_IN.json
+4 −2 src/i18n/strings/fi.json
+14 −14 src/i18n/strings/id.json
+3 −1 src/i18n/strings/kab.json
+10 −1 src/i18n/strings/ko.json
+3 −3 src/i18n/strings/lv.json
+1 −1 src/i18n/strings/nl.json
+1 −1 src/i18n/strings/ru.json
+2 −2 src/i18n/strings/tr.json
+2 −1 src/i18n/strings/vi.json
+28 −19 src/vector/app.tsx
+11 −9 src/vector/index.ts
+13 −11 src/vector/init.tsx
+7 −5 src/vector/jitsi/index.ts
+12 −0 src/vector/localstorage-fix.ts
+3 −1 src/vector/mobile_guide/index.ts
+10 −11 src/vector/platform/ElectronPlatform.tsx
+3 −1 src/vector/platform/PWAPlatform.ts
+5 −5 src/vector/platform/WebPlatform.ts
+11 −9 src/vector/rageshakesetup.ts
+4 −5 test/app-tests/joining-test.tsx
+11 −9 test/app-tests/loading-test.tsx
+40 −22 webpack.config.js
+718 −441 yarn.lock
2 changes: 1 addition & 1 deletion matrix-react-sdk
Submodule matrix-react-sdk updated 783 files

0 comments on commit 8bbae92

Please sign in to comment.