Browse Source

Complete the release notes for 0.10

Maxime Quandalle 9 years ago
parent
commit
ce88495d47
2 changed files with 6 additions and 2 deletions
  1. 5 1
      CHANGELOG.md
  2. 1 1
      sandstorm-pkgdef.capnp

+ 5 - 1
Changelog.md → CHANGELOG.md

@@ -7,9 +7,13 @@ This release features:
 * Invite new users to a board using a email address;
 * Invite new users to a board using a email address;
 * Autocompletion in the minicard editor. Start with <kbd>@</kbd> to start a
 * Autocompletion in the minicard editor. Start with <kbd>@</kbd> to start a
   board member autocompletion, or <kbd>#</kbd> for a label;
   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
 * Accelerate the initial page rendering by sending the data on the intial HTTP
   response instead of waiting for the DDP connection to open;
   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.
 New languages supported: Arabic, Catalan, Italian, and Russian.
 
 

+ 1 - 1
sandstorm-pkgdef.capnp

@@ -83,7 +83,7 @@ const pkgdef :Spk.PackageDefinition = (
       ],
       ],
 
 
       changeLog = (
       changeLog = (
-        defaultText = embed "Changelog.md",
+        defaultText = embed "CHANGELOG.md",
         localizations = [
         localizations = [
           (locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
           (locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
         ],
         ],