summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-09 21:44:50 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-09 21:44:50 +0200
commite3b3e8b8c60c6c46304b80498075c08c6fce820e (patch)
tree185af3ef4007b14136b73ad8064005010c8a2634
parentddef1ea89c369c44a395fa6c7da6076bf2b1b5eb (diff)
downloadwekan-e3b3e8b8c60c6c46304b80498075c08c6fce820e.tar.gz
wekan-e3b3e8b8c60c6c46304b80498075c08c6fce820e.tar.bz2
wekan-e3b3e8b8c60c6c46304b80498075c08c6fce820e.zip
v1.70v1.70
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03a2d4b8..4a7289d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.70 2018-11-09 Wekan release
This release adds the following new features:
@@ -11,7 +11,7 @@ and fixes the following bugs:
- isCommentOnly and isNoComments are now optional
- Turn off import error checking, so something is imported anyway, and import does not stop at error.
- Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing.
- - Sandstorm Import Wekan board warning messages are now translateable.
+ - Sandstorm Import Wekan board warning messages are now translateable. But bug "Board not found" still exists.
- LDAP: Added INTERNAL_LOG_LEVEL. Fix lint and ldap group filter options. Thanks to Akuket.
Thanks to above mentioned GitHub users for their contributions.
diff --git a/package.json b/package.json
index 7cfffbf2..122097fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.69.0",
+ "version": "v1.70.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index e69a5621..45e4e237 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 = 172,
+ appVersion = 173,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.69.0~2018-11-03"),
+ appMarketingVersion = (defaultText = "1.70.0~2018-11-09"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,