From e3b3e8b8c60c6c46304b80498075c08c6fce820e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 9 Nov 2018 21:44:50 +0200 Subject: [PATCH] v1.70 --- CHANGELOG.md | 4 ++-- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a2d4b8a..4a7289d08 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 7cfffbf2e..122097fa3 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 e69a56210..45e4e2373 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,