summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-21 10:21:41 -0100
committerGitHub <noreply@github.com>2019-01-21 10:21:41 -0100
commit5676999f151d43cf9b252469b7c509ed102b5a61 (patch)
tree0b1765b747e22be63daf42a2e2ad6716ad978498
parent43e68897203a39bb6ba37bef5d0ca8d95d740a4a (diff)
parent871ff8cf8535f6aab30d12af9e0ac11b1309939a (diff)
Merge pull request #353 from nextcloud/version/0.1.3/changelog
0.1.3
-rw-r--r--CHANGELOG.md12
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 14 insertions, 2 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
diff --git a/Makefile b/Makefile
index 6775898c..080e13d0 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.2
+version+=0.1.3
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 00d26eda..1cfe7ec0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.1.2</version>
+ <version>0.1.3</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>