mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Complete the release notes for 0.10
This commit is contained in:
parent
d6f1e61130
commit
ce88495d47
2 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
@ -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"),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue