summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-23 16:39:28 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-23 16:39:28 +0200
commit28884cb4091ae30cf32fbef830d3983a5e84f7ae (patch)
tree78ff3feb5bff4a67ac7d145b7b5b4807c015cdf5
parent0defff70afca23353b78b71de5a0d062fb7436de (diff)
parentcdb44da71efdba027a82c37e0b9e08d01bde0d0f (diff)
downloadwekan-28884cb4091ae30cf32fbef830d3983a5e84f7ae.tar.gz
wekan-28884cb4091ae30cf32fbef830d3983a5e84f7ae.tar.bz2
wekan-28884cb4091ae30cf32fbef830d3983a5e84f7ae.zip
Merge branch 'devel' into meteor-1.8
-rw-r--r--CHANGELOG.md18
-rw-r--r--client/components/cards/checklists.styl1
-rw-r--r--i18n/de.i18n.json2
-rw-r--r--i18n/id.i18n.json8
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
6 files changed, 27 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf321085..f9d2e5fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+# Upcoming Wekan release
+
+This release fixes the following bugs:
+
+- Fix: Message box for deleting subtask unreachable.
+ Thanks to hupptechnologies. Closes #1800
+
+Thanks to above GitHub users for their contributions.
+
+# v1.78 2018-11-20 Wekan release
+
+- Update translations (de).
+
+# v1.77 2018-11-20 Wekan release
+
+- Update version number. Trying to get Snap automatic review working, so that
+ it would accept new Wekan release.
+
# v1.76 2018-11-20 Wekan release
This release adds the following new features:
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index d48c1851..70fb5007 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -51,6 +51,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
padding-right: 3%
z-index: 17
border-radius: 3px
+ top: 50%
p
position: relative
diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json
index d26a46cc..d6d133e4 100644
--- a/i18n/de.i18n.json
+++ b/i18n/de.i18n.json
@@ -618,5 +618,5 @@
"authentication-type": "Authentifizierungstyp",
"custom-product-name": "Benutzerdefinierter Produktname",
"layout": "Layout",
- "hide-logo": "Hide Logo"
+ "hide-logo": "Verstecke Logo"
} \ No newline at end of file
diff --git a/i18n/id.i18n.json b/i18n/id.i18n.json
index ae89a932..0133779d 100644
--- a/i18n/id.i18n.json
+++ b/i18n/id.i18n.json
@@ -598,7 +598,7 @@
"r-d-send-email-message": "message",
"r-d-archive": "Move card to Archive",
"r-d-unarchive": "Restore card from Archive",
- "r-d-add-label": "Add label",
+ "r-d-add-label": "Tambahkan label",
"r-d-remove-label": "Remove label",
"r-d-add-member": "Add member",
"r-d-remove-member": "Remove member",
@@ -614,9 +614,9 @@
"ldap": "LDAP",
"oauth2": "OAuth2",
"cas": "CAS",
- "authentication-method": "Authentication method",
- "authentication-type": "Authentication type",
+ "authentication-method": "Metode Autentikasi",
+ "authentication-type": "Tipe Autentikasi",
"custom-product-name": "Custom Product Name",
"layout": "Layout",
- "hide-logo": "Hide Logo"
+ "hide-logo": "Sembunyikan Logo"
} \ No newline at end of file
diff --git a/package.json b/package.json
index bdfe1887..9337fc32 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.76.0",
+ "version": "v1.78.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index a244684b..889c046c 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 = 179,
+ appVersion = 180,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.76.0~2018-11-20"),
+ appMarketingVersion = (defaultText = "1.78.0~2018-11-20"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,