This commit is contained in:
Lauri Ojansivu 2018-12-18 20:22:11 +02:00
parent 0ade4dbf00
commit 2fbcf7e9b6
4 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,13 @@
# v1.94 2018-12-18 Wekan version
This release adds the following new features:
- Admin Panel / Layout / Custom HTML after `<body>` start, and Custom HTML before `</body>` end.
In progress, does not work yet. Thanks to xet7.
- Add Bitnami Stacksmith. In progress test version, that does work, but is not released yet. Thanks to j-fuentes.
Thanks to above GitHub users for their contributions.
# v1.93 2018-12-16 Wekan release
This release adds the following new features:
@ -5,7 +15,7 @@ This release adds the following new features:
- In translations, only show name "Wekan" in Admin Panel Wekan version.
Elsewhere use general descriptions for whitelabeling.
Thanks to GitHub user xet7 for contributions.
Thanks to GitHub user xet7 and translators for their contributions.
# v1.92 2018-12-16 Wekan release

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v1.93.0",
"version": "v1.94.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

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 = 195,
appVersion = 196,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.93.0~2018-12-16"),
appMarketingVersion = (defaultText = "1.94.0~2018-12-18"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,