c5b6ec19df
Changes in [1.7.34](https://github.com/vector-im/element-desktop/releases/tag/v1.7.34) (2021-07-02) =================================================================================================== ## 🔒 SECURITY FIXES * Sanitize untrusted variables from message previews before translation Fixes vector-im/element-web#18314 ## ✨ Features * Fix editing of `<sub>` & `<sup`> & `<u>` [\#6469](https://github.com/matrix-org/matrix-react-sdk/pull/6469) Fixes #18211 * Zoom images in lightbox to where the cursor points [\#6418](https://github.com/matrix-org/matrix-react-sdk/pull/6418) Fixes #17870 * Avoid hitting the settings store from TextForEvent [\#6205](https://github.com/matrix-org/matrix-react-sdk/pull/6205) Fixes #17650 * Initial MSC3083 + MSC3244 support [\#6212](https://github.com/matrix-org/matrix-react-sdk/pull/6212) Fixes #17686 and #17661 * Navigate to the first room with notifications when clicked on space notification dot [\#5974](https://github.com/matrix-org/matrix-react-sdk/pull/5974) * Add matrix: to the list of permitted URL schemes [\#6388](https://github.com/matrix-org/matrix-react-sdk/pull/6388) * Add "Copy Link" to room context menu [\#6374](https://github.com/matrix-org/matrix-react-sdk/pull/6374) * 💭 Message bubble layout [\#6291](https://github.com/matrix-org/matrix-react-sdk/pull/6291) Fixes #4635, #17773 #16220 and #7687 * Play only one audio file at a time [\#6417](https://github.com/matrix-org/matrix-react-sdk/pull/6417) Fixes #17439 * Move download button for media to the action bar [\#6386](https://github.com/matrix-org/matrix-react-sdk/pull/6386) Fixes #17943 * Improved display of one-to-one call history with summary boxes for each call [\#6121](https://github.com/matrix-org/matrix-react-sdk/pull/6121) Fixes #16409 * Notification settings UI refresh [\#6352](https://github.com/matrix-org/matrix-react-sdk/pull/6352) Fixes #17782 * Fix EventIndex double handling events and erroring [\#6385](https://github.com/matrix-org/matrix-react-sdk/pull/6385) Fixes #18008 * Improve reply rendering [\#3553](https://github.com/matrix-org/matrix-react-sdk/pull/3553) Fixes vector-im/riot-web#9217, vector-im/riot-web#7633, vector-im/riot-web#7530, vector-im/riot-web#7169, vector-im/riot-web#7151, vector-im/riot-web#6692 vector-im/riot-web#6579 and #17440 * Improve performance of room name calculation [\#1801](https://github.com/matrix-org/matrix-js-sdk/pull/1801) ## 🐛 Bug Fixes * Fix browser history getting stuck looping back to the same room [\#18053](https://github.com/vector-im/element-web/pull/18053) * Fix space shortcuts on layouts with non-English keys in the places of numbers [\#17780](https://github.com/vector-im/element-web/pull/17780) Fixes #17776 * Fix CreateRoomDialog exploding when making public room outside of a space [\#6493](https://github.com/matrix-org/matrix-react-sdk/pull/6493) * Fix regression where registration would soft-crash on captcha [\#6505](https://github.com/matrix-org/matrix-react-sdk/pull/6505) Fixes #18284 * only send join rule event if we have a join rule to put in it [\#6517](https://github.com/matrix-org/matrix-react-sdk/pull/6517) * Improve the new download button's discoverability and interactions. [\#6510](https://github.com/matrix-org/matrix-react-sdk/pull/6510) * Fix voice recording UI looking broken while microphone permissions are being requested. [\#6479](https://github.com/matrix-org/matrix-react-sdk/pull/6479) Fixes #18223 * Match colors of room and user avatars in DMs [\#6393](https://github.com/matrix-org/matrix-react-sdk/pull/6393) Fixes #2449 * Fix onPaste handler to work with copying files from Finder [\#5389](https://github.com/matrix-org/matrix-react-sdk/pull/5389) Fixes #15536 and #16255 * Fix infinite pagination loop when offline [\#6478](https://github.com/matrix-org/matrix-react-sdk/pull/6478) Fixes #18242 * Fix blurhash rounded corners missing regression [\#6467](https://github.com/matrix-org/matrix-react-sdk/pull/6467) Fixes #18110 * Fix position of the space hierarchy spinner [\#6462](https://github.com/matrix-org/matrix-react-sdk/pull/6462) Fixes #18182 * Fix display of image messages that lack thumbnails [\#6456](https://github.com/matrix-org/matrix-react-sdk/pull/6456) Fixes #18175 * Fix crash with large audio files. [\#6436](https://github.com/matrix-org/matrix-react-sdk/pull/6436) Fixes #18149 * Make diff colors in codeblocks more pleasant [\#6355](https://github.com/matrix-org/matrix-react-sdk/pull/6355) Fixes #17939 * Show the correct audio file duration while loading the file. [\#6435](https://github.com/matrix-org/matrix-react-sdk/pull/6435) Fixes #18160 * Fix various timeline settings not applying immediately. [\#6261](https://github.com/matrix-org/matrix-react-sdk/pull/6261) Fixes #17748 * Fix issues with room list duplication [\#6391](https://github.com/matrix-org/matrix-react-sdk/pull/6391) Fixes #14508 * Fix grecaptcha throwing useless error sometimes [\#6401](https://github.com/matrix-org/matrix-react-sdk/pull/6401) Fixes #15142 * Update Emojibase and Twemoji and switch to IamCal (Slack-style) shortcodes [\#6347](https://github.com/matrix-org/matrix-react-sdk/pull/6347) Fixes #13857 and #13334 * Respect compound emojis in default avatar initial generation [\#6397](https://github.com/matrix-org/matrix-react-sdk/pull/6397) Fixes #18040 * Fix bug where the 'other homeserver' field in the server selection dialog would become briefly focus and then unfocus when clicked. [\#6394](https://github.com/matrix-org/matrix-react-sdk/pull/6394) Fixes #18031 * Standardise spelling and casing of homeserver, identity server, and integration manager [\#6365](https://github.com/matrix-org/matrix-react-sdk/pull/6365) * Fix widgets not receiving decrypted events when they have permission. [\#6371](https://github.com/matrix-org/matrix-react-sdk/pull/6371) Fixes #17615 * Prevent client hangs when calculating blurhashes [\#6366](https://github.com/matrix-org/matrix-react-sdk/pull/6366) Fixes #17945 * Exclude state events from widgets reading room events [\#6378](https://github.com/matrix-org/matrix-react-sdk/pull/6378) * Cache feature_spaces\* flags to improve performance [\#6381](https://github.com/matrix-org/matrix-react-sdk/pull/6381) Changes in [1.7.33](https://github.com/vector-im/element-web/releases/tag/v1.7.33) (2021-07-19) =============================================================================================== [Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.33-rc.1...v1.7.33) * No changes from rc.1 Changes in [1.7.33-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.7.33-rc.1) (2021-07-14) ========================================================================================================= [Full Changelog](https://github.com/vector-im/element-web/compare/v1.7.32...v1.7.33-rc.1) * Translations update from Weblate [\#17991](https://github.com/vector-im/element-web/pull/17991) * Revert "Don't run nginx as root in docker" [\#17990](https://github.com/vector-im/element-web/pull/17990) * Don't run nginx as root in docker [\#17927](https://github.com/vector-im/element-web/pull/17927) * Add VS Code to gitignore [\#17982](https://github.com/vector-im/element-web/pull/17982) * Remove canvas native dependencies from Dockerfile [\#17973](https://github.com/vector-im/element-web/pull/17973) * Remove node-canvas devDependency [\#17967](https://github.com/vector-im/element-web/pull/17967) * Add `reskindex` to development steps [\#17926](https://github.com/vector-im/element-web/pull/17926) * Update Modernizr and stop it from polluting classes on the html tag [\#17921](https://github.com/vector-im/element-web/pull/17921) * Convert a few files to TS [\#17895](https://github.com/vector-im/element-web/pull/17895) * Do not generate a lockfile when running in CI [\#17902](https://github.com/vector-im/element-web/pull/17902) * Fix lockfile to match listed dependencies [\#17888](https://github.com/vector-im/element-web/pull/17888) * Remove PostCSS calc() processing [\#17856](https://github.com/vector-im/element-web/pull/17856) * Make issue template styling more consistent and improve PR template [\#17691](https://github.com/vector-im/element-web/pull/17691) * Update jsrsasign to ^10.2.0 (Includes fix for CVE-2021-30246) [\#17170](https://github.com/vector-im/element-web/pull/17170) * Migrate to `eslint-plugin-matrix-org` [\#17847](https://github.com/vector-im/element-web/pull/17847) * Remove spurious overflow: auto on #matrixchat element [\#17647](https://github.com/vector-im/element-web/pull/17647) * Enhance security by disallowing CSP object-src rule [\#17818](https://github.com/vector-im/element-web/pull/17818) |
||
---|---|---|
.. | ||
anope | ||
atheme | ||
bitchbot | ||
bitchx | ||
bitlbee | ||
bitlbee-discord | ||
bitlbee-facebook | ||
bitlbee-mastodon | ||
bitlbee-steam | ||
bnc | ||
carbons-purple | ||
centerim | ||
centerim5 | ||
cgiirc | ||
coyim | ||
ctrlproxy | ||
dccserver | ||
dino | ||
eggdrop | ||
ejabberd | ||
ekg | ||
element-web | ||
emacs-jabber | ||
emech | ||
epic4 | ||
epic4-doc | ||
farstream | ||
finch | ||
fisg | ||
gajim | ||
gajim-plugin-omemo | ||
gloox | ||
gomuks | ||
goofey | ||
hexchat | ||
i2cb | ||
i2cbd | ||
icb | ||
icbirc | ||
ii | ||
ircd-hybrid | ||
irchat-pj | ||
ircII | ||
ircu | ||
iroffer | ||
irssi | ||
irssi-icb | ||
irssi-xmpp | ||
jabberd2 | ||
kgb-bot | ||
konversation | ||
ktp-accounts-kcm | ||
ktp-approver | ||
ktp-auth-handler | ||
ktp-common-internals | ||
ktp-contact-list | ||
ktp-contact-runner | ||
ktp-desktop-applets | ||
ktp-filetransfer-handler | ||
ktp-kded-integration-module | ||
ktp-send-file | ||
ktp-text-ui | ||
libfolks | ||
libgadu | ||
libmesode | ||
libmsn | ||
libotr | ||
libpurple | ||
libsignal-protocol-c | ||
libtelepathy | ||
libtlen | ||
loudmouth | ||
lurch-purple | ||
matrix-synapse | ||
matterircd | ||
maubot | ||
mautrix-hangouts | ||
mautrix-telegram | ||
mcabber | ||
meanwhile | ||
miniircd | ||
mumble | ||
ninja | ||
p5-IRC-Utils | ||
p5-Net-Goofey | ||
p5-Net-Jabber | ||
p5-POE-Component-IRC | ||
p5-POE-Filter-IRCD | ||
phone | ||
pidgin | ||
pidgin-facebookchat | ||
pidgin-icb | ||
pidgin-latex | ||
pidgin-libnotify | ||
pidgin-otr | ||
pidgin-sametime | ||
pidgin-silc | ||
pircbot | ||
profanity | ||
prosody | ||
psi | ||
psybnc | ||
py-axolotl | ||
py-axolotl-curve25519 | ||
py-hangups | ||
py-mastodon | ||
py-mautrix | ||
py-nbxmpp | ||
py-telethon | ||
py-telethon-session-sqlalchemy | ||
py-xmpppy | ||
quassel | ||
quirc | ||
riece | ||
roxirc | ||
ruby-net-irc | ||
scrollz | ||
silc-client | ||
silc-client-icb | ||
silc-server | ||
sirc | ||
skypeweb-purple | ||
spectrum | ||
srain | ||
swift | ||
telegram-purple | ||
telepathy-farstream | ||
telepathy-gabble | ||
telepathy-glib | ||
telepathy-haze | ||
telepathy-idle | ||
telepathy-logger | ||
telepathy-mission-control5 | ||
telepathy-qt | ||
telepathy-qt5 | ||
tik | ||
tirc | ||
tkabber | ||
tkirc | ||
tkirc2 | ||
tootstream | ||
toxcore | ||
unrealircd | ||
weechat | ||
xaric | ||
ysm | ||
zenicb | ||
zenirc | ||
zircon | ||
znc | ||
Makefile |