diff --git a/CHANGELOG.md b/CHANGELOG.md index edc97e45..2be41e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog +## 0.2.0 - alpha2 + + +features: + +- [global] Boosting Post. +- [global] Delete a Post. +- [UI] Following an account from an external website. +- [federated] Async on incoming request. +- [federated] Caching on incoming request. +- [federated] Caching incoming attachments. +- [federated] limit rights and access to/from the fediverse. + + +enhancements: + +- [global] Complete SQL migration. +- [global] Timeline can now manage multiple type of Stream object. +- [global] More logs. +- [UI] Dark theme. +- [UI] Searching now send only limited request. +- [federated] Caching context content. +- [federated] Outgoing request accepts redirection. +- [federated] Removing an actor should deletes his posts. +- [setup] The app can now works on local address, with no SSL support. +- [setup] The app can be installed in custom apps folder. + + +bugfixes: + +- [bugfix] public post counter now count only public post. + + + ## 0.1.3 - [global] fixing an issue displaying timeline when opening details for a local account. diff --git a/Makefile b/Makefile index 3c9f7354..7bfb382b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master codecov_token_dir=$(HOME)/.nextcloud/codecov_token -version+=0.2.0-dev01 +version+=0.2.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index f761d219..df20ecaa 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ **🕸 Open standards:** We use the established ActivityPub standard! ]]> - 0.2.0-dev02 + 0.2.0 agpl Maxence Lange Julius Härtl