Browse Source

Merge branch 'edge' into meteor-1.8

Lauri Ojansivu 6 years ago
parent
commit
6e29152b76
4 changed files with 13 additions and 4 deletions
  1. 9 0
      CHANGELOG.md
  2. 1 1
      i18n/de.i18n.json
  3. 1 1
      package.json
  4. 2 2
      sandstorm-pkgdef.capnp

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+# 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
 # v1.76 2018-11-20 Wekan release
 
 
 This release adds the following new features:
 This release adds the following new features:

+ 1 - 1
i18n/de.i18n.json

@@ -618,5 +618,5 @@
     "authentication-type": "Authentifizierungstyp",
     "authentication-type": "Authentifizierungstyp",
     "custom-product-name": "Benutzerdefinierter Produktname",
     "custom-product-name": "Benutzerdefinierter Produktname",
     "layout": "Layout",
     "layout": "Layout",
-    "hide-logo": "Hide Logo"
+    "hide-logo": "Verstecke Logo"
 }
 }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "v1.76.0",
+  "version": "v1.78.0",
   "description": "Open-Source kanban",
   "description": "Open-Source kanban",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
     # The name of the app as it is displayed to the user.
 
 
-    appVersion = 179,
+    appVersion = 180,
     # Increment this for every release.
     # 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.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,