Update changelog entries for new Mastodon API fixes

See https://github.com/rugk/mastodon-simplified-federation/issues/71
This commit is contained in:
rugk 2022-06-18 15:03:19 +02:00
parent 62ddbf0772
commit 18ea69a4c4
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D

View file

@ -1,2 +1,4 @@
* **New:** All network requests e.g. to the Mastodon API now have a timeout of five seconds to handle servers not responding correctly. ([#72](https://github.com/rugk/mastodon-simplified-federation/pull/72))
* **Fixed:** A bug has been fixed that could cause an issue with redirection of toot interactions when the toot is only available to authenticated users via the Mastodon API. ([#71](https://github.com/rugk/mastodon-simplified-federation/issues/71))
* **Fixed:** A bug has been fixed that resulted in the redirection not being catched in case of newer Friendica versions. ([#62](https://github.com/rugk/mastodon-simplified-federation/issues/62)) * **Fixed:** A bug has been fixed that resulted in the redirection not being catched in case of newer Friendica versions. ([#62](https://github.com/rugk/mastodon-simplified-federation/issues/62))
* **Improved:** The translation for French has been updated, thanks to [@le-jun](https://github.com/le-jun). * **Improved:** The translation for French has been updated, thanks to [@le-jun](https://github.com/le-jun).