From a5dba08b06619134874c74f18de0168ff90c31fa Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 10 Oct 2023 17:56:40 -0600 Subject: [PATCH] Updated changelog --- doc/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.md b/doc/changelog.md index 595491d7..88072062 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,8 +2,12 @@ TWBlue Changelog ## changes in this version +* Core: + * If running from source, automatic updates will not be checked as this works only for distribution. ([#540](https://github.com/MCV-Software/TWBlue/pull/540)) + * Fixed the 'report an error' item in the help menu. Now this item redirects to our gitHub issue tracker. ([#524](https://github.com/MCV-Software/TWBlue/pull/524)) * Mastodon: * Implemented update profile dialog. ([#547](https://github.com/MCV-Software/TWBlue/pull/547)) + * It is possible to display an user profile from the user menu within the menu bar, or by using the invisible keystroke for user details. ([#555](https://github.com/MCV-Software/TWBlue/pull/555)) * Added possibility to vote in polls. * Added posts search. Take into account that Mastodon instances should be configured with full text search enabled. Search for posts only include posts the logged-in user has interacted with. ([#541](https://github.com/MCV-Software/TWBlue/pull/541))