Lauri Ojansivu 6 سال پیش
والد
کامیت
769b1b8110
3فایلهای تغییر یافته به همراه13 افزوده شده و 4 حذف شده
  1. 10 1
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 10 - 1
CHANGELOG.md

@@ -1,6 +1,15 @@
+# v1.53.9 2018-10-11 Wekan Edge release
+
+This release adds the following new features:
+
+- docker-compose.yml in this Edge branch now works with Wekan Edge + Meteor 1.8.1-beta.0 + MongoDB 4.0.3;
+- [Snap is still broken](https://forum.snapcraft.io/t/how-to-connect-to-localhost-mongodb-in-snap-apparmor-prevents/7793/2). Please use latest Snap release on Edge branch, until this is fixed.
+
+Thanks to GitHub user xet7 for contributions.
+
 # v1.53.8 2018-10-10 Wekan Edge release
 
-This release tries to fix the followin bugs:
+This release tries to fix the following bugs:
 
 - Try to fix Docker.
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v1.53.8",
+  "version": "v1.53.9",
   "description": "The 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 = 152,
+    appVersion = 153,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "1.53.8~2018-10-10"),
+    appMarketingVersion = (defaultText = "1.53.9~2018-10-11"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,