Skip to content

Commit a825b2f

Browse files
committed
v6.18
1 parent 12448ab commit a825b2f

File tree

10 files changed

+21
-14
lines changed

10 files changed

+21
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Mac ChangeLog](https://github.com/wekan/wekan/wiki/Mac)
22

3-
# Upcoming WeKan ® release
3+
# v6.18 2022-04-08 WeKan ® release
44

55
This release adds the following new features:
66

@@ -13,7 +13,9 @@ and fixes the following bugs:
1313

1414
- [Fix Card Description on dark theme is too dark](https://github.com/wekan/wekan/pull/4466).
1515
Thanks to TheExo.
16-
- [Removed browser contect policy so that attachments would be visible](https://github.com/wekan/wekan/commit/8a39a52d5d4d151dd90604091e35e51b6744e599).
16+
- Removed browser contect policy so that attachments would be visible.
17+
[Part 1](https://github.com/wekan/wekan/commit/8a39a52d5d4d151dd90604091e35e51b6744e599),
18+
[Part 2](https://github.com/wekan/wekan/commit/12448ab473c08a2c3c873d7ffa2b78e7630dc87a).
1719
Thanks to xet7.
1820

1921
Thanks to above GitHub users for their contributions and translators for their translations.

Stackerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
2-
appVersion: "v6.17.0"
2+
appVersion: "v6.18.0"
33
files:
44
userUploads:
55
- README.md

helm/wekan/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "6.17"
2+
appVersion: "6.18"
33
dependencies:
44
- condition: mongodb.enabled
55
name: mongodb

helm/wekan/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serviceAccounts:
1414
##
1515
image:
1616
repository: quay.io/wekan/wekan
17-
tag: v6.17
17+
tag: v6.18
1818
pullPolicy: IfNotPresent
1919

2020
## Configuration for wekan component

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wekan",
3-
"version": "v6.17.0",
3+
"version": "v6.18.0",
44
"description": "Open-Source kanban",
55
"private": true,
66
"repository": {

public/api/wekan.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="utf-8">
88
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
99
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
10-
<title>Wekan REST API v6.17</title>
10+
<title>Wekan REST API v6.18</title>
1111

1212
<style>
1313
</style>
@@ -1558,7 +1558,7 @@
15581558
<ul class="toc-list-h1">
15591559

15601560
<li>
1561-
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v6.17">Wekan REST API v6.17</a>
1561+
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v6.18">Wekan REST API v6.18</a>
15621562

15631563
</li>
15641564

@@ -2156,7 +2156,7 @@
21562156
<div class="page-wrapper">
21572157
<div class="dark-box"></div>
21582158
<div class="content">
2159-
<h1 id="wekan-rest-api">Wekan REST API v6.17</h1>
2159+
<h1 id="wekan-rest-api">Wekan REST API v6.18</h1>
21602160
<blockquote>
21612161
<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>
21622162
</blockquote>
@@ -19325,6 +19325,10 @@ <h4 id="enumerated-values">Enumerated Values</h4>
1932519325
<td>moderndark</td>
1932619326
</tr>
1932719327
<tr>
19328+
<td>color</td>
19329+
<td>exodark</td>
19330+
</tr>
19331+
<tr>
1932819332
<td>presentParentTask</td>
1932919333
<td>prefix-with-full-path</td>
1933019334
</tr>

public/api/wekan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: '2.0'
22
info:
33
title: Wekan REST API
4-
version: v6.17
4+
version: v6.18
55
description: |
66
The REST API allows you to control and extend Wekan with ease.
77
@@ -2795,6 +2795,7 @@ definitions:
27952795
- natural
27962796
- modern
27972797
- moderndark
2798+
- exodark
27982799
description:
27992800
description: |
28002801
The description of the board

sandstorm-pkgdef.capnp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
2222
appTitle = (defaultText = "Wekan"),
2323
# The name of the app as it is displayed to the user.
2424

25-
appVersion = 617,
25+
appVersion = 618,
2626
# Increment this for every release.
2727

28-
appMarketingVersion = (defaultText = "6.17.0~2022-04-06"),
28+
appMarketingVersion = (defaultText = "6.18.0~2022-04-08"),
2929
# Human-readable presentation of the app version.
3030

3131
minUpgradableAppVersion = 0,

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wekan
2-
version: '6.17'
2+
version: '6.18'
33
summary: Open Source kanban
44
description: |
55
WeKan ® is an Open Source and collaborative kanban board application.

0 commit comments

Comments
 (0)