Bladeren bron

v0.33 , includes new Sandstorm version.

Lauri Ojansivu 7 jaren geleden
bovenliggende
commit
ecb4863c39
6 gewijzigde bestanden met toevoegingen van 7 en 6 verwijderingen
  1. 1 1
      CHANGELOG.md
  2. 2 0
      README.md
  3. BIN
      meta/keyring
  4. BIN
      meta/wekanteam-pgp-sig
  5. 1 1
      package.json
  6. 3 4
      sandstorm-pkgdef.capnp

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.33 2017-08-29 Wekan release
 
 
 This release adds the following new features:
 This release adds the following new features:
 
 

+ 2 - 0
README.md

@@ -38,6 +38,8 @@ one-click installation on various platforms.
 
 
 ## Roadmap
 ## Roadmap
 
 
+[Roadmap](https://github.com/wekan/wekan/wiki/Roadmap)
+
 Upcoming Wekan App Development Platform will make possible
 Upcoming Wekan App Development Platform will make possible
 many use cases. If you don't find your feature or integration in
 many use cases. If you don't find your feature or integration in
 GitHub issues and [Features][features] or [Integrations][integrations]
 GitHub issues and [Features][features] or [Integrations][integrations]

BIN
meta/keyring


BIN
meta/wekanteam-pgp-sig


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "0.32.0",
+  "version": "0.33.0",
   "description": "The open-source Trello-like kanban",
   "description": "The open-source Trello-like kanban",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {

+ 3 - 4
sandstorm-pkgdef.capnp

@@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
     appVersion = 20,
     appVersion = 20,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "0.32.0~2017-07-30"),
+    appMarketingVersion = (defaultText = "0.33.0~2017-08-29"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,
@@ -63,9 +63,8 @@ const pkgdef :Spk.PackageDefinition = (
       categories = [productivity, office],
       categories = [productivity, office],
 
 
       author = (
       author = (
-        upstreamAuthor = "Maxime Quandalle",
-        contactEmail = "david@sandstorm.io",
-        pgpSignature = embed "meta/dwrensha-pgp-sig",
+        contactEmail = "x@xet7.org",
+        pgpSignature = embed "meta/wekanteam-pgp-sig",
       ),
       ),
 
 
       pgpKeyring = embed "meta/keyring",
       pgpKeyring = embed "meta/keyring",