This commit is contained in:
Lauri Ojansivu 2020-06-17 21:59:54 +03:00
parent b11ae567c9
commit 0ff1e63a5d
7 changed files with 1704 additions and 385 deletions

View file

@ -1,10 +1,15 @@
# Upcoming Wekan release
# v4.16 2020-06-17 Wekan release
This release adds the following features:
- [Add find-replace.sh script for development](https://github.com/wekan/wekan/commit/bda49ed60947e0438206b2f55119f5c5c132c734).
Thanks to xet7.
and adds the following updates:
- [Upgrade to Node 12.18.1](https://github.com/wekan/wekan/commit/b11ae567c9b2d16a115ea4f3f7f88e67d076f326).
Thanks to Node developers and xet7.
and fixes the following bugs:
- [OpenAPI: Fix jsdoc/operation matching](https://github.com/wekan/wekan/pull/3171).

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v4.15.0"
appVersion: "v4.16.0"
files:
userUploads:
- README.md

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v4.15.0",
"version": "v4.16.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v4.15.0",
"version": "v4.16.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 415,
appVersion = 416,
# Increment this for every release.
appMarketingVersion = (defaultText = "4.15.0~2020-06-16"),
appMarketingVersion = (defaultText = "4.16.0~2020-06-17"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,