Skip to content

Commit

Permalink
New test release v1.11.33-sc.0.test.1
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Dec 13, 2023
1 parent 8a1b9ab commit 2c9f4ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion element-desktop
Submodule element-desktop updated 50 files
+76 −0 .github/ISSUE_TEMPLATE/bug-desktop.yml
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+36 −0 .github/ISSUE_TEMPLATE/enhancement.yml
+0 −10 .github/ISSUE_TEMPLATE/please-don-t-file-issues-here---use-the-element-web-project.md
+1 −1 .github/workflows/backport.yml
+14 −5 .github/workflows/build_and_deploy.yaml
+17 −10 .github/workflows/build_and_test.yaml
+73 −24 .github/workflows/build_linux.yaml
+6 −3 .github/workflows/build_macos.yaml
+26 −2 .github/workflows/build_prepare.yaml
+4 −4 .github/workflows/build_windows.yaml
+3 −3 .github/workflows/dockerbuild.yaml
+146 −0 CHANGELOG.md
+1 −1 dockerbuild/Dockerfile
+3 −0 dockerbuild/aarch64/.cargo/config.toml
+11 −0 dockerbuild/aarch64/.env
+3 −3 docs/native-node-modules.md
+0 −12 element.io/nightly/control.template
+0 −9 element.io/nightly/riot-nightly_2020071502_all/DEBIAN/control
+0 −14 element.io/release/control.template
+0 −9 element.io/release/riot-desktop_1.7.0_all/DEBIAN/control
+1 −1 hak/keytar/build.ts
+14 −273 hak/matrix-seshat/build.ts
+3 −18 hak/matrix-seshat/check.ts
+0 −131 hak/matrix-seshat/fetchDeps.ts
+1 −7 hak/matrix-seshat/hak.json
+0 −14 hak/matrix-seshat/sqlcipher-4.3.0-win.patch
+1 −1 hak/tsconfig.json
+42 −32 package.json
+19 −18 scripts/generate-builder-config.ts
+25 −0 scripts/get-version.ts
+0 −1 scripts/hak/README.md
+1 −1 scripts/hak/clean.ts
+2 −2 scripts/hak/copy.ts
+1 −1 scripts/hak/fetchDeps.ts
+1 −5 scripts/hak/hakEnv.ts
+4 −4 scripts/hak/index.ts
+1 −1 scripts/tsconfig.json
+2 −1 src/i18n/strings/el.json
+9 −8 src/i18n/strings/pl.json
+47 −1 src/i18n/strings/uk.json
+6 −5 src/i18n/strings/vi.json
+1 −1 src/ipc.ts
+2 −2 src/seshat.ts
+17 −13 src/squirrelhooks.ts
+34 −4 src/updater.ts
+3 −3 test/launch-test.ts
+1 −1 test/tsconfig.json
+1 −1 tsconfig.json
+694 −688 yarn.lock
2 changes: 1 addition & 1 deletion element-web
Submodule element-web updated 48 files
+1 −0 .eslintrc.js
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+43 −27 .github/workflows/pending-reviews.yaml
+1 −1 .github/workflows/static_analysis.yaml
+3 −16 .github/workflows/triage-assigned.yml
+24 −219 .github/workflows/triage-labelled.yml
+137 −0 CHANGELOG.md
+2 −2 Dockerfile
+9 −5 code_style.md
+1 −0 docs/config.md
+0 −6 docs/labs.md
+19 −16 package.json
+1 −7 res/welcome.html
+0 −318 res/welcome/images/logo.svg
+2 −2 scripts/build-jitsi.js
+29 −0 src/@types/jitsi-meet.d.ts
+3 −3 src/async-components/structures/CompatibilityView.tsx
+1 −1 src/components/views/auth/VectorAuthFooter.tsx
+1 −1 src/components/views/auth/VectorAuthPage.tsx
+5 −5 src/favicon.ts
+4 −1 src/i18n/strings/nb_NO.json
+5 −5 src/i18n/strings/pl.json
+2 −1 src/i18n/strings/pt.json
+11 −9 src/i18n/strings/vi.json
+19 −20 src/vector/app.tsx
+10 −4 src/vector/getconfig.ts
+2 −2 src/vector/index.html
+7 −6 src/vector/index.ts
+4 −4 src/vector/init.tsx
+44 −34 src/vector/jitsi/index.ts
+19 −17 src/vector/mobile_guide/index.ts
+12 −8 src/vector/platform/ElectronPlatform.tsx
+4 −1 src/vector/platform/IPCManager.ts
+2 −1 src/vector/platform/SeshatIndexManager.ts
+2 −2 src/vector/platform/VectorBasePlatform.ts
+5 −3 src/vector/platform/WebPlatform.ts
+1 −1 src/vector/routing.ts
+60 −61 test/app-tests/loading-test.tsx
+1 −1 test/unit-tests/favicon-test.ts
+5 −4 test/unit-tests/vector/getconfig-test.ts
+6 −8 test/unit-tests/vector/platform/ElectronPlatform-test.ts
+20 −23 test/unit-tests/vector/platform/WebPlatform-test.ts
+16 −12 test/unit-tests/vector/routing-test.ts
+0 −1 test/unit-tests/vector/url_utils-test.ts
+12 −2 tsconfig.json
+1 −1 tsconfig.module_system.json
+5 −3 webpack.config.js
+617 −457 yarn.lock
2 changes: 1 addition & 1 deletion matrix-js-sdk
Submodule matrix-js-sdk updated 129 files
2 changes: 1 addition & 1 deletion matrix-react-sdk
Submodule matrix-react-sdk updated 970 files

0 comments on commit 2c9f4ca

Please sign in to comment.