mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
v5.35
This commit is contained in:
parent
f80fcfd7c0
commit
c437c2048d
8 changed files with 34 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[Mac ChangeLog](https://github.com/wekan/wekan/wiki/Mac)
|
[Mac ChangeLog](https://github.com/wekan/wekan/wiki/Mac)
|
||||||
|
|
||||||
# Upcoming Wekan release
|
# v5.35 2021-06-14 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@ This release adds the following new features:
|
||||||
[Part 1](https://github.com/wekan/wekan/commit/8c572502436a2eb22bd1eb1e4069c1c9145e2070),
|
[Part 1](https://github.com/wekan/wekan/commit/8c572502436a2eb22bd1eb1e4069c1c9145e2070),
|
||||||
[Part 2](https://github.com/wekan/wekan/pull/3863).
|
[Part 2](https://github.com/wekan/wekan/pull/3863).
|
||||||
Thanks to mfilser and xet7.
|
Thanks to mfilser and xet7.
|
||||||
- Export Card to PDF. In Progress.
|
- Export Card to PDF. In Progress, does not work yet.
|
||||||
[Part 1](https://github.com/wekan/wekan/commit/a2f2ce11354a8dbfdd6759e3b65797e4be4cc6ec),
|
[Part 1](https://github.com/wekan/wekan/commit/a2f2ce11354a8dbfdd6759e3b65797e4be4cc6ec),
|
||||||
[Part 2](https://github.com/wekan/wekan/commit/17acf1884850d8d95ae79493289adf18966df652).
|
[Part 2](https://github.com/wekan/wekan/commit/17acf1884850d8d95ae79493289adf18966df652).
|
||||||
Thanks to xet7.
|
Thanks to xet7.
|
||||||
|
|
@ -30,6 +30,11 @@ and adds the following improvements:
|
||||||
- [Add border and update label colors for better visibility](https://github.com/wekan/wekan/commit/2e1eb1e224c83f16a384316626d7a4183639d4cd).
|
- [Add border and update label colors for better visibility](https://github.com/wekan/wekan/commit/2e1eb1e224c83f16a384316626d7a4183639d4cd).
|
||||||
Thanks to xet7.
|
Thanks to xet7.
|
||||||
|
|
||||||
|
and adds the following updates:
|
||||||
|
|
||||||
|
- [Updated dependencies](https://github.com/wekan/wekan/commit/f80fcfd7c0a83f4181c7a0b8beb52da9ba1446d3).
|
||||||
|
Thanks to developers of dependencies.
|
||||||
|
|
||||||
and fixes the following bugs:
|
and fixes the following bugs:
|
||||||
|
|
||||||
- [Manual sort number 0 accepted](https://github.com/wekan/wekan/pull/3861).
|
- [Manual sort number 0 accepted](https://github.com/wekan/wekan/pull/3861).
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
||||||
appVersion: "v5.34.0"
|
appVersion: "v5.35.0"
|
||||||
files:
|
files:
|
||||||
userUploads:
|
userUploads:
|
||||||
- README.md
|
- README.md
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v5.34.0",
|
"version": "v5.35.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v5.34.0",
|
"version": "v5.35.0",
|
||||||
"description": "Open-Source kanban",
|
"description": "Open-Source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<title>Wekan REST API v5.34</title>
|
<title>Wekan REST API v5.35</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -1553,7 +1553,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
||||||
<ul class="toc-list-h1">
|
<ul class="toc-list-h1">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v5.34">Wekan REST API v5.34</a>
|
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v5.35">Wekan REST API v5.35</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
@ -2116,7 +2116,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
<div class="dark-box"></div>
|
<div class="dark-box"></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 id="wekan-rest-api">Wekan REST API v5.34</h1>
|
<h1 id="wekan-rest-api">Wekan REST API v5.35</h1>
|
||||||
<blockquote>
|
<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>
|
<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>
|
</blockquote>
|
||||||
|
|
@ -16000,6 +16000,7 @@ System.out.println(response.toString());
|
||||||
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
||||||
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
||||||
|
<span class="hljs-attr">"cardMaximized"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
||||||
|
|
@ -16752,6 +16753,7 @@ System.out.println(response.toString());
|
||||||
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
||||||
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
||||||
|
<span class="hljs-attr">"cardMaximized"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
||||||
|
|
@ -20783,6 +20785,7 @@ UserSecurity
|
||||||
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
||||||
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
||||||
|
<span class="hljs-attr">"cardMaximized"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
||||||
|
|
@ -20957,6 +20960,7 @@ UserSecurity
|
||||||
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"fullname"</span>: <span class="hljs-string">"string"</span>,
|
||||||
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"showDesktopDragHandles"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hideCheckedItems"</span>: <span class="hljs-literal">true</span>,
|
||||||
|
<span class="hljs-attr">"cardMaximized"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenSystemMessages"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"hiddenMinicardLabelText"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
<span class="hljs-attr">"initials"</span>: <span class="hljs-string">"string"</span>,
|
||||||
|
|
@ -21023,7 +21027,7 @@ UserSecurity
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
<td>false</td>
|
<td>false</td>
|
||||||
<td>none</td>
|
<td>none</td>
|
||||||
<td>does the user want to hide system messages?</td>
|
<td>does the user want to show desktop drag handles?</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>hideCheckedItems</td>
|
<td>hideCheckedItems</td>
|
||||||
|
|
@ -21033,6 +21037,13 @@ UserSecurity
|
||||||
<td>does the user want to hide checked checklist items?</td>
|
<td>does the user want to hide checked checklist items?</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>cardMaximized</td>
|
||||||
|
<td>boolean</td>
|
||||||
|
<td>false</td>
|
||||||
|
<td>none</td>
|
||||||
|
<td>has user clicked maximize card?</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td>hiddenSystemMessages</td>
|
<td>hiddenSystemMessages</td>
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
<td>false</td>
|
<td>false</td>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
swagger: '2.0'
|
swagger: '2.0'
|
||||||
info:
|
info:
|
||||||
title: Wekan REST API
|
title: Wekan REST API
|
||||||
version: v5.34
|
version: v5.35
|
||||||
description: |
|
description: |
|
||||||
The REST API allows you to control and extend Wekan with ease.
|
The REST API allows you to control and extend Wekan with ease.
|
||||||
|
|
||||||
|
|
@ -3841,12 +3841,16 @@ definitions:
|
||||||
type: string
|
type: string
|
||||||
showDesktopDragHandles:
|
showDesktopDragHandles:
|
||||||
description: |
|
description: |
|
||||||
does the user want to hide system messages?
|
does the user want to show desktop drag handles?
|
||||||
type: boolean
|
type: boolean
|
||||||
hideCheckedItems:
|
hideCheckedItems:
|
||||||
description: |
|
description: |
|
||||||
does the user want to hide checked checklist items?
|
does the user want to hide checked checklist items?
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cardMaximized:
|
||||||
|
description: |
|
||||||
|
has user clicked maximize card?
|
||||||
|
type: boolean
|
||||||
hiddenSystemMessages:
|
hiddenSystemMessages:
|
||||||
description: |
|
description: |
|
||||||
does the user want to hide system messages?
|
does the user want to hide system messages?
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 534,
|
appVersion = 535,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "5.34.0~2021-06-11"),
|
appMarketingVersion = (defaultText = "5.35.0~2021-06-14"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: wekan
|
name: wekan
|
||||||
version: '5.34'
|
version: '5.35'
|
||||||
summary: The open-source kanban
|
summary: The open-source kanban
|
||||||
description: |
|
description: |
|
||||||
Wekan is an open-source and collaborative kanban board application.
|
Wekan is an open-source and collaborative kanban board application.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue