summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-21 23:03:09 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-21 23:03:09 +0200
commit3565437728b17d7333189539b95cbf1839adbc6e (patch)
tree12630e9e27dd3617fe03cfb367de8cdab605ff05
parent15ba98281049b9b07b0b28d5f2df923e58ed2693 (diff)
downloadwekan-3565437728b17d7333189539b95cbf1839adbc6e.tar.gz
wekan-3565437728b17d7333189539b95cbf1839adbc6e.tar.bz2
wekan-3565437728b17d7333189539b95cbf1839adbc6e.zip
v3.56v3.56
-rw-r--r--CHANGELOG.md18
-rw-r--r--Stackerfile.yml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
-rw-r--r--public/api/wekan.html4
-rw-r--r--public/api/wekan.yml2
-rw-r--r--sandstorm-pkgdef.capnp4
7 files changed, 17 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ad17a46..b34b69ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v3.56 2019-11-21 Wekan release
This release adds the following updates:
@@ -6,10 +6,16 @@ This release adds the following updates:
Thanks to xet7.
- [Fix lint errors and update travis NPM version](https://github.com/wekan/wekan/commit/b0f345ba21830b033c9edcc8ee5252b280111ae7).
Thanks to xet7.
+- [Change base image to rolling, that is currently Ubuntu eoan
+ version](https://github.com/wekan/wekan/commit/c66cc3d4dadb15b669256530cfda89359cdb9340).
+ Thanks to xet7.
+- [It seems Ubuntu eoan package bsdtar has been renamed to
+ libarchive-tools](https://github.com/wekan/wekan/commit/c60967e935bdc0e7e9aea0a1c23178aee8a73c29).
+ Thanks to xet7.
and fixes the following bugs:
-- Fix slow scroll on card detail by setting scrollInertia to 0](https://github.com/wekan/wekan/commit/599ace1db7918df41d9708d14b0351acb0f8688e).
+- [Fix slow scroll on card detail by setting scrollInertia to 0](https://github.com/wekan/wekan/commit/599ace1db7918df41d9708d14b0351acb0f8688e).
Thanks to cafeoh.
- [Fix lint errors](https://github.com/wekan/wekan/commit/788dd0a81a06efee165007a92780f9e8c2c754ac).
Thanks to xet7.
@@ -17,14 +23,8 @@ and fixes the following bugs:
Thanks to xet7.
- [Try to fix lint errors](https://github.com/wekan/wekan/commit/58e505f79a0617011576bdded9427b0d448d6107).
Thanks to xet7.
-- [Add to snap Snap MongoDB logging option --quiet](https://github.com/wekan/wekan/commit/c7ded515022fff2c1167ce8938405a846185a710).
+- [Add to Snap MongoDB logging option --quiet](https://github.com/wekan/wekan/commit/c7ded515022fff2c1167ce8938405a846185a710).
Thanks to fmeehan and xet7.
-- [Change base image to rolling, that is currently Ubuntu eoan
- version](https://github.com/wekan/wekan/commit/c66cc3d4dadb15b669256530cfda89359cdb9340).
- Thanks to xet7.
-- [It seems Ubuntu eoan package bsdtar has been renamed to
- libarchive-tools](https://github.com/wekan/wekan/commit/c60967e935bdc0e7e9aea0a1c23178aee8a73c29).
- Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 77c6c328..83ee3def 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v3.55.0"
+appVersion: "v3.56.0"
files:
userUploads:
- README.md
diff --git a/package-lock.json b/package-lock.json
index 2125bdc2..d97828ae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.55.0",
+ "version": "v3.56.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a9dfb5bd..501928cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.55.0",
+ "version": "v3.56.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/public/api/wekan.html b/public/api/wekan.html
index a746228f..140e3693 100644
--- a/public/api/wekan.html
+++ b/public/api/wekan.html
@@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<ul class="toc-list-h1">
<li>
- <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.55">Wekan REST API v3.55</a>
+ <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.56">Wekan REST API v3.56</a>
</li>
@@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
- <h1 id="wekan-rest-api">Wekan REST API v3.55</h1>
+ <h1 id="wekan-rest-api">Wekan REST API v3.56</h1>
<blockquote>
<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>
</blockquote>
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 08463950..dac0c690 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v3.55
+ version: v3.56
description: |
The REST API allows you to control and extend Wekan with ease.
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index f4bc9612..2f9a0020 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 357,
+ appVersion = 358,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.55.0~2019-11-19"),
+ appMarketingVersion = (defaultText = "3.56.0~2019-11-21"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,