From ce88495d4783d2352bdc277a69496d90c38495ce Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 13 Dec 2015 03:51:06 +0000 Subject: [PATCH] Complete the release notes for 0.10 --- Changelog.md => CHANGELOG.md | 6 +++++- sandstorm-pkgdef.capnp | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) rename Changelog.md => CHANGELOG.md (93%) diff --git a/Changelog.md b/CHANGELOG.md similarity index 93% rename from Changelog.md rename to CHANGELOG.md index 9f7aca322..ab8b9859e 100644 --- a/Changelog.md +++ b/CHANGELOG.md @@ -7,9 +7,13 @@ This release features: * Invite new users to a board using a email address; * Autocompletion in the minicard editor. Start with @ to start a board member autocompletion, or # for a label; +* Improve the user interface on small screens so that Wekan could be used on the + mobile web; * Accelerate the initial page rendering by sending the data on the intial HTTP response instead of waiting for the DDP connection to open; -* Support images attachments copy pasting. +* Support images attachments copy pasting; +* On Sandstorm, expose the Wekan grain title and URL to the Sandstorm shell; +* Support Wekan deployment under a sub-path of a domain name. New languages supported: Arabic, Catalan, Italian, and Russian. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 81d05e29e..c1c2edce2 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -83,7 +83,7 @@ const pkgdef :Spk.PackageDefinition = ( ], changeLog = ( - defaultText = embed "Changelog.md", + defaultText = embed "CHANGELOG.md", localizations = [ (locale = "fr", text = embed "meta/t9n-changelog/fr.md"), ],