This commit is contained in:
Lauri Ojansivu 2021-03-07 18:06:27 +02:00
parent 0bb3b67075
commit ff4f5e6c04
7 changed files with 188 additions and 19615 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release
# v5.04 2021-03-07 Wekan release
This release adds the following speed improvements:
@ -12,6 +12,9 @@ and adds the following new features:
Thanks to chrisi51.
- [Add custom field editing to the REST API](https://github.com/wekan/wekan/pull/3593).
Thanks to dudeofawesome.
- [Related to custom field editing, Fixed generating API docs and Wekan Custom Fields
REST API](https://github.com/wekan/wekan/commit/0bb3b670753c6ba20b0ad63f63d273036f609ee5).
Thanks to xet7.
and adds back the following platforms:

View file

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

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v5.03.0",
"version": "v5.04.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v5.03.0",
"version": "v5.04.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

File diff suppressed because one or more lines are too long

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 = 503,
appVersion = 504,
# Increment this for every release.
appMarketingVersion = (defaultText = "5.03.0~2021-03-03"),
appMarketingVersion = (defaultText = "5.04.0~2021-03-07"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,