v1.49-edge-1

This commit is contained in:
Lauri Ojansivu 2018-09-17 19:05:15 +03:00
parent df4498f845
commit e4cf94606c
3 changed files with 28 additions and 3 deletions

View file

@ -1,3 +1,28 @@
# v1.49-edge-1 2018-09-17 Wekan release
This release adds the following new features:
- Change from Node v8.12.0 prerelease to use official Node v8.12.0.
Thanks to GitHub user xet7 for contributions.
# v1.49 2018-09-17 Wekan release
This release fixes the following bugs:
- Fix lint errors.
Thanks to GitHub user xet7 for contributions.
# v1.48 2018-09-17 Wekan release
This release removes the following new features:
- Remove IFTTT rules, until they are fixed.
- Remove OAuth2, until it is fixed.
Thanks to GitHub user xet7 for contributions.
# v1.47 2018-09-16 Wekan release
This release adds the following new features:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "1.47.0",
"version": "v1.49-edge-1",
"description": "The 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 = 132,
appVersion = 135,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.47.0~2018-09-16"),
appMarketingVersion = (defaultText = "1.49.0~2018-09-17-edge-1"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,