summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-17 21:58:38 +0300
committerLauri Ojansivu <x@xet7.org>2019-06-17 21:58:38 +0300
commita84c8f518baa5981b5811fa8048cc9fdc870a6cb (patch)
tree2da24c2ebfb010c993280acfe497a62de1105dc4
parent60a9b4b93471dc90c9a15b6e22da6afff3a9d863 (diff)
parent98c6ea467a83d501bed8d92dd5e2d9da6281895d (diff)
downloadwekan-a84c8f518baa5981b5811fa8048cc9fdc870a6cb.tar.gz
wekan-a84c8f518baa5981b5811fa8048cc9fdc870a6cb.tar.bz2
wekan-a84c8f518baa5981b5811fa8048cc9fdc870a6cb.zip
Merge branch 'edge' into meteor-1.8
-rw-r--r--CHANGELOG.md9
-rw-r--r--Stackerfile.yml2
-rw-r--r--client/components/sidebar/sidebar.jade4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
5 files changed, 15 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72d08790..872d3719 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# v2.83 2019-06-17 Wekan release
+
+This release fixes the following bugs:
+
+- [Fix Bug: Unable to click board submenu on mobile](https://github.com/wekan/wekan/commit/7ff6f24a90374ae95edbb87b37e0c235e7aee434).
+ Thanks to xet7.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v2.82 2019-06-14 Wekan release
This release fixes the following bugs:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 69807fb4..4d43fa4f 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.82.0"
+appVersion: "v2.83.0"
files:
userUploads:
- README.md
diff --git a/client/components/sidebar/sidebar.jade b/client/components/sidebar/sidebar.jade
index 8abd6a68..10081a81 100644
--- a/client/components/sidebar/sidebar.jade
+++ b/client/components/sidebar/sidebar.jade
@@ -10,8 +10,8 @@ template(name="sidebar")
i.fa.fa-keyboard-o
span {{_ 'keyboard-shortcuts' }}
.sidebar-content.js-board-sidebar-content.js-perfect-scrollbar
- a.hide-btn.js-hide-sidebar
- i.fa.fa-navicon
+ //a.hide-btn.js-hide-sidebar
+ // i.fa.fa-navicon
unless isDefaultView
h2
a.fa.fa-chevron-left.js-back-home
diff --git a/package.json b/package.json
index 3ef17ba6..e65f4faf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.82.0",
+ "version": "v2.83.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 8e7c3b12..f3f51d1d 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 = 284,
+ appVersion = 285,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.82.0~2019-06-14"),
+ appMarketingVersion = (defaultText = "2.83.0~2019-06-17"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,