diff --git a/.snap-meteor-1.8/package-lock.json b/.snap-meteor-1.8/package-lock.json
index 0f66de225..e7c34bc14 100644
--- a/.snap-meteor-1.8/package-lock.json
+++ b/.snap-meteor-1.8/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.73.0",
+ "version": "v3.74.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/.snap-meteor-1.8/package.json b/.snap-meteor-1.8/package.json
index d0a7a89a9..c7ef1b7e0 100644
--- a/.snap-meteor-1.8/package.json
+++ b/.snap-meteor-1.8/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.73.0",
+ "version": "v3.74.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ef0d4529..8279b91de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# v3.74 2020-02-05 Wekan release
+
+This release adds the following new features:
+
+- [For BoardAdmin, add way to hide parts of a card, at Board Settings/Card Settings/Show on Card: Received, Start, ... etc](https://github.com/wekan/wekan/pull/2915).
+ Thanks to 2020product and xet7.
+- [Set default to RICHER_CARD_COMMENT_EDITOR=false](https://github.com/wekan/wekan/commit/65fa2f626f503b8089e0d982901cffb3990426cb).
+ Thanks to xet7.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v3.73 2020-01-29 Wekan release
This release adds the following new features:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 19fb5c814..ee9e770bc 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v3.73.0"
+appVersion: "v3.74.0"
files:
userUploads:
- README.md
diff --git a/i18n/pt-BR.i18n.json b/i18n/pt-BR.i18n.json
index 53d033e10..5fd941599 100644
--- a/i18n/pt-BR.i18n.json
+++ b/i18n/pt-BR.i18n.json
@@ -583,9 +583,9 @@
"default": "Padrão",
"queue": "Fila",
"subtask-settings": "Configurações de subtarefas",
- "card-settings": "Card Settings",
+ "card-settings": "Configurações do Cartão",
"boardSubtaskSettingsPopup-title": "Configurações das subtarefas do quadro",
- "boardCardSettingsPopup-title": "Card Settings",
+ "boardCardSettingsPopup-title": "Configurações do Cartão",
"deposit-subtasks-board": "Inserir subtarefas a este quadro:",
"deposit-subtasks-list": "Listas de subtarefas inseridas aqui:",
"show-parent-in-minicard": "Mostrar Pai do mini cartão:",
@@ -755,6 +755,6 @@
"show-desktop-drag-handles": "Mostrar alças de arrasto da área de trabalho",
"assignee": "Administrador",
"cardAssigneesPopup-title": "Administrador",
- "addmore-detail": "Add a more detailed description",
- "show-on-card": "Show on Card"
+ "addmore-detail": "Adicionar descrição detalhada",
+ "show-on-card": "Mostrar no Cartão"
}
diff --git a/package-lock.json b/package-lock.json
index 57bdac42a..cebf21485 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.73.0",
+ "version": "v3.74.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ab8de0047..162c5fa98 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.73.0",
+ "version": "v3.74.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/public/api/wekan.html b/public/api/wekan.html
index 18154fa54..619a248f4 100644
--- a/public/api/wekan.html
+++ b/public/api/wekan.html
@@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
-
- Wekan REST API v3.73
+ Wekan REST API v3.74
@@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
-
Wekan REST API v3.73
+
Wekan REST API v3.74
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
@@ -3287,7 +3287,21 @@ System.out.println(response.toString());
"description":
"string",
"subtasksDefaultBoardId":
"string",
"subtasksDefaultListId":
"string",
+
"dateSettingsDefaultBoardId":
"string",
+
"dateSettingsDefaultListId":
"string",
"allowsSubtasks":
true,
+
"allowsAttachments":
true,
+
"allowsChecklists":
true,
+
"allowsComments":
true,
+
"allowsLabels":
true,
+
"allowsAssignee":
true,
+
"allowsMembers":
true,
+
"allowsRequestedBy":
true,
+
"allowsAssignedBy":
true,
+
"allowsReceivedDate":
true,
+
"allowsStartDate":
true,
+
"allowsEndDate":
true,
+
"allowsDueDate":
true,
"presentParentTask":
"prefix-with-full-path",
"startAt":
"string",
"dueAt":
"string",
@@ -13636,7 +13650,21 @@ UserSecurity
"description":
"string",
"subtasksDefaultBoardId":
"string",
"subtasksDefaultListId":
"string",
+
"dateSettingsDefaultBoardId":
"string",
+
"dateSettingsDefaultListId":
"string",
"allowsSubtasks":
true,
+
"allowsAttachments":
true,
+
"allowsChecklists":
true,
+
"allowsComments":
true,
+
"allowsLabels":
true,
+
"allowsAssignee":
true,
+
"allowsMembers":
true,
+
"allowsRequestedBy":
true,
+
"allowsAssignedBy":
true,
+
"allowsReceivedDate":
true,
+
"allowsStartDate":
true,
+
"allowsEndDate":
true,
+
"allowsDueDate":
true,
"presentParentTask":
"prefix-with-full-path",
"startAt":
"string",
"dueAt":
"string",
@@ -13752,6 +13780,20 @@ UserSecurity
The default List ID assigned to subtasks. |
+| dateSettingsDefaultBoardId |
+string|null |
+false |
+none |
+none |
+
+
+| dateSettingsDefaultListId |
+string|null |
+false |
+none |
+none |
+
+
| allowsSubtasks |
boolean |
true |
@@ -13759,6 +13801,90 @@ UserSecurity
Does the board allows subtasks? |
+| allowsAttachments |
+boolean |
+true |
+none |
+Does the board allows attachments? |
+
+
+| allowsChecklists |
+boolean |
+true |
+none |
+Does the board allows checklists? |
+
+
+| allowsComments |
+boolean |
+true |
+none |
+Does the board allows comments? |
+
+
+| allowsLabels |
+boolean |
+true |
+none |
+Does the board allows labels? |
+
+
+| allowsAssignee |
+boolean |
+true |
+none |
+Does the board allows assignee? |
+
+
+| allowsMembers |
+boolean |
+true |
+none |
+Does the board allows members? |
+
+
+| allowsRequestedBy |
+boolean |
+true |
+none |
+Does the board allows requested by? |
+
+
+| allowsAssignedBy |
+boolean |
+true |
+none |
+Does the board allows requested by? |
+
+
+| allowsReceivedDate |
+boolean |
+true |
+none |
+Does the board allows received date? |
+
+
+| allowsStartDate |
+boolean |
+true |
+none |
+Does the board allows start date? |
+
+
+| allowsEndDate |
+boolean |
+true |
+none |
+Does the board allows end date? |
+
+
+| allowsDueDate |
+boolean |
+true |
+none |
+Does the board allows due date? |
+
+
| presentParentTask |
string|null |
false |
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 7dc368dc5..e29de501c 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v3.73
+ version: v3.74
description: |
The REST API allows you to control and extend Wekan with ease.
@@ -2093,10 +2093,64 @@ definitions:
The default List ID assigned to subtasks.
type: string
x-nullable: true
+ dateSettingsDefaultBoardId:
+ type: string
+ x-nullable: true
+ dateSettingsDefaultListId:
+ type: string
+ x-nullable: true
allowsSubtasks:
description: |
Does the board allows subtasks?
type: boolean
+ allowsAttachments:
+ description: |
+ Does the board allows attachments?
+ type: boolean
+ allowsChecklists:
+ description: |
+ Does the board allows checklists?
+ type: boolean
+ allowsComments:
+ description: |
+ Does the board allows comments?
+ type: boolean
+ allowsLabels:
+ description: |
+ Does the board allows labels?
+ type: boolean
+ allowsAssignee:
+ description: |
+ Does the board allows assignee?
+ type: boolean
+ allowsMembers:
+ description: |
+ Does the board allows members?
+ type: boolean
+ allowsRequestedBy:
+ description: |
+ Does the board allows requested by?
+ type: boolean
+ allowsAssignedBy:
+ description: |
+ Does the board allows requested by?
+ type: boolean
+ allowsReceivedDate:
+ description: |
+ Does the board allows received date?
+ type: boolean
+ allowsStartDate:
+ description: |
+ Does the board allows start date?
+ type: boolean
+ allowsEndDate:
+ description: |
+ Does the board allows end date?
+ type: boolean
+ allowsDueDate:
+ description: |
+ Does the board allows due date?
+ type: boolean
presentParentTask:
description: |
Controls how to present the parent task:
@@ -2154,6 +2208,18 @@ definitions:
- permission
- color
- allowsSubtasks
+ - allowsAttachments
+ - allowsChecklists
+ - allowsComments
+ - allowsLabels
+ - allowsAssignee
+ - allowsMembers
+ - allowsRequestedBy
+ - allowsAssignedBy
+ - allowsReceivedDate
+ - allowsStartDate
+ - allowsEndDate
+ - allowsDueDate
- type
BoardsLabels:
type: object
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 374d206b4..d4f5801d2 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 = 375,
+ appVersion = 376,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.73.0~2020-01-29"),
+ appMarketingVersion = (defaultText = "3.74.0~2020-02-05"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,