summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-02-09 11:37:06 -0100
committerGitHub <noreply@github.com>2019-02-09 11:37:06 -0100
commitb7133054ce3a05094f770998413fb1657b9ebb57 (patch)
treef37b04c975e1072ed64f64db104e9059b483e574
parent879f8d3973410d0adbdd9cb5a05697e2be712225 (diff)
parent5498a696e7167799f5c5a080377532caa8b442d8 (diff)
Merge pull request #402 from nextcloud/version/alpha1/0.1.4v0.1.4
0.1.4
-rw-r--r--CHANGELOG.md7
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edc97e45..c3426a3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
+## 0.1.4
+
+- [federated] the app now accept redirection on outgoing request.
+- [global] the app is now compatible with custom apps folder.
+- [UI] cache issue on some setup should also be fixed.
+
+
## 0.1.3
- [global] fixing an issue displaying timeline when opening details for a local account.
diff --git a/Makefile b/Makefile
index 74b75772..69c6c014 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=alpha1
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=0.1.3
+version+=0.1.4
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1cfe7ec0..baa9c9be 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.3</version>
+ <version>0.1.4</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>