Lauri Ojansivu 5 ani în urmă
părinte
comite
0ff1e63a5d
7 a modificat fișierele cu 733 adăugiri și 201 ștergeri
  1. 6 1
      CHANGELOG.md
  2. 1 1
      Stackerfile.yml
  3. 1 1
      package-lock.json
  4. 1 1
      package.json
  5. 359 71
      public/api/wekan.html
  6. 363 124
      public/api/wekan.yml
  7. 2 2
      sandstorm-pkgdef.capnp

+ 6 - 1
CHANGELOG.md

@@ -1,10 +1,15 @@
-# Upcoming Wekan release
+# v4.16 2020-06-17 Wekan release
 
 This release adds the following features:
 
 - [Add find-replace.sh script for development](https://github.com/wekan/wekan/commit/bda49ed60947e0438206b2f55119f5c5c132c734).
   Thanks to xet7.
 
+and adds the following updates:
+
+- [Upgrade to Node 12.18.1](https://github.com/wekan/wekan/commit/b11ae567c9b2d16a115ea4f3f7f88e67d076f326).
+  Thanks to Node developers and xet7.
+
 and fixes the following bugs:
 
 - [OpenAPI: Fix jsdoc/operation matching](https://github.com/wekan/wekan/pull/3171).

+ 1 - 1
Stackerfile.yml

@@ -1,5 +1,5 @@
 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v4.15.0"
+appVersion: "v4.16.0"
 files:
   userUploads:
     - README.md

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v4.15.0",
+  "version": "v4.16.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v4.15.0",
+  "version": "v4.16.0",
   "description": "Open-Source kanban",
   "private": true,
   "scripts": {

Fișier diff suprimat deoarece este prea mare
+ 359 - 71
public/api/wekan.html


Fișier diff suprimat deoarece este prea mare
+ 363 - 124
public/api/wekan.yml


+ 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 = 415,
+    appVersion = 416,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "4.15.0~2020-06-16"),
+    appMarketingVersion = (defaultText = "4.16.0~2020-06-17"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff