summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-25 01:40:16 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-25 01:40:16 +0300
commitb50dd68030dffd678011aa035cbbeba6293a4350 (patch)
tree6e1b0d8a0f986d3cb663a75222b01281938fd855
parent95698911f92ca728dbaab69406fd09bcbf81339d (diff)
downloadwekan-b50dd68030dffd678011aa035cbbeba6293a4350.tar.gz
wekan-b50dd68030dffd678011aa035cbbeba6293a4350.tar.bz2
wekan-b50dd68030dffd678011aa035cbbeba6293a4350.zip
v3.00v3.00
-rw-r--r--CHANGELOG.md12
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 14 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b99aeb7e..2fb53298 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,11 @@
-# Upcoming Wekan release
+# v3.00 2019-07-25 Wekan release
+
+This release:
+
+- works with source, and docker-compose.yml at master branch.
+- Docker release uses Meteor 1.8.1 and MongoDB 4.0.10, so you need to backup your old MongoDB database and
+ restore with --noIndexRestore as described at https://github.com/wekan/wekan/wiki/Backup
+- Snap and Sandstorm builds are not fixed yet, see progress at https://github.com/wekan/wekan/issues/2533
This release adds the following new features:
@@ -18,7 +25,8 @@ and fixes the following bugs:
Thanks to xet7.
- [Many](https://github.com/wekan/wekan/pull/2546) [Snap](https://github.com/wekan/wekan/pull/2552) [fixes](https://github.com/wekan/wekan/pull/2553).
In Progress. Thanks to justrinr1234.
-- [Try to fix Dockerfile](https://github.com/wekan/wekan/commit/7df6f305c5cf41ac213623aeffaa7e48c981e0b6).
+- [Fixed Dockerfile](https://github.com/wekan/wekan/commit/7df6f305c5cf41ac213623aeffaa7e48c981e0b6) and
+ [docker-compose.yml](https://github.com/wekan/wekan/commit/95698911f92ca728dbaab69406fd09bcbf81339d).
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 5cc6b8ef..fc6c8033 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.99.0"
+appVersion: "v3.00.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index b41ccca9..0888775d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.99.0",
+ "version": "v3.00.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 0147ac4e..0ace215e 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 = 301,
+ appVersion = 302,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.99.0~2019-07-17"),
+ appMarketingVersion = (defaultText = "3.00.0~2019-07-27"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,