summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoe <rubberduckie3554@gmail.com>2019-02-08 14:49:53 -0500
committerJoe <rubberduckie3554@gmail.com>2019-02-08 14:49:53 -0500
commit440d0b81cad69135d7c898a25c86ac1032e65f4e (patch)
tree8998a2c60c06655ecf7f2a4e46b60e98370447ab /CHANGELOG.md
parentebe5b19e76648019cc1128c05b428a863479f5d3 (diff)
Release Nheko 0.6.3v0.6.3
- Update version numbers and documentation - Fix github releases oauth key
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c492299..0efbb516 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
## [Unreleased]
+## [0.6.3] - 2019-02-08
+
+### Features
+- Room notifications now distinguish between general and user mentions by using different colors
+- User names are now colored based on both the theme and a hash from their user id.
+- Add font selection preference
+
+
+### Improvements
+- Fix room joining issue by escaping (thanks rnhmjoj)
+- Mild tweaks to the dark and light themes
+- Add paragraph tags back to markdown, fixing #2 / mujx#438
+- Tweak author text to help differentiate it from the message text
+- Some Russian translations have been added/fixed (thanks tim77)
+- Partially address some build issues (related to #10)
+
## [0.6.2] - 2018-10-07
### Features