diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2019-05-22 22:29:31 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2019-05-22 22:29:31 -0400 |
commit | 1b34b53afe766e8de3a127fb4085f7bee977f0da (patch) | |
tree | 18da8783e334207efe72318c3283e77fc39fb2df /CHANGELOG.md | |
parent | Minor build tweaks (diff) | |
download | nheko-1b34b53afe766e8de3a127fb4085f7bee977f0da.tar.xz |
Update to v0.6.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efbb516..74f6c62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ ## [Unreleased] +## [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 + - Fix initial sync issue caused by matrix-org/synapse#4898 (thanks @monokelpinguin) + - Add additional lmbd max_dbs setting (thanks @AndrewJDR) +- 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) + ## [0.6.3] - 2019-02-08 ### Features |