From dca86e730828e6ada60d5bdbaf25ce139a6b0db7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 8 Mar 2021 08:27:27 +0100 Subject: [PATCH] added CHANGELOG to the README file --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d26f5..8fab630 100644 --- a/README.md +++ b/README.md @@ -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