summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-03-01 21:44:38 +0200
committerLauri Ojansivu <x@xet7.org>2020-03-01 21:44:38 +0200
commit058180687a6ad9caafa0b31504c6345310f6d7ee (patch)
treef59c3edceea350508f64bb19cb7b6c2584bb4bbe
parent897506eeac2cf9f71f9c293f0a7ee055d8caa095 (diff)
downloadwekan-058180687a6ad9caafa0b31504c6345310f6d7ee.tar.gz
wekan-058180687a6ad9caafa0b31504c6345310f6d7ee.tar.bz2
wekan-058180687a6ad9caafa0b31504c6345310f6d7ee.zip
v3.82v3.82
-rw-r--r--.snap-meteor-1.8/package-lock.json2
-rw-r--r--.snap-meteor-1.8/package.json2
-rw-r--r--CHANGELOG.md11
-rw-r--r--Stackerfile.yml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
-rw-r--r--public/api/wekan.html4
-rw-r--r--public/api/wekan.yml2
-rwxr-xr-xreleases/rebuild-release.sh3
-rw-r--r--sandstorm-pkgdef.capnp4
10 files changed, 23 insertions, 11 deletions
diff --git a/.snap-meteor-1.8/package-lock.json b/.snap-meteor-1.8/package-lock.json
index 8682fb2d..f35861ad 100644
--- a/.snap-meteor-1.8/package-lock.json
+++ b/.snap-meteor-1.8/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.81.0",
+ "version": "v3.82.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/.snap-meteor-1.8/package.json b/.snap-meteor-1.8/package.json
index ae1c0ea5..fb2f50c2 100644
--- a/.snap-meteor-1.8/package.json
+++ b/.snap-meteor-1.8/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.81.0",
+ "version": "v3.82.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5cc9245..18ac7ebc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# v3.82 2020-03-01 Wekan release
+
+This release reverts the following changes:
+
+- Revert change made at Wekan v3.81, because building did not work: [Try to make Meteor build time shorter
+ by excluding legacy and cordova. This was made possible by
+ Meteor 1.10-rc.2](https://github.com/wekan/wekan/commit/0d3002f69d97e646fa7368bfdade4f78c51e9884).
+ Thanks to xet7.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v3.81 2020-03-01 Wekan release
This release [fixes](https://github.com/wekan/wekan/commit/aac7c380c8c389b0683b2bd64e2cc856993f0e30) the following CRITICAL SECURITY VULNERABILITIES and other bugs:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 80d3733d..9b9c7854 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v3.81.0"
+appVersion: "v3.82.0"
files:
userUploads:
- README.md
diff --git a/package-lock.json b/package-lock.json
index d141fbc7..77698657 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.81.0",
+ "version": "v3.82.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e771e0dc..4d0cce42 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.81.0",
+ "version": "v3.82.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/public/api/wekan.html b/public/api/wekan.html
index e50da96d..b508f6ad 100644
--- a/public/api/wekan.html
+++ b/public/api/wekan.html
@@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<ul class="toc-list-h1">
<li>
- <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.81">Wekan REST API v3.81</a>
+ <a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.82">Wekan REST API v3.82</a>
</li>
@@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
- <h1 id="wekan-rest-api">Wekan REST API v3.81</h1>
+ <h1 id="wekan-rest-api">Wekan REST API v3.82</h1>
<blockquote>
<p>Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.</p>
</blockquote>
diff --git a/public/api/wekan.yml b/public/api/wekan.yml
index 9ef85b51..7b7588b1 100644
--- a/public/api/wekan.yml
+++ b/public/api/wekan.yml
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
- version: v3.81
+ version: v3.82
description: |
The REST API allows you to control and extend Wekan with ease.
diff --git a/releases/rebuild-release.sh b/releases/rebuild-release.sh
index a9619b06..c8864c1b 100755
--- a/releases/rebuild-release.sh
+++ b/releases/rebuild-release.sh
@@ -9,7 +9,8 @@ sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor
rm -rf node_modules
meteor npm install
rm -rf .build
-meteor build .build --directory --exclude-archs web.browser.legacy,web.cordova
+meteor build .build --directory
+# --exclude-archs web.browser.legacy,web.cordova
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
cd .build/bundle/programs/server
rm -rf node_modules
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 882468d0..77d12e37 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 = 381,
+ appVersion = 382,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.81.0~2020-03-01"),
+ appMarketingVersion = (defaultText = "3.82.0~2020-03-01"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,