diff options
author | Joe <rubberduckie3554@gmail.com> | 2019-02-08 14:49:53 -0500 |
---|---|---|
committer | Joe <rubberduckie3554@gmail.com> | 2019-02-08 14:49:53 -0500 |
commit | 440d0b81cad69135d7c898a25c86ac1032e65f4e (patch) | |
tree | 8998a2c60c06655ecf7f2a4e46b60e98370447ab /CHANGELOG.md | |
parent | Merge branch 'master' of https://github.com/redsky17/nheko (diff) | |
download | nheko-440d0b81cad69135d7c898a25c86ac1032e65f4e.tar.xz |
Release Nheko 0.6.3
- Update version numbers and documentation - Fix github releases oauth key
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
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 |