Parcourir la source

Merge branch 'edge' into meteor-1.8

Lauri Ojansivu il y a 6 ans
Parent
commit
a84c8f518b
5 fichiers modifiés avec 15 ajouts et 6 suppressions
  1. 9 0
      CHANGELOG.md
  2. 1 1
      Stackerfile.yml
  3. 2 2
      client/components/sidebar/sidebar.jade
  4. 1 1
      package.json
  5. 2 2
      sandstorm-pkgdef.capnp

+ 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
 # v2.82 2019-06-14 Wekan release
 
 
 This release fixes the following bugs:
 This release fixes the following bugs:

+ 1 - 1
Stackerfile.yml

@@ -1,5 +1,5 @@
 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.82.0"
+appVersion: "v2.83.0"
 files:
 files:
   userUploads:
   userUploads:
     - README.md
     - README.md

+ 2 - 2
client/components/sidebar/sidebar.jade

@@ -10,8 +10,8 @@ template(name="sidebar")
           i.fa.fa-keyboard-o
           i.fa.fa-keyboard-o
           span {{_ 'keyboard-shortcuts' }}
           span {{_ 'keyboard-shortcuts' }}
       .sidebar-content.js-board-sidebar-content.js-perfect-scrollbar
       .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
         unless isDefaultView
           h2
           h2
             a.fa.fa-chevron-left.js-back-home
             a.fa.fa-chevron-left.js-back-home

+ 1 - 1
package.json

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

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
     # The name of the app as it is displayed to the user.
 
 
-    appVersion = 284,
+    appVersion = 285,
     # Increment this for every release.
     # 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.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,