pkgsrc/chat
js d259ee94d6 Update chat/element-web to 1.11.45
Changes in [1.11.45](https://github.com/vector-im/element-web/releases/tag/v1.11.45) (2023-09-29)
=================================================================================================

## 🐛 Bug Fixes
 * Fix Emoji font on Safari 17 ([\#11673](https://github.com/matrix-org/matrix-react-sdk/pull/11673)).

Changes in [1.11.44](https://github.com/vector-im/element-web/releases/tag/v1.11.44) (2023-09-26)
=================================================================================================

##  Features
 * Make video & voice call buttons pin conference widget if unpinned ([\#11576](https://github.com/matrix-org/matrix-react-sdk/pull/11576)). Fixes vector-im/customer-retainer#72.
 * OIDC: persist refresh token ([\#11249](https://github.com/matrix-org/matrix-react-sdk/pull/11249)). Contributed by @kerryarchibald.
 * ElementR: Cross user verification ([\#11364](https://github.com/matrix-org/matrix-react-sdk/pull/11364)). Fixes #25752. Contributed by @florianduros.
 * Default intentional mentions ([\#11602](https://github.com/matrix-org/matrix-react-sdk/pull/11602)).
 * Notify users about denied access on ask-to-join  rooms ([\#11480](https://github.com/matrix-org/matrix-react-sdk/pull/11480)). Contributed by @nurjinjafar.
 * Allow setting knock room directory visibility ([\#11529](https://github.com/matrix-org/matrix-react-sdk/pull/11529)). Contributed by @charlynguyen.

## 🐛 Bug Fixes
 * Revert "Fix regression around FacePile with overflow (#11527)" ([\#11634](https://github.com/matrix-org/matrix-react-sdk/pull/11634)). Fixes #26209.
 * Escape placeholder before injecting it into the style ([\#11607](https://github.com/matrix-org/matrix-react-sdk/pull/11607)).
 * Move ViewUser action callback to RoomView ([\#11495](https://github.com/matrix-org/matrix-react-sdk/pull/11495)). Fixes #26040.
 * Fix room timeline search toggling behaviour edge case ([\#11605](https://github.com/matrix-org/matrix-react-sdk/pull/11605)). Fixes #26105.
 * Avoid rendering view-message link in RoomKnocksBar unnecessarily ([\#11598](https://github.com/matrix-org/matrix-react-sdk/pull/11598)). Contributed by @charlynguyen.
 * Use knock rooms sync to reflect the knock state ([\#11596](https://github.com/matrix-org/matrix-react-sdk/pull/11596)). Fixes #26043 and #26044. Contributed by @charlynguyen.
 * Fix avatar in right panel not using the correct font ([\#11593](https://github.com/matrix-org/matrix-react-sdk/pull/11593)). Fixes #26061. Contributed by @MidhunSureshR.
 * Add waits in Spotlight Cypress tests, hoping this unflakes them ([\#11590](https://github.com/matrix-org/matrix-react-sdk/pull/11590)). Fixes #26053, #26140 #26139 and #26138. Contributed by @andybalaam.
 * Fix vertical alignment of default avatar font ([\#11582](https://github.com/matrix-org/matrix-react-sdk/pull/11582)). Fixes #26081.
 * Fix avatars in public room & space search being flex shrunk ([\#11580](https://github.com/matrix-org/matrix-react-sdk/pull/11580)). Fixes #26133.
 * Fix EventTile avatars being rendered with a size of 0 instead of hidden ([\#11558](https://github.com/matrix-org/matrix-react-sdk/pull/11558)). Fixes #26075.

Changes in [1.11.43](https://github.com/vector-im/element-web/releases/tag/v1.11.43) (2023-09-15)
=================================================================================================

(No changes - bumping the version number for an element-desktop release.)

Changes in [1.11.42](https://github.com/vector-im/element-web/releases/tag/v1.11.42) (2023-09-13)
=================================================================================================

## 🐛 Bug Fixes
 * Update Compound to fix Firefox-specific avatar regression ([\#11604](https://github.com/matrix-org/matrix-react-sdk/pull/11604)). Fixes #26155.

Changes in [1.11.41](https://github.com/vector-im/element-web/releases/tag/v1.11.41) (2023-09-12)
=================================================================================================

## 🦖 Deprecations
 * Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736)). Fixes #25733.

##  Features
 * Make SVGR icons use forward ref ([\#26082](https://github.com/vector-im/element-web/pull/26082)).
 * Add support for rendering a custom wrapper around Element ([\#25537](https://github.com/vector-im/element-web/pull/25537)). Contributed by @maheichyk.
 * Allow creating public knock rooms ([\#11481](https://github.com/matrix-org/matrix-react-sdk/pull/11481)). Contributed by @charlynguyen.
 * Render custom images in reactions according to MSC4027 ([\#11087](https://github.com/matrix-org/matrix-react-sdk/pull/11087)). Contributed by @sumnerevans.
 * Introduce room knocks bar ([\#11475](https://github.com/matrix-org/matrix-react-sdk/pull/11475)). Contributed by @charlynguyen.
 * Room header UI updates ([\#11507](https://github.com/matrix-org/matrix-react-sdk/pull/11507)). Fixes #25892.
 * Remove green "verified" bar for encrypted events ([\#11496](https://github.com/matrix-org/matrix-react-sdk/pull/11496)).
 * Update member count on room summary update ([\#11488](https://github.com/matrix-org/matrix-react-sdk/pull/11488)).
 * Support for E2EE in Element Call  ([\#11492](https://github.com/matrix-org/matrix-react-sdk/pull/11492)).
 * Allow requesting to join knock rooms via spotlight ([\#11482](https://github.com/matrix-org/matrix-react-sdk/pull/11482)). Contributed by @charlynguyen.
 * Lock out the first tab if Element is opened in a second tab. ([\#11425](https://github.com/matrix-org/matrix-react-sdk/pull/11425)). Fixes #25157.
 * Change avatar to use Compound implementation ([\#11448](https://github.com/matrix-org/matrix-react-sdk/pull/11448)).

## 🐛 Bug Fixes
 * Fix vertical alignment of default avatar font ([\#11582](https://github.com/matrix-org/matrix-react-sdk/pull/11582)). Fixes #26081.
 * Fix avatars in public room & space search being flex shrunk ([\#11580](https://github.com/matrix-org/matrix-react-sdk/pull/11580)). Fixes #26133.
 * Fix EventTile avatars being rendered with a size of 0 instead of hidden ([\#11558](https://github.com/matrix-org/matrix-react-sdk/pull/11558)). Fixes #26075.
 * Fix compound external assets path in bundle ([\#26069](https://github.com/vector-im/element-web/pull/26069)).
 * Use RoomStateEvent.Update for knocks ([\#11516](https://github.com/matrix-org/matrix-react-sdk/pull/11516)). Contributed by @charlynguyen.
 * Prevent event propagation when clicking icon buttons ([\#11515](https://github.com/matrix-org/matrix-react-sdk/pull/11515)).
 * Only display RoomKnocksBar when feature flag is enabled ([\#11513](https://github.com/matrix-org/matrix-react-sdk/pull/11513)). Contributed by @andybalaam.
 * Fix avatars of knock members for people tab of room settings ([\#11506](https://github.com/matrix-org/matrix-react-sdk/pull/11506)). Fixes #26083. Contributed by @charlynguyen.
 * Fixes read receipt avatar offset ([\#11483](https://github.com/matrix-org/matrix-react-sdk/pull/11483)). Fixes #26067, #26064 #26059 and #26061.
 * Fix avatar defects ([\#11473](https://github.com/matrix-org/matrix-react-sdk/pull/11473)). Fixes #26051 and #26046.
 * Fix consistent avatar output for Percy ([\#11472](https://github.com/matrix-org/matrix-react-sdk/pull/11472)). Fixes #26049 and #26052.
 * Fix colour of avatar and colour matching with username ([\#11470](https://github.com/matrix-org/matrix-react-sdk/pull/11470)). Fixes #26042.
 * Fix incompatibility of Soft Logout with Element-R ([\#11468](https://github.com/matrix-org/matrix-react-sdk/pull/11468)).
 * Fix instances of double translation and guard translation calls using typescript ([\#11443](https://github.com/matrix-org/matrix-react-sdk/pull/11443)).
2023-09-30 17:00:38 +00:00
..
anope revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
atheme atheme: update to 7.2.12 2022-03-04 07:59:38 +00:00
bitchbot *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
bitchx chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
bitlbee *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
bitlbee-discord revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bitlbee-facebook revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bitlbee-mastodon revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bitlbee-steam revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bnc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
carbons-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
catgirl catgirl: Needs c11 2023-08-06 09:52:00 +00:00
centerim *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
centerim5 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
cgiirc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
coyim Revbump all Go packages after go120 update 2023-09-08 19:05:57 +00:00
ctrlproxy revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
dccserver *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
dino Recursive revbump for new major version of graphics/graphviz. 2023-06-07 11:27:28 +00:00
eggdrop eggdrop: update to 1.9.2 2022-03-07 07:28:45 +00:00
ejabberd Fix the paths in ejabberdctl 2023-08-11 13:50:30 +00:00
ekg revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
element-web Update chat/element-web to 1.11.45 2023-09-30 17:00:38 +00:00
emacs-jabber (chat/emacs-jabber) Updated 0.8.0 to 0.8.2 2023-09-09 10:27:20 +00:00
emech chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
epic4 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
epic4-doc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
farstream farstream: allow building with gupnp-1.6; bump revision 2023-08-29 20:25:16 +00:00
finch *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
fisg chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
gajim *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gajim-plugin-omemo *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gloox gloox: update to version 1.0.27 2023-05-03 19:51:38 +00:00
gomuks Revbump all Go packages after go120 update 2023-09-08 19:05:57 +00:00
goofey chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
hexchat *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
i2cb chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
i2cbd chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
iamb chat/iamb: update to 0.0.8 2023-07-08 20:14:16 +00:00
icb chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
icbirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ii ii: needs __EXTENSIONS__ for struct sigaction on SunOS 2022-08-22 17:47:51 +00:00
ircd-hybrid revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
irchat-pj Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
ircII chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ircu chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
iroffer chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
irssi irssi-icb: update to 0.17 2023-07-24 22:21:42 +00:00
irssi-icb irssi-icb: update to 0.17 2023-07-24 22:21:42 +00:00
jabberd2 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
jicofo jicofo,jitsi-{meet-prosody,videobridge}: update to 2.0.8252 2023-02-10 12:50:13 +00:00
jitsi-meet jicofo,jitsi-{meet-prosody,videobridge}: update to 2.0.8252 2023-02-10 12:50:13 +00:00
jitsi-meet-prosody jicofo,jitsi-{meet-prosody,videobridge}: update to 2.0.8252 2023-02-10 12:50:13 +00:00
jitsi-srtp jitsi-srtp: import version 1.1 2023-02-16 09:55:38 +00:00
jitsi-videobridge jitsi-videobridge: fix distinfo 2023-02-16 10:34:42 +00:00
kgb-bot *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
konversation konversation: update to 23.04.3 2023-08-16 21:50:07 +00:00
libfolks *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libgadu revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libmesode libmesode: remove patch that is not (active) in distinfo 2022-03-10 06:56:41 +00:00
libmsn libmsn: use c++03 to fix build with c++17 default compilers 2023-03-26 12:54:26 +00:00
libotr chat/libotr: fix build. 2023-01-04 18:46:09 +00:00
libpurple *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libsignal-protocol-c *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libstrophe libstrophe: add PLIST (fix build) 2022-05-22 21:06:40 +00:00
libtlen chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
loudmouth revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lurch-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
matrix-synapse Ouch. Actually correct PLIST this time. 2023-09-08 20:42:52 +00:00
matterircd Revbump all Go packages after go120 update 2023-09-08 19:05:57 +00:00
mautrix-telegram Always use the same e-mail address for packages I maintain 2023-08-30 21:46:32 +00:00
mcabber revbump for icu and libffi 2021-12-08 16:01:42 +00:00
meanwhile revbump for icu and libffi 2021-12-08 16:01:42 +00:00
miniircd *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
mumble chat: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES 2023-07-18 12:59:31 +00:00
ninja chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
p5-IRC-Utils *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Goofey *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Net-Jabber *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POE-Component-IRC *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-POE-Filter-IRCD *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
phone chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
pidgin *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pidgin-facebookchat revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-icb revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-latex revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-libnotify revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-otr revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-sametime revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pidgin-silc revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pircbot chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
profanity profanity: mark as not for Python 3.11 2023-08-17 14:38:06 +00:00
prosody revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
psi *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
psybnc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
py-axolotl py-axolotl: fix DEPENDS line 2023-07-03 13:06:52 +00:00
py-axolotl-curve25519 *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-hangups python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-mastodon *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-matrix-common Always use the same e-mail address for packages I maintain 2023-08-30 21:46:32 +00:00
py-matrix-nio py-matrix-nio: fix dependency pattern 2022-01-25 18:30:25 +00:00
py-mautrix Always use the same e-mail address for packages I maintain 2023-08-30 21:46:32 +00:00
py-nbxmpp py-nbxmpp: update to 2.04, gajim: update to 1.3.3 2022-03-04 09:34:29 +00:00
py-telethon Update chat/py-telethon to 1.24.0 2022-01-15 20:01:37 +00:00
py-tulir-telethon Update chat/py-tulir-telethon to 1.25.0a7 2022-04-23 12:45:09 +00:00
py-xmpppy *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
quassel chat: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES 2023-07-18 12:59:31 +00:00
quirc *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
riece (chat/riece) Add emacs28. packaged, but function is not verified 2023-09-17 02:16:40 +00:00
roxirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ruby-net-irc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
scrollz revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
senpai Revbump all Go packages after go120 update 2023-09-08 19:05:57 +00:00
silc-client *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
silc-client-icb chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
silc-server silc-server: Fix building on platforms with dlopen in libdl. 2023-07-09 10:02:38 +00:00
sirc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
skypeweb-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
spectrum *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
srain *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ssh-chat Revbump all Go packages after go120 update 2023-09-08 19:05:57 +00:00
swift *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
swirc swirc: update to 3.4.4. 2023-07-29 21:15:22 +00:00
telegram-purple revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
telepathy-farstream revbump for icu and libffi 2021-12-08 16:01:42 +00:00
telepathy-gabble *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-glib *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-haze *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-idle *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-logger *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-mission-control5 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-qt *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
telepathy-qt5 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
tik chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tkabber chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tkirc chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
tkirc2 chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
toot toot: add missing dependency on py-tomlkit. 2023-09-11 11:32:43 +00:00
tootstream *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
toxcore *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
unrealircd revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
unrealircd6 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
weechat *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
xaric chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
ysm chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
zenicb Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
zenirc Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
zircon chat: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:05:10 +00:00
znc *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
Makefile libtelepathy: remove 2023-08-16 22:25:25 +00:00