2
0
Эх сурвалжийг харах

Merge branch 'edge' into meteor-1.8

Lauri Ojansivu 6 жил өмнө
parent
commit
a84c8f518b

+ 9 - 0
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:

+ 1 - 1
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

+ 2 - 2
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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v2.82.0",
+  "version": "v2.83.0",
   "description": "Open-Source kanban",
   "private": true,
   "scripts": {

+ 2 - 2
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,