From a09039a3be6e2c8bc91236731ee90e6b6ecdc0a2 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 12 Jun 2020 17:38:30 +0200 Subject: [PATCH] Add presence and upgrade notes to the changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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