forked from pool/element-web
Accepting request 1131328 from devel:languages:nodejs
- Version 1.11.51 ## ✨ Features * Improve debian package and docs (https://github.com/vector-im/element-web/pull/26618). Contributed by @t3chguy. ## 🦖 Deprecations * Remove Quote from MessageContextMenu as it is unsupported by WYSIWYG (https://github.com/matrix-org/matrix-react-sdk/pull/11914). Contributed by @t3chguy. ## ✨ Features * Always allow call.member events on new rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11948). Contributed by @toger5. * Right panel: view third party invite info without clearing history (https://github.com/matrix-org/matrix-react-sdk/pull/11934). Contributed by @kerryarchibald. * Allow switching to system emoji font (https://github.com/matrix-org/matrix-react-sdk/pull/11925). Contributed by @t3chguy. * Update open in other tab message (https://github.com/matrix-org/matrix-react-sdk/pull/11916). Contributed by @weeman1337. * Add menu for legacy and element call in 1:1 rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11910). Contributed by @toger5. * Add ringing for matrixRTC (https://github.com/matrix-org/matrix-react-sdk/pull/11870). Contributed by @toger5. ## 🐛 Bug Fixes * Keep device language when it has been previosuly set, after a successful delegated authentication flow that clears localStorage (https://github.com/matrix-org/matrix-react-sdk/pull/11902). Contributed by @mgcm. * Fix misunderstanding of functional members (https://github.com/matrix-org/matrix-react-sdk/pull/11918). Contributed by @toger5. * Fix: Video Room Chat Header Button Removed (https://github.com/matrix-org/matrix-react-sdk/pull/11911). Contributed by @kerryarchibald. * Fix "not attempting encryption" warning (https://github.com/matrix-org/matrix-react-sdk/pull/11899). Contributed by @richvdh. OBS-URL: https://build.opensuse.org/request/show/1131328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=45
This commit is contained in:
commit
3c59643643
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44dbb3f1edd02a389f034f3f605e5821f08a487379ef905fd85a368a83d45d31
|
|
||||||
size 2385256
|
|
3
element-web-1.11.51.tar.gz
Normal file
3
element-web-1.11.51.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7a8e83dabe475703abed38d882ffefd93ce3e3e6e4f9dc4f6476f0527e971ee
|
||||||
|
size 2387780
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 6 10:56:37 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
- Version 1.11.51
|
||||||
|
## ✨ Features
|
||||||
|
|
||||||
|
* Improve debian package and docs (https://github.com/vector-im/element-web/pull/26618). Contributed by @t3chguy.
|
||||||
|
|
||||||
|
## 🦖 Deprecations
|
||||||
|
|
||||||
|
* Remove Quote from MessageContextMenu as it is unsupported by WYSIWYG (https://github.com/matrix-org/matrix-react-sdk/pull/11914). Contributed by @t3chguy.
|
||||||
|
|
||||||
|
## ✨ Features
|
||||||
|
|
||||||
|
* Always allow call.member events on new rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11948). Contributed by @toger5.
|
||||||
|
* Right panel: view third party invite info without clearing history (https://github.com/matrix-org/matrix-react-sdk/pull/11934). Contributed by @kerryarchibald.
|
||||||
|
* Allow switching to system emoji font (https://github.com/matrix-org/matrix-react-sdk/pull/11925). Contributed by @t3chguy.
|
||||||
|
* Update open in other tab message (https://github.com/matrix-org/matrix-react-sdk/pull/11916). Contributed by @weeman1337.
|
||||||
|
* Add menu for legacy and element call in 1:1 rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11910). Contributed by @toger5.
|
||||||
|
* Add ringing for matrixRTC (https://github.com/matrix-org/matrix-react-sdk/pull/11870). Contributed by @toger5.
|
||||||
|
|
||||||
|
## 🐛 Bug Fixes
|
||||||
|
|
||||||
|
* Keep device language when it has been previosuly set, after a successful delegated authentication flow that clears localStorage (https://github.com/matrix-org/matrix-react-sdk/pull/11902). Contributed by @mgcm.
|
||||||
|
* Fix misunderstanding of functional members (https://github.com/matrix-org/matrix-react-sdk/pull/11918). Contributed by @toger5.
|
||||||
|
* Fix: Video Room Chat Header Button Removed (https://github.com/matrix-org/matrix-react-sdk/pull/11911). Contributed by @kerryarchibald.
|
||||||
|
* Fix "not attempting encryption" warning (https://github.com/matrix-org/matrix-react-sdk/pull/11899). Contributed by @richvdh.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 14:42:51 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
Tue Nov 21 14:42:51 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: element-web
|
Name: element-web
|
||||||
Version: 1.11.50
|
Version: 1.11.51
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A glossy Matrix collaboration client - web files
|
Summary: A glossy Matrix collaboration client - web files
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- element-web-1.11.48/package.json 2023-11-07 16:23:24.000000000 +0100
|
--- element-web-1.11.51/package.json.old 2023-12-06 12:17:43.051457300 +0100
|
||||||
+++ element-web-1.11.48a/package.json 2023-11-07 19:28:10.853001362 +0100
|
+++ element-web-1.11.51/package.json 2023-12-06 12:17:48.124782822 +0100
|
||||||
@@ -41,7 +41,7 @@
|
@@ -40,7 +40,7 @@
|
||||||
"build:res": "ts-node scripts/copy-res.ts",
|
"build:res": "ts-node scripts/copy-res.ts",
|
||||||
"build:genfiles": "yarn build:res && yarn build:jitsi && yarn build:module_system",
|
"build:genfiles": "yarn build:res && yarn build:module_system",
|
||||||
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
|
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
|
||||||
- "build:bundle": "webpack --progress --mode production",
|
- "build:bundle": "webpack --progress --mode production",
|
||||||
+ "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --mode production",
|
+ "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --mode production",
|
||||||
"build:bundle-stats": "webpack --progress --mode production --json > webpack-stats.json",
|
"build:bundle-stats": "webpack --progress --mode production --json > webpack-stats.json",
|
||||||
"build:module_system": "tsc --project ./tsconfig.module_system.json && node ./lib/module_system/scripts/install.js",
|
"build:module_system": "ts-node --project ./tsconfig.module_system.json module_system/scripts/install.ts",
|
||||||
"dist": "scripts/package.sh",
|
"dist": "scripts/package.sh",
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f7f060f60ae16cf68fdb5ea182decd278933e7c8be38a5e0605b0e1fb2b84374
|
oid sha256:1cdc5125a5cedb0d60730a13905c0f48cefeb2845304178b7e38ad1415ecb880
|
||||||
size 99497389
|
size 101513806
|
||||||
|
Loading…
x
Reference in New Issue
Block a user