summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-28 02:58:02 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-28 02:58:02 +0200
commit4d37e1d6406491ec74594c0c7094ccdd554fc55e (patch)
treef91676f4b880aa0e64de7cbc510d2fd240f6a96d
parent74cf9e2573ed3821adc3230aa419febfb5275e07 (diff)
downloadwekan-2.07.tar.gz
wekan-2.07.tar.bz2
wekan-2.07.zip
v2.07v2.07
-rw-r--r--CHANGELOG.md8
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5df9a9f4..d34730a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# v2.07 2019-01-28 Wekan release
+
+This release fixes the following bugs:
+
+- [Fix Firefox left-rigth scrollbar](https://github.com/wekan/wekan/issues/2137).
+
+Thanks to GitHub user xet7 for contributions.
+
# v2.06 2019-01-27 Wekan release
This release fixes the following bugs:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index b2b384df..bdbff8c4 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.06.0"
+appVersion: "v2.07.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 3bab8c05..a7426f5e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.06.0",
+ "version": "v2.07.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index af97477c..e1fa9363 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 = 208,
+ appVersion = 209,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.06.0~2019-01-27"),
+ appMarketingVersion = (defaultText = "2.07.0~2019-01-28"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,