summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-02-07 10:03:01 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-02-07 10:03:01 -0100
commit5498a696e7167799f5c5a080377532caa8b442d8 (patch)
tree3a8366940d3ac722ce7e23db81385ea96928f586
parent508aea0eb5206d521ab6e2d989d2ef94cf86a330 (diff)
0.1.4
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-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 521f02d1..e983f19b 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>