summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-27 18:27:21 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-27 18:27:21 +0200
commit905ddafe41b2558bf2da182a11218237321f8613 (patch)
treeeb276913daee9123568e1eae868379ab6ede73fc
parent62a0e57f38cd9b3e39fd16b27304134c841d2c4a (diff)
downloadwekan-2.05.tar.gz
wekan-2.05.tar.bz2
wekan-2.05.zip
v2.05v2.05
-rw-r--r--CHANGELOG.md13
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 17 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 268803e3..92a8edf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# v2.05 2019-01-27 Wekan release
+
+This release fixes the following bugs partially:
+
+- Add back scrollbars that [were hidden when trying to fix another
+ bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb).
+ This makes scrollbars work in Chromium/Chrome, but adds back bug to Firefox
+ that cards are below of swimlane title.
+- [Try to have some progress on Wekan Sandstorm API](https://github.com/wekan/wekan/commit/be03a191c4321c2f80116c0ee1ae6c826d882535).
+ I did not get it fully working yet.
+
+Thanks to GitHub user xet7 for contributions.
+
# v2.04 2019-01-26 Wekan release
This release fixes the following bugs with Apache I-CLA, thanks to bentiss:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 6855581e..dd45e323 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.04.0"
+appVersion: "v2.05.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 192a4894..1024b346 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.04.0",
+ "version": "v2.05.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 0e269034..eaf011fe 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 = 206,
+ appVersion = 207,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.04.0~2019-01-26"),
+ appMarketingVersion = (defaultText = "2.05.0~2019-01-27"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,