summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-19 11:35:25 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-01-19 11:35:25 -0100
commit0d4e4c185ed463e036487df245dd7cb0c27b369e (patch)
tree61459cdda26d2406c4173038c52a4f6815d1114b
parent753a04fe90e0d563ba88147b6fa5d69906137c52 (diff)
0.1.3
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea9a5ac1..f8b27574 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+
+## 0.1.3
+
+- [global] fixing an issue displaying timeline when opening details for a local account.
+- [global] provide more details in logs on async failure.
+- [federated] adding security @context on returned Actor.
+- [federated] signature can be 5min old (instead of 30s) to avoid issue on badly configured instance of Nextcloud.
+- [federated] webfinger will also check the host of the account.
+- [UI] do not clear post field on fail post creation.
+
+
## 0.1.2
- [global] Fix Host Header on proxy setup