Browse Source

v1.49-edge-1

Lauri Ojansivu 7 years ago
parent
commit
e4cf94606c
3 changed files with 28 additions and 3 deletions
  1. 25 0
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 25 - 0
CHANGELOG.md

@@ -1,3 +1,28 @@
+# v1.49-edge-1 2018-09-17 Wekan release
+
+This release adds the following new features:
+
+- Change from Node v8.12.0 prerelease to use official Node v8.12.0.
+    
+Thanks to GitHub user xet7 for contributions.
+
+# v1.49 2018-09-17 Wekan release
+
+This release fixes the following bugs:
+
+- Fix lint errors.
+
+Thanks to GitHub user xet7 for contributions.
+
+# v1.48 2018-09-17 Wekan release
+
+This release removes the following new features:
+
+- Remove IFTTT rules, until they are fixed.
+- Remove OAuth2, until it is fixed.
+
+Thanks to GitHub user xet7 for contributions.
+
 # v1.47 2018-09-16 Wekan release
 
 This release adds the following new features:

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "1.47.0",
+  "version": "v1.49-edge-1",
   "description": "The 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 = 132,
+    appVersion = 135,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "1.47.0~2018-09-16"),
+    appMarketingVersion = (defaultText = "1.49.0~2018-09-17-edge-1"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,