Skip to content

v0.6.4

Choose a tag to compare

@redsky17 redsky17 released this 23 May 03:40
1b34b53

[0.6.4] - 2019-05-22

Most of the below fixes are due to updates in mtxclient. Make sure you compile against 0.2.1
if you do not use the mtxclient bundled with nheko to get these fixes.

Features

  • Support V3 Rooms

Improvements

  • Fix #19
  • Update DE translations (thanks @miocho)
  • Update Dutch translations (thanks @Vistaus)
  • Fix text input UI bug (thanks @0xd800)
  • Update linkifyMessage to parse HTML better (thanks @monokelpinguin)
  • Update to Boost 1.69.0
  • Fix some memory-leak scenarios due to mismatched new / delete (thanks @monokelpinguin)

Other Changes

  • mtxclient now builds as a Shared Library by default (instead of statically)