-
Wekan REST API v5.59
+
Wekan REST API v5.60
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -16050,6 +16050,7 @@ System.out.println(response.toString());
"showDesktopDragHandles":
true,
"hideCheckedItems":
true,
"cardMaximized":
true,
+
"customFieldsGrid":
true,
"hiddenSystemMessages":
true,
"hiddenMinicardLabelText":
true,
"initials":
"string",
@@ -16803,6 +16804,7 @@ System.out.println(response.toString());
"showDesktopDragHandles":
true,
"hideCheckedItems":
true,
"cardMaximized":
true,
+
"customFieldsGrid":
true,
"hiddenSystemMessages":
true,
"hiddenMinicardLabelText":
true,
"initials":
"string",
@@ -20989,6 +20991,7 @@ UserSecurity
"showDesktopDragHandles":
true,
"hideCheckedItems":
true,
"cardMaximized":
true,
+
"customFieldsGrid":
true,
"hiddenSystemMessages":
true,
"hiddenMinicardLabelText":
true,
"initials":
"string",
@@ -21164,6 +21167,7 @@ UserSecurity
"showDesktopDragHandles":
true,
"hideCheckedItems":
true,
"cardMaximized":
true,
+
"customFieldsGrid":
true,
"hiddenSystemMessages":
true,
"hiddenMinicardLabelText":
true,
"initials":
"string",
@@ -21247,6 +21251,13 @@ UserSecurity
has user clicked maximize card? |
+| customFieldsGrid |
+boolean |
+false |
+none |
+has user at card Custom Fields have Grid (false) or one per row (true) layout? |
+
+
| hiddenSystemMessages |
boolean |
false |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index f4fd4e4ef..3661d6cc6 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v5.59
+ version: v5.60
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -3936,6 +3936,10 @@ definitions:
description: |
has user clicked maximize card?
type: boolean
+ customFieldsGrid:
+ description: |
+ has user at card Custom Fields have Grid (false) or one per row (true) layout?
+ type: boolean
hiddenSystemMessages:
description: |
does the user want to hide system messages?
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index fb6dd7c62..5cc115a29 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 = 559,
+ appVersion = 560,
# Increment this for every release.
- appMarketingVersion = (defaultText = "5.59.0~2021-09-17"),
+ appMarketingVersion = (defaultText = "5.60.0~2021-09-22"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 3081022a7..bcd124576 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: wekan
-version: '5.59'
+version: '5.60'
summary: The open-source kanban
description: |
Wekan is an open-source and collaborative kanban board application.