1
0
Fork 0

added CHANGELOG to the README file

This commit is contained in:
Tobias Diekershoff 2021-03-08 08:27:27 +01:00
parent 9a4f8d1469
commit dca86e7308
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
nitter Addon for Friendica
==========================
This addon will replace all occurances of the string _https://twitter.com_ with the server address of a nitter installation (currently nitter.net) in all displayed postings on a Friendica node.
This addon will replace all occurances of the string _https://twitter.com_ with the server address of a nitter installation in all displayed postings on a Friendica node.
Note: If you are using the twitter connector on your server, the links to the contacts profile pages will not be replaced by this addon. Only links in the body of the postings are affected.
@ -17,3 +17,11 @@ Excerp from nitters about page.
> Using an instance of Nitter (hosted on a VPS for example), you can browse Twitter without JavaScript while retaining your privacy. In addition to respecting your privacy, Nitter is on average around 15 times lighter than Twitter, and in some cases serves pages faster.
>
> In the future a simple account system will be added that lets you follow Twitter users, allowing you to have a clean chronological timeline without needing a Twitter account.
Changelog
---------
* **Version 1.1**
* Initial localization support with DE translation
* Configurable nitter instance address from the admin panel
* **Version 1.0**: Initial Release