summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-09-05 02:13:10 +0300
committerLauri Ojansivu <x@xet7.org>2018-09-05 02:13:10 +0300
commit9492daf9bcaade700eb00b11f0d7a969fb66a4bf (patch)
treef282393c57a1b776425dab08e9214538257672a7
parent372174232725eb73df86cf4f3b38e3c7db55978a (diff)
parentf346ce04f58c1e44ec2d58df409b7558fd33b91e (diff)
downloadwekan-9492daf9bcaade700eb00b11f0d7a969fb66a4bf.tar.gz
wekan-9492daf9bcaade700eb00b11f0d7a969fb66a4bf.tar.bz2
wekan-9492daf9bcaade700eb00b11f0d7a969fb66a4bf.zip
Merge branch 'devel'
-rw-r--r--CHANGELOG.md8
-rw-r--r--i18n/de.i18n.json4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp6
4 files changed, 14 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c1f62c0..d9cdced9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# v1.41 2018-09-05 Wekan release
+
+This release tries to fix the following bugs:
+
+- [Try to fix Wekan Sandstorm API](https://github.com/wekan/wekan/issues/1279#issuecomment-418440401).
+
+Thanks to GitHub users ocdtrekkie and xet7 for their contributions.
+
# v1.40 2018-09-04 Wekan release
This release adds the following new features:
diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json
index 3b9bbb1d..988fe02b 100644
--- a/i18n/de.i18n.json
+++ b/i18n/de.i18n.json
@@ -171,8 +171,8 @@
"comment-placeholder": "Kommentar schreiben",
"comment-only": "Nur kommentierbar",
"comment-only-desc": "Kann Karten nur Kommentieren",
- "no-comments": "No comments",
- "no-comments-desc": "Can not see comments and activities.",
+ "no-comments": "Keine Kommentare",
+ "no-comments-desc": "Kann keine Kommentare und Aktivitäten sehen.",
"computer": "Computer",
"confirm-subtask-delete-dialog": "Wollen Sie die Teilaufgabe wirklich löschen?",
"confirm-checklist-delete-dialog": "Wollen Sie die Checkliste wirklich löschen?",
diff --git a/package.json b/package.json
index 61908837..0ea2c6f7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "1.40.0",
+ "version": "1.41.0",
"description": "The open-source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 1dcd6c42..f7c92a82 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 125,
+ appVersion = 126,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.40.0~2018-09-04"),
+ appMarketingVersion = (defaultText = "1.41.0~2018-09-05"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
@@ -226,7 +226,7 @@ const pkgdef :Spk.PackageDefinition = (
verbPhrase = (defaultText = "removed from card"),
), ],
),
- apiPath = "/api",
+ apiPath = "/",
saveIdentityCaps = true,
),
);