From bcd9396e8e328560a57a882e3c96695d637112a6 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 26 Jul 2019 14:20:18 -0100 Subject: alpha 2.1 Signed-off-by: Maxence Lange --- CHANGELOG.md | 18 ++++++++++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 878bf555..814103a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## 0.2.100 (alpha 2.1) + +- [setup] it is now possible to create an account using ./occ +- [setup] it is now possible to follow an account using ./occ +- [setup] new command to completely uninstall the app: ./occ social:reset --uninstall +- [federated] better management of the ID generator. +- [federated] Caching now generate also a thumb version of remote Image document. +- [federated] fixing an issue with hashtags importation +- [global] better parsing on non-latin hashtags +- [global] Attachments (Image) should now be displayed. +- [global] like/unlike on Post. +- [global] new Timeline: Liked post. +- [global] better compatibility with Pleroma. +- [global] fixing an issue on exact result during search. +- [global] cleaning code. + + + ## 0.2.6 - [global] Improving and fixing streams. diff --git a/Makefile b/Makefile index 616aa2ea..d3afeaad 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.6 +version+=0.2.100 diff --git a/appinfo/info.xml b/appinfo/info.xml index 3d15e83a..cf8946ef 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ **🕸 Open standards:** We use the established ActivityPub standard! ]]> - 0.2.6 + 0.2.100 agpl Maxence Lange Julius Härtl -- cgit v1.2.3