Complete the release notes for 0.10

This commit is contained in:
Maxime Quandalle 2015-12-13 03:51:06 +00:00
parent d6f1e61130
commit ce88495d47
2 changed files with 6 additions and 2 deletions

View file

@ -7,9 +7,13 @@ This release features:
* Invite new users to a board using a email address;
* Autocompletion in the minicard editor. Start with <kbd>@</kbd> to start a
board member autocompletion, or <kbd>#</kbd> 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.

View file

@ -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"),
],