Lauri Ojansivu 5 tahun lalu
induk
melakukan
863f0fc5db
7 mengubah file dengan 12 tambahan dan 10 penghapusan
  1. 1 1
      CHANGELOG.md
  2. 1 1
      Stackerfile.yml
  3. 1 1
      package-lock.json
  4. 1 1
      package.json
  5. 1 1
      public/api/wekan.html
  6. 5 3
      public/api/wekan.yml
  7. 2 2
      sandstorm-pkgdef.capnp

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v4.04 2020-05-24 Wekan release
 
 This release adds the following features:
 

+ 1 - 1
Stackerfile.yml

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

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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

File diff ditekan karena terlalu besar
+ 1 - 1
public/api/wekan.html


+ 5 - 3
public/api/wekan.yml

@@ -1,7 +1,7 @@
 swagger: '2.0'
 info:
   title: Wekan REST API
-  version: v4.03
+  version: v4.04
   description: |
     The REST API allows you to control and extend Wekan with ease.
 
@@ -797,8 +797,8 @@ paths:
             200 response
   /api/boards/{board}/export:
     get:
-      operationId: exportJson
-      summary: This route is used to export the board to a json file format.
+      operationId: export
+      summary: This route is used to export the board.
       description: |
         If user is already logged-in, pass loginToken as param
          "authToken": '/api/boards/:boardId/export?authToken=:token'
@@ -2079,6 +2079,8 @@ definitions:
           - relax
           - corteza
           - clearblue
+          - natural
+          - modern
       description:
         description: |
            The description of the board

+ 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 = 403,
+    appVersion = 404,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "4.03.0~2020-05-16"),
+    appMarketingVersion = (defaultText = "4.04.0~2020-05-24"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini