diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-06-12 17:38:30 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-06-12 17:38:30 +0200 |
commit | a09039a3be6e2c8bc91236731ee90e6b6ecdc0a2 (patch) | |
tree | a698163722beda6b4706b7342045b94395f52419 /CHANGELOG.md | |
parent | Merge pull request #219 from Nheko-Reborn/changelog (diff) | |
download | nheko-a09039a3be6e2c8bc91236731ee90e6b6ecdc0a2.tar.xz |
Add presence and upgrade notes to the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e7687f..7259c764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ - With this you can now login on servers, that only provide SSO. - Just enter any mxid on the server. Nheko will figure out that you need to use SSO and redirect your browser to the login page. - Complete the login in your browser and Nheko should automatically log you in. +- Presence + - Shows online status of the people you are talking to. + - You can define a custom status message to tell others what you are currently up to. + - The status message appears next to the usernames in the timeline. + - Your server needs to have presence enabled for this to work. ### Features @@ -49,6 +54,10 @@ - Timeline should now fail to render less often on platforms with native sibling windows. - Don't rescale images on every frame on highdpi screens. +### Upgrade Notes + +This updates includes some changes to the database. Older versions don't handle that gracefully and will delete your database. It is therefore recommended to not downgrade below this version! + ## [0.7.1] -- 2020-04-24 ### Features |