From 543295fc219e5fd1149ff26f396a1b1a02d5cd23 Mon Sep 17 00:00:00 2001 From: Manuel cortez Date: Mon, 3 Mar 2025 10:20:37 -0600 Subject: [PATCH] Updated changelog --- doc/changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/changelog.md b/doc/changelog.md index 1dc52c66..8d8cc70d 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,12 +2,18 @@ TWBlue Changelog ## changes in this version +* Mastodon: + * A language selector has been added for posting in TWBlue. It is now possible to choose the language in which a post will be made, which will be useful for content filtering and other language-dependent features. The default language can be chosen based on your Mastodon account’s language, the language of the post you’re replying to, or, if no automatic selection is possible, TWBlue’s own language will be used by default. + * TWBlue should be able to display all posts in the post displayer dialog. + * reading long posts in the graphical user interface should work better. + +## Changes in version 2024.5.23 + * Core: * The way sessions are named has been changed. Now the account is indicated first, followed by the social network it belongs to. * An option has been added to the global options dialog that allows for the reading of long posts in the graphical interface. This is especially useful since, by default, the graphical interface can only display a limited number of characters in the post. * Some options that are no longer necessary in the application have been removed from the global settings dialog. * Mastodon: - * A language selector has been added for posting in TWBlue. It is now possible to choose the language in which a post will be made, which will be useful for content filtering and other language-dependent features. The default language can be chosen based on your Mastodon account’s language, the language of the post you’re replying to, or, if no automatic selection is possible, TWBlue’s own language will be used by default. * fixed an error that caused TWBlue to not display some posts correctly. * Fixed name for community timelines when created during startup. Now it should be clear if it's a federated or local timeline. * Defined shortcuts to fields on the update profile dialog so it will be easier to navigate.