summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea9a5ac1..edc97e45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# 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.
+- [global] Cache refreshing on some events (new post, new follow)
+- [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