From 627fb99dfd1406eee26db762a313f32654b4e11c Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 21 Dec 2018 10:03:51 -0100 Subject: 0.1.1 Signed-off-by: Maxence Lange --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b199b2dd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + + + +### 0.1.1 + +- [setup] the app is now displaying an issue with the setup of the httpd only if there is issue. +- [setup] fixing 'not-big-enough' fields in database. +- [setup] it is now possible, using ./occ social:reset, to reset all data from the app and change the base url of the cloud. +- [global] rework on some SQL request +- [global] complete rework on the ActivityPub Parser and ActivityPub Generator. +- [global] The app will now sign every ld-json object. +- [global] The app will now verify every signed ld-json object. This should fix forwarded Note not being displayed in the streams. +- [global] Unfollowing a user will keep remote instance up-to-date. +- [UI] Some strange behavior while typing message have been fixed. +- [UI] Better display of the Public/Account page +- [bugfix] Home Stream is working even when user is following no one. +- [bugfix] fixing minor issues. +- [bugfix] the cache refresher will now avoid ghost account. + + + +### 0.1.0 + +- first alpha release diff --git a/Makefile b/Makefile index 3b0127f1..5d0d7e83 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.1.0 +version+=0.1.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 8e0f467e..cd9e5fc8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ **🕸 Open standards:** We use the established ActivityPub standard! ]]> - 0.1.0 + 0.1.1 agpl Maxence Lange Julius Härtl -- cgit v1.2.3 From d450c85ade962e1c509386c2f68d783ddc07cdda Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 21 Dec 2018 13:11:05 -0100 Subject: added some bugfix Signed-off-by: Maxence Lange --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b199b2dd..d42e0f64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,12 @@ - [global] The app will now verify every signed ld-json object. This should fix forwarded Note not being displayed in the streams. - [global] Unfollowing a user will keep remote instance up-to-date. - [UI] Some strange behavior while typing message have been fixed. -- [UI] Better display of the Public/Account page +- [UI] Better display of the Public/Account page. +- [UI] Better UX when using the searchbar to search for a remote account. - [bugfix] Home Stream is working even when user is following no one. -- [bugfix] fixing minor issues. +- [bugfix] fixing quotes encoding. - [bugfix] the cache refresher will now avoid ghost account. +- [bugfix] fixing minor issues. -- cgit v1.2.3