summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md (renamed from Changelog.md)6
-rw-r--r--sandstorm-pkgdef.capnp2
2 files changed, 6 insertions, 2 deletions
diff --git a/Changelog.md b/CHANGELOG.md
index 9f7aca32..ab8b9859 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 <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.
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 81d05e29..c1c2edce 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"),
],