summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md39
-rw-r--r--docker-compose.yml2
-rw-r--r--i18n/tr.i18n.json4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
6 files changed, 28 insertions, 25 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48058779..b0eb3c71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.18 2017-04-02 Wekan release
Known bugs:
diff --git a/README.md b/README.md
index b3881e61..ad85c5cb 100644
--- a/README.md
+++ b/README.md
@@ -23,15 +23,20 @@ visual overview of the current state of your project, and make you productive by
allowing you to focus on the few items that matter the most.
Wekan supports most features you would expect of it including a real-time user
-interface, import from Trello (on standalone Wekan), cards comments, checklists,
-member assignations, customizable labels, closing lists, filtered views, and more.
+interface.
+
+[Features][features]
+
+[Integrations][integrations]
+
+Wekan supports many platforms, and plan is to add more.
SSO options like LDAP, passwordless email, SAML, GitHub and Google Auth are
-already available on Sandstorm, not standalone Wekan. Sandstorm is Enterprise
-scale highly secure platform with grains, logging, admin settings,
-server clustering, App Market and it's now fully Open Source. Sandstorm is
-preferred platform for Wekan, as it would take a lot of work to reimplement
-everything in standalone Wekan.
+already available on [Sandstorm](https://sandstorm.io), not standalone Wekan.
+Sandstorm is Enterprise scale highly secure platform with grains, logging,
+admin settings, server clustering, App Market and it's now fully Open Source.
+Sandstorm is preferred platform for Wekan, as it would take a lot of work to
+reimplement everything in standalone Wekan.
You don’t have to trust us with your data and can install Wekan on your own
computer or server. In fact we encourage you to do that by providing
@@ -40,14 +45,9 @@ one-click installation on various platforms.
## Roadmap
Upcoming Wekan App Development Platform will make possible
-many use cases like kanban workflows, dependencies, gantt charts,
-WIP limits, time tracking, managing website, Rocket.Chat support
-and custom apps with themes by providing Teams/Organizations,
-APIs, admin interface, custom fields, calendar view, time tracking,
-vote on cards, move cards to another board and board templates.
-Some of these don't even have feature requests in Wekan issues,
-so we do need detailed descriptions, screenshots and links to
-videos how these should work.
+many use cases. If you don't find your feature or integration in
+GitHub issues and [Features][features] or [Integrations][integrations]
+page at wiki, please add them.
We are very welcoming to new developers and teams to submit new pull
requests to devel branch to make this Wekan App Development Platform possible
@@ -58,9 +58,10 @@ growing Wekan developer community.
[Roadmap is self-hosted on Wekan][roadmap_wefork]
-At roadmap there is links to [Wekan GitHub issues][wekan_issues] where actual
-work happens. If you don't see your feature request at GitHub issues,
-please add it. Not all feature requests have been added to roadmap board yet.
+Roadmaps is not currently up-to-date. You can find more up-to-date
+info from [Features][features] and [Integrations][integrations] pages,
+where is links to [Wekan GitHub issues][wekan_issues] where actual
+work happens.
## Screenshot
@@ -190,6 +191,8 @@ with [Meteor](https://www.meteor.com).
[fork_announcement]: https://github.com/wekan/wekan/issues/640#issuecomment-276383458
[screenshot_wekan]: http://i.imgur.com/cI4jW2h.png
[screenshot_wefork]: http://i.imgur.com/lzvpeS9.png
+[features]: https://github.com/wekan/wekan/wiki/Features
+[integrations]: https://github.com/wekan/wekan/wiki/Integrations
[roadmap_wekan]: http://try.wekan.io/b/MeSsFJaSqeuo9M6bs/wekan-roadmap
[roadmap_wefork]: https://wekan.indie.host/b/t2YaGmyXgNkppcFBq/wekan-fork-roadmap
[wekan_issues]: https://github.com/wekan/wekan/issues
diff --git a/docker-compose.yml b/docker-compose.yml
index 35c5bfd1..263d9347 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,7 +3,7 @@ version: '2'
services:
wekandb:
- image: mongo:3.2.11
+ image: mongo:3.2.12
container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128
diff --git a/i18n/tr.i18n.json b/i18n/tr.i18n.json
index 311bb883..ae85280f 100644
--- a/i18n/tr.i18n.json
+++ b/i18n/tr.i18n.json
@@ -337,12 +337,12 @@
"email-addresses": "E-posta adresleri",
"smtp-host-description": "E-posta gönderimi yapan SMTP sunucu adresi",
"smtp-port-description": "E-posta gönderimi yapan SMTP sunucu portu",
- "smtp-tls-description": "Enable TLS support for SMTP server",
+ "smtp-tls-description": "SMTP mail sunucusu için TLS kriptolama desteği açılsın mı",
"smtp-host": "SMTP sunucu adresi",
"smtp-port": "SMTP portu",
"smtp-username": "Kullanıcı adı",
"smtp-password": "Parola",
- "smtp-tls": "TLS support",
+ "smtp-tls": "TLS kriptolama desteği",
"send-from": "Gönderen",
"invitation-code": "Davetiye kodu",
"email-invite-register-subject": "__inviter__ size bir davetiye gönderdi",
diff --git a/package.json b/package.json
index b4fdfbbe..a3b44826 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.17.0",
+ "version": "0.18.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 9c5d5438..578d8e90 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 = 19,
+ appVersion = 20,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.16.0~2017-03-21"),
+ appMarketingVersion = (defaultText = "0.18.0~2017-04-02"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,