mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
v3.74
And update translations.
This commit is contained in:
parent
b7f9dc77d1
commit
45ecd2d04f
10 changed files with 217 additions and 14 deletions
2
.snap-meteor-1.8/package-lock.json
generated
2
.snap-meteor-1.8/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.73.0",
|
||||
"version": "v3.74.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.73.0",
|
||||
"version": "v3.74.0",
|
||||
"description": "Open-Source kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
11
CHANGELOG.md
11
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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.73.0",
|
||||
"version": "v3.74.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v3.73.0",
|
||||
"version": "v3.74.0",
|
||||
"description": "Open-Source kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|||
<ul class="toc-list-h1">
|
||||
|
||||
<li>
|
||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.73">Wekan REST API v3.73</a>
|
||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.74">Wekan REST API v3.74</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|||
<div class="page-wrapper">
|
||||
<div class="dark-box"></div>
|
||||
<div class="content">
|
||||
<h1 id="wekan-rest-api">Wekan REST API v3.73</h1>
|
||||
<h1 id="wekan-rest-api">Wekan REST API v3.74</h1>
|
||||
<blockquote>
|
||||
<p>Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.</p>
|
||||
</blockquote>
|
||||
|
@ -3287,7 +3287,21 @@ System.out.println(response.toString());
|
|||
<span class="hljs-attr">"description"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"subtasksDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"subtasksDefaultListId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"dateSettingsDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"dateSettingsDefaultListId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"allowsSubtasks"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsAttachments"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsChecklists"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsComments"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsLabels"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsAssignee"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsMembers"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsRequestedBy"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsAssignedBy"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsReceivedDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsStartDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsEndDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsDueDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"presentParentTask"</span>: <span class="hljs-string">"prefix-with-full-path"</span>,
|
||||
<span class="hljs-attr">"startAt"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"dueAt"</span>: <span class="hljs-string">"string"</span>,
|
||||
|
@ -13636,7 +13650,21 @@ UserSecurity
|
|||
<span class="hljs-attr">"description"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"subtasksDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"subtasksDefaultListId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"dateSettingsDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"dateSettingsDefaultListId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"allowsSubtasks"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsAttachments"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsChecklists"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsComments"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsLabels"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsAssignee"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsMembers"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsRequestedBy"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsAssignedBy"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsReceivedDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsStartDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsEndDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"allowsDueDate"</span>: <span class="hljs-literal">true</span>,
|
||||
<span class="hljs-attr">"presentParentTask"</span>: <span class="hljs-string">"prefix-with-full-path"</span>,
|
||||
<span class="hljs-attr">"startAt"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"dueAt"</span>: <span class="hljs-string">"string"</span>,
|
||||
|
@ -13752,6 +13780,20 @@ UserSecurity
|
|||
<td>The default List ID assigned to subtasks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dateSettingsDefaultBoardId</td>
|
||||
<td>string|null</td>
|
||||
<td>false</td>
|
||||
<td>none</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dateSettingsDefaultListId</td>
|
||||
<td>string|null</td>
|
||||
<td>false</td>
|
||||
<td>none</td>
|
||||
<td>none</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsSubtasks</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
|
@ -13759,6 +13801,90 @@ UserSecurity
|
|||
<td>Does the board allows subtasks?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsAttachments</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows attachments?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsChecklists</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows checklists?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsComments</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows comments?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsLabels</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows labels?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsAssignee</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows assignee?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsMembers</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows members?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsRequestedBy</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows requested by?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsAssignedBy</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows requested by?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsReceivedDate</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows received date?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsStartDate</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows start date?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsEndDate</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows end date?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowsDueDate</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Does the board allows due date?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>presentParentTask</td>
|
||||
<td>string|null</td>
|
||||
<td>false</td>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue