Releases: element-hq/hydrogen-web
Releases · element-hq/hydrogen-web
v0.5.1
21 Oct 11:02
Compare
Sorry, something went wrong.
No results found
What's Changed
uploadRoomKeysToBackup: Use V3 route by @NicolaiSoeborg in #1184
Fix authenticated media breaking in certain SDK scenarios by in #1188
Only send token after verifying the homeserver by in #1189
Set a _blank target to the In Reply links. by @b100dian in #1158
New Contributors
Full Changelog : v0.5.0...v0.5.1
v0.5.0
20 Aug 10:43
Compare
Sorry, something went wrong.
No results found
What's Changed
and some other small changes:
Full Changelog : v0.4.0...v0.5.0
v0.4.1
04 Sep 12:17
Compare
Sorry, something went wrong.
No results found
New Features:
You can now invite users to your rooms using the invite command (eg: /invite @foobartest:myhs.dev) or via the button in the memberlist.
Bug Fixes
Allow closing room creation and room joining views on small screens by @psrpinto
v0.4.0
21 Jun 10:26
Compare
Sorry, something went wrong.
No results found
New Features:
Support for device verification (enable cross-signing in settings)
Support for cross-signing other users (enable cross-signing in settings)
Support for secret sharing
Add "Copy matrix.to permalink" message action by @MadLittleMods in #921
Bug Fixes
Accommodate long dates in sticky date headers by @MadLittleMods in #1078
Fix SSO query params by @psrpinto in #950
Fix an issue where keys for encrypted messages sent from Hydrogen was not shared leading to UTDs.
Fix an issue where large log files were generated for long lived calls.
v0.3.8
14 Feb 15:44
Compare
Sorry, something went wrong.
No results found
add initial support for cross-signing behind a feature flag, for now you can just sign your own hydrogen device (#953 , #954 , #955 )
fix /me (emotes) sending invalid messages, that are furthermore not rendered by hydrogen giving the impression that nothing is sent.
v0.3.7
10 Feb 13:16
Compare
Sorry, something went wrong.
No results found
add experimental support for audio/video calls (see settings to enable)
fix loading more messages failing in some rooms ( #1009 )
v0.3.6
20 Dec 18:01
Compare
Sorry, something went wrong.
No results found
Fixes timeline not loading ( #947 )
v0.3.5
25 Nov 16:55
Compare
Sorry, something went wrong.
No results found
add sticky date headers in the timeline ( #938 ). The stickyness is currently implemented with CSS which limits the design of the date header a bit, will improve on this later.
fix #451
restores active background of reaction button
v0.3.4
10 Nov 17:32
Compare
Sorry, something went wrong.
No results found
Fix message verification not working in rooms where we haven't sent a message yet (#920 )
Some smaller maintenance fixes (#916 , #917 and #918 )
v0.3.3
04 Nov 10:10
Compare
Sorry, something went wrong.
No results found
Provide basic UI to join room (#870 )
Fix an error that can stop sync (#885 )
Fetch missing e2ee devices when verifying message sender (#913 )
Lots of typescript conversion by @ibeckermayer 🙏