-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New test release v1.11.25-sc.0.test.1
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule element-desktop
updated
23 files
+22 −0 | .eslintrc-hak.js | |
+22 −0 | .eslintrc-scripts.js | |
+22 −0 | .eslintrc-test.js | |
+2 −1 | .eslintrc.js | |
+131 −94 | .github/workflows/build_and_deploy.yaml | |
+3 −51 | .github/workflows/build_linux.yaml | |
+17 −8 | .github/workflows/build_macos.yaml | |
+14 −1 | .github/workflows/build_prepare.yaml | |
+113 −4 | .github/workflows/build_windows.yaml | |
+2 −2 | .github/workflows/packages_index.yaml | |
+92 −0 | .github/workflows/reprepro.yaml | |
+33 −6 | CHANGELOG.md | |
+1 −1 | element.io/nightly/control.template | |
+1 −1 | element.io/release/control.template | |
+18 −6 | package.json | |
+1 −1 | scripts/electron_afterSign.js | |
+23 −9 | scripts/generate-builder-config.ts | |
+1 −0 | scripts/generate-packages-index.ts | |
+1 −0 | src/i18n/strings/uk.json | |
+1 −1 | src/i18n/strings/zh_Hant.json | |
+16 −0 | test/tsconfig.json | |
+3 −3 | tsconfig.json | |
+550 −550 | yarn.lock |
Submodule element-web
updated
15 files
+1 −1 | .editorconfig | |
+72 −0 | .eslintrc-module_system.js | |
+4 −1 | .eslintrc.js | |
+74 −0 | .github/workflows/pending-reviews.yaml | |
+24 −0 | .github/workflows/triage-labelled.yml | |
+34 −8 | CHANGELOG.md | |
+2 −2 | README.md | |
+0 −33 | docs/config.md | |
+1 −1 | docs/kubernetes.md | |
+28 −18 | package.json | |
+14 −7 | src/i18n/strings/ka.json | |
+13 −13 | src/i18n/strings/zh_Hant.json | |
+28 −0 | src/vector/jitsi/index.ts | |
+1 −1 | test/test-utils.ts | |
+1,029 −1,190 | yarn.lock |
Submodule matrix-js-sdk
updated
31 files
Submodule matrix-react-sdk
updated
547 files