Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
e3b3e8b8c6
3 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 2 2
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 2 - 2
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.

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v1.69.0",
+  "version": "v1.70.0",
   "description": "Open-Source kanban",
   "private": true,
   "scripts": {

+ 2 - 2
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,