summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-04 12:17:05 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-04 12:17:05 +0200
commitff65b37336689afa87f1e1dcf0cea8a5cd60311f (patch)
tree835b75aa3334e838e18b807dd847f7cf0b5a209c
parent3f698ca0125f578ba2a5ef20f953bd50c0fc035d (diff)
downloadwekan-1.99.tar.gz
wekan-1.99.tar.bz2
wekan-1.99.zip
v1.99v1.99
-rw-r--r--CHANGELOG.md17
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 19 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e59520e2..e62c49a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# v1.99 2019-01-04 Wekan release
+
+This release adds the following new features:
+
+- [IFTTT Rules improvements](https://github.com/wekan/wekan/pull/2088). Thanks to Angtrim.
+- Add [find.sh](https://github.com/wekan/wekan/blob/devel/find.sh) bash script that ignores
+ extra directories when searching. xet7 uses this a lot when developing. Thanks to xet7.
+
+Thanks to above GitHub users for their contributions.
+
# v1.98 2019-01-01 Wekan release
This release adds the following new features:
@@ -32,8 +42,9 @@ This release adds the following new features:
and tries to fix following bugs:
-- Revert "Improve authentication" and "Default Authentication Method"
- to make login work again.
+- Revert "Improve authentication", remove login dropdown and "Default Authentication Method" that were added
+ in Wekan v1.95 because login did not work with email address.
+ It was later found that login did work with username, so later this could be fixed and added back.
- Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work.
Most likely Meteor 1.8.x version is still broken.
@@ -46,6 +57,8 @@ This release adds the following new features:
- [Improve authentication](https://github.com/wekan/wekan/pull/2065): remove login dropdown,
and add setting `DEFAULT_AUTHENTICATION_METHOD=ldap` or
`sudo snap set wekan default-authentication-method='ldap'`. Thanks to Akuket. Closes wekan/wekan-ldap#31
+ NOTE: This was reverted in Wekan v1.96 because login did not work with email address.
+ It was later found that login did work with username, so later this could be fixed and added back.
- [Drag handles and long press on mobile when using desktop mode of mobile
browser](https://github.com/wekan/wekan/pull/2067). Thanks to hupptechnologies.
- Upgrade to node v8.14.1 . Thanks to xet7.
diff --git a/Stackerfile.yml b/Stackerfile.yml
index fcaa3e0c..ed2ac499 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v1.98.0"
+appVersion: "v1.99.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 7266a458..8a3be5b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.98.0",
+ "version": "v1.99.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 0dab07a9..11d36fdf 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 = 200,
+ appVersion = 201,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.98.0~2019-01-01"),
+ appMarketingVersion = (defaultText = "1.99.0~2019-01-04"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,