Skip to content

Commit 1696bd6

Browse files
committed
v4.00
1 parent 63ad79a commit 1696bd6

File tree

7 files changed

+18
-8
lines changed

7 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v4.00 2020-04-27 Wekan release
2+
3+
This release fixes the following bugs:
4+
5+
- [Make sure that the board header buttons fit into one line even for devices with 360px width
6+
resolution](https://github.com/wekan/wekan/pull/3052).
7+
Thanks to marc1006.
8+
9+
Thanks to above GitHub users for their contributions and translators for their translations.
10+
111
# v3.99 2020-04-27 Wekan release
212

313
This release fixes the following bugs:

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: "v3.99.0"
2+
appVersion: "v4.00.0"
33
files:
44
userUploads:
55
- README.md

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": "v3.99.0",
3+
"version": "v4.00.0",
44
"description": "Open-Source kanban",
55
"private": true,
66
"scripts": {

public/api/wekan.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@
15241524
<ul class="toc-list-h1">
15251525

15261526
<li>
1527-
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.99">Wekan REST API v3.99</a>
1527+
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v4.00">Wekan REST API v4.00</a>
15281528

15291529
</li>
15301530

@@ -1904,7 +1904,7 @@
19041904
<div class="page-wrapper">
19051905
<div class="dark-box"></div>
19061906
<div class="content">
1907-
<h1 id="wekan-rest-api">Wekan REST API v3.99</h1>
1907+
<h1 id="wekan-rest-api">Wekan REST API v4.00</h1>
19081908
<blockquote>
19091909
<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>
19101910
</blockquote>

public/api/wekan.yml

Lines changed: 1 addition & 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: v3.99
4+
version: v4.00
55
description: |
66
The REST API allows you to control and extend Wekan with ease.
77

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 = 399,
25+
appVersion = 400,
2626
# Increment this for every release.
2727

28-
appMarketingVersion = (defaultText = "3.99.0~2020-04-27"),
28+
appMarketingVersion = (defaultText = "4.00.0~2020-04-27"),
2929
# Human-readable presentation of the app version.
3030

3131
minUpgradableAppVersion = 0,

0 commit comments

Comments
 (0)