From 47271cd34d633754c947faeafed69b589e60e406 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 31 Dec 2023 11:57:40 -0600 Subject: [PATCH] Core: Updated changelog and release info --- doc/changelog.md | 4 ++++ release-notes.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/changelog.md b/doc/changelog.md index 88072062..8e87ba18 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -3,6 +3,9 @@ TWBlue Changelog ## changes in this version * Core: + * The TWBlue website will no longer be available on the twblue.es domain. Beginning in January 2024, TWBlue will live at https://twblue.mcvsoftware.com. Also, we will start releasing versions on [gitHub releases](https://github.com/mcv-software/twblue/releases) so it will be easier to track specific versions. + * As of the first release of TWBlue in 2024, we will officially stop generating 32-bit (X86) compatible binaries due to the increasing difficulty of generating versions compatible with this architecture in modern Python versions. + * TWBlue should be more reliable when checking for updates. * 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: @@ -10,6 +13,7 @@ TWBlue Changelog * 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)) + * Added user autocompletion settings in account settings dialog, so it is possible to ask TWBlue to scan mastodon accounts and add people from followers and following buffers. For now, user autocompletion can be used only when composing new posts or replies. ## changes in version 2023.4.13 diff --git a/release-notes.md b/release-notes.md index b6919805..23d3bca4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,9 @@ ## Changelog * Core: + * The TWBlue website will no longer be available on the twblue.es domain. Beginning in January 2024, TWBlue will live at https://twblue.mcvsoftware.com. Also, we will start releasing versions on [gitHub releases](https://github.com/mcv-software/twblue/releases) so it will be easier to track specific versions. + * As of the first release of TWBlue in 2024, we will officially stop generating 32-bit (X86) compatible binaries due to the increasing difficulty of generating versions compatible with this architecture in modern Python versions. + * TWBlue should be more reliable when checking for updates. * 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: @@ -8,3 +11,4 @@ * 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)) + * Added user autocompletion settings in account settings dialog, so it is possible to ask TWBlue to scan mastodon accounts and add people from followers and following buffers. For now, user autocompletion can be used only when composing new posts or replies.