Skip to content

Releases: element-hq/hydrogen-web

v0.3.2

26 Aug 18:12
Compare
Choose a tag to compare

v0.3.1

02 Aug 10:18
Compare
Choose a tag to compare

No functional changes in the app, but fixes several issues with the build system:

v0.3.0

29 Jul 16:36
Compare
Choose a tag to compare

This release includes the following changes:

  • the composer is now hidden in rooms where you don't have permission to write (#788)
  • the /join command was added, thanks to @Kaki-In! (#809)
  • the last location is now restored again when opening the app, thanks to @Kaki-In. (#816)
  • room keys are now shared according to the room history visibility, for example with invited members where appropriate (#811)
  • runtime themes are now supported, you can now change the colors (including the icons!) of one of the built-in themes with just a json file, no rebuild needed! See the docs for more info (#769)

In addition to this, we've converted some parts of the code to typescript (#676, #777 thanks to @ibeckermayer!) and we've improved the documentation (#813, #812, #758, #752 and #778).

v0.2.33

30 Jun 09:12
Compare
Choose a tag to compare
  • Fixes #765
  • Adds option do download media on video and image messages in the context menu #767

v0.2.32

15 Jun 09:39
Compare
Choose a tag to compare

Adds support to send debug logs straight to our debug log server, aside from downloading the logs (so you don't need to send them to us in a DM anymore). (#753)

v0.2.31

14 Jun 14:07
Compare
Choose a tag to compare

v0.2.30

14 Jun 08:30
Compare
Choose a tag to compare

v0.2.29

18 May 19:53
Compare
Choose a tag to compare
  • Introduction of a config file, a hence new deployment instructions in the README. This means you can now set the default homeserver of your custom deployment without having to rebuild Hydrogen. (#609, #723).
  • Add theme switcher to settings (#724)
  • Fixes #720
  • Fixes #729

Note that by exception, this release and the previous one are not reproducible. We deemed it not worthy postponing the release any further because of this, also given the pre-1.0 status. Apologies for any inconvenience, this will be fixed in the next release.

v0.2.28

14 Apr 08:45
Compare
Choose a tag to compare
  • Add dark theme (#712) (activated automatically based on your OS preferences, theme switcher will come later)

v0.2.26

11 Feb 16:24
Compare
Choose a tag to compare
  • add "create room" functionality (see #647)
  • fix replies in e2ee rooms not always loading (see #650)