Browse Source

v0.85

And:
- Use curl to download 100% CPU fibers fixed node in snap
- Remove paxctl from snap package

Thanks to xet7 !
Lauri Ojansivu 7 years ago
parent
commit
bbfacc06e3
3 changed files with 7 additions and 5 deletions
  1. 4 2
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 4 - 2
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.85 2018-04-18 Wekan release
 
 
 This release fixes the following bugs:
 This release fixes the following bugs:
 
 
@@ -6,7 +6,9 @@ This release fixes the following bugs:
 - [Fix Wekan logo positioning](https://github.com/wekan/wekan/issues/1378);
 - [Fix Wekan logo positioning](https://github.com/wekan/wekan/issues/1378);
 - [Fix checklists items migration error "title is required"](https://github.com/wekan/wekan/issues/1576);
 - [Fix checklists items migration error "title is required"](https://github.com/wekan/wekan/issues/1576);
 - [Removed paxctl alpine fix #1303 , because it did not work anymore, so Docker container
 - [Removed paxctl alpine fix #1303 , because it did not work anymore, so Docker container
-   did not build correctly](https://github.com/wekan/wekan/commit/ce659632174ba25ca9b5e85b053fde02fd9c3928).
+   did not build correctly](https://github.com/wekan/wekan/commit/ce659632174ba25ca9b5e85b053fde02fd9c3928);
+- [Use curl to download 100% CPU fibers fixed node in snap, and remove paxctl from
+   snap package](https://github.com/wekan/wekan/commit/179ff7a12457be1592f04e1bdc15a5bb4fe9d398).
 
 
 Thanks to GitHub users andresmanelli, iwkse and xet7 for their contributions.
 Thanks to GitHub users andresmanelli, iwkse and xet7 for their contributions.
 
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "0.84.0",
+  "version": "0.85.0",
   "description": "The open-source Trello-like kanban",
   "description": "The open-source Trello-like 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 = 69,
+    appVersion = 70,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "0.84.0~2018-04-16"),
+    appMarketingVersion = (defaultText = "0.85.0~2018-04-18"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,