-
Wekan REST API v6.18
+
Wekan REST API v6.19
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -3571,6 +3571,8 @@ System.out.println(response.toString());
}
],
"color":
"belize",
+
"allowsCardCounterList":
true,
+
"allowsBoardMemberList":
true,
"description":
"string",
"subtasksDefaultBoardId":
"string",
"subtasksDefaultListId":
"string",
@@ -18854,6 +18856,8 @@ UserSecurity
}
],
"color":
"belize",
+
"allowsCardCounterList":
true,
+
"allowsBoardMemberList":
true,
"description":
"string",
"subtasksDefaultBoardId":
"string",
"subtasksDefaultListId":
"string",
@@ -18997,6 +19001,20 @@ UserSecurity
The color of the board. |
+| allowsCardCounterList |
+boolean |
+true |
+none |
+Show card counter per list |
+
+
+| allowsBoardMemberList |
+boolean |
+true |
+none |
+Show board member list |
+
+
| description |
string¦null |
false |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 02f5f6e04..e0d6894fb 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v6.18
+ version: v6.19
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2796,6 +2796,14 @@ definitions:
- modern
- moderndark
- exodark
+ allowsCardCounterList:
+ description: |
+ Show card counter per list
+ type: boolean
+ allowsBoardMemberList:
+ description: |
+ Show board member list
+ type: boolean
description:
description: |
The description of the board
@@ -2970,6 +2978,8 @@ definitions:
- members
- permission
- color
+ - allowsCardCounterList
+ - allowsBoardMemberList
- allowsSubtasks
- allowsAttachments
- allowsChecklists
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 42d63bc0a..8a0948ad0 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 = 618,
+ appVersion = 619,
# Increment this for every release.
- appMarketingVersion = (defaultText = "6.18.0~2022-04-08"),
+ appMarketingVersion = (defaultText = "6.19.0~2022-04-22"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index a3a91cf7c..a6673b5a1 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '6.18'
+version: '6.19'
summary: Open Source kanban
description: |
WeKan ® is an Open Source and collaborative kanban board application.