summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-21 10:03:51 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-21 10:03:51 -0100
commit627fb99dfd1406eee26db762a313f32654b4e11c (patch)
tree0905619c91815c7eb14cfb2add2a81ddec5cfe16 /CHANGELOG.md
parentb373bb0ffbf6e497e173a09b7ad3b70d131a3142 (diff)
0.1.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
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