summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-07-28 18:40:23 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-07-28 18:40:23 -0400
commita9375add32ae6c5cd90679cf6cb7e2af18c27e7a (patch)
tree241206de43fd3f176cc4e813c37e49c1c7de9c14 /CHANGELOG.md
parente3d69957d391acfec8be84bda9a94e20ee615c40 (diff)
Address 'sent' translation issue
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9df96e65..55e59332 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,22 @@
### [0.7.0] -- Unreleased
+0.7.0 *requires* mtxclient 0.3.0. Make sure you compile against 0.3.0
+if you do not use the mtxclient bundled with nheko.
+
#### Features
- Make nheko session import / export format match riot. Fixes #48 (WIP)
- Implement proper replies (WIP)
+- Add .well-known support for auto-completing homeserver information
+- Add mentions viewer so you can see all the messages you have been mentioned in (WIP)
+- Add emoji font selection preference
#### Improvements
- Add dedicated reply button to Timeline items. Add button for other options so
that right click isn't always required.
+- Fix various things with regards to emoji rendering and the emoji picker (WIP)
+- Lots and lots and lots of localization updates.
+- Additional tweaks to the system theme
## [0.6.4] - 2019-05-22