summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-02-12 02:23:26 +0200
committerLauri Ojansivu <x@xet7.org>2020-02-12 02:23:26 +0200
commit3fcde252f705f9527f7190517082a047714a4eec (patch)
tree7842b8fff449bf3e2fc368f259f4e720fa948adf
parente89965f6422fd95b4ad2112ae407b1dde4853510 (diff)
downloadwekan-3fcde252f705f9527f7190517082a047714a4eec.tar.gz
wekan-3fcde252f705f9527f7190517082a047714a4eec.tar.bz2
wekan-3fcde252f705f9527f7190517082a047714a4eec.zip
v3.78v3.78
-rw-r--r--.snap-meteor-1.8/package-lock.json2
-rw-r--r--.snap-meteor-1.8/package.json2
-rw-r--r--CHANGELOG.md14
-rw-r--r--Stackerfile.yml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
7 files changed, 21 insertions, 7 deletions
diff --git a/.snap-meteor-1.8/package-lock.json b/.snap-meteor-1.8/package-lock.json
index 9ba99315..6b0e04cb 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.77.0",
+ "version": "v3.78.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/.snap-meteor-1.8/package.json b/.snap-meteor-1.8/package.json
index b8699dce..c5d457bb 100644
--- a/.snap-meteor-1.8/package.json
+++ b/.snap-meteor-1.8/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.77.0",
+ "version": "v3.78.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de96965b..66f28893 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# v3.78 2020-02-12 Wekan release
+
+This release adds the following features:
+
+- [Card Settings / Show on Card: Description Title and Description Text](https://github.com/wekan/wekan/commit/e89965f6422fd95b4ad2112ae407b1dde4853510).
+ Thanks to e-stoniauk, 2020product and xet7.
+
+and fixes the following bugs:
+
+- [Remove card element grouping to create compact card layout](https://github.com/wekan/wekan/commit/e89965f6422fd95b4ad2112ae407b1dde4853510).
+ Thanks to e-stoniauk, 2020product and xet7.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v3.77 2020-02-10 Wekan release
This release removes the following features:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 366430b6..c2f9fd60 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v3.77.0"
+appVersion: "v3.78.0"
files:
userUploads:
- README.md
diff --git a/package-lock.json b/package-lock.json
index f92c1b6f..eb1a8e3f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.77.0",
+ "version": "v3.78.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index add5cd1f..fa9482ce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v3.77.0",
+ "version": "v3.78.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 8a627cba..bbf1438f 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 = 377,
+ appVersion = 378,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.77.0~2020-02-10"),
+ appMarketingVersion = (defaultText = "3.78.0~2020-02-12"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,