From 2ae5973757b4fad0d75ae8dbb17c36536e2b1e69 Mon Sep 17 00:00:00 2001 From: poupotte Date: Tue, 9 Jun 2015 11:52:05 +0200 Subject: [PATCH] add patch note 8 --- src/documents/en/hack/releases/index.html.md | 1 + .../en/hack/releases/patch-notes-1.html.jade | 2 +- .../en/hack/releases/patch-notes-2.html.jade | 2 +- .../en/hack/releases/patch-notes-3.html.jade | 2 +- .../en/hack/releases/patch-notes-4.html.jade | 2 +- .../en/hack/releases/patch-notes-5.html.jade | 2 +- .../en/hack/releases/patch-notes-6.html.jade | 2 +- .../en/hack/releases/patch-notes-7.html.jade | 2 +- .../en/hack/releases/patch-notes-8.html.jade | 65 +++++++++++++++++++ 9 files changed, 73 insertions(+), 7 deletions(-) create mode 100644 src/documents/en/hack/releases/patch-notes-8.html.jade diff --git a/src/documents/en/hack/releases/index.html.md b/src/documents/en/hack/releases/index.html.md index 32ef0a1..bdf27d0 100644 --- a/src/documents/en/hack/releases/index.html.md +++ b/src/documents/en/hack/releases/index.html.md @@ -9,6 +9,7 @@ menuOrder: 4 # Patch notes Check all the patch notes for Cozy! +* [Patch #8 (from 2015/05/18 to 2015/05/29)](/hack/releases/patch-notes-8.html) * [Patch #7 (from 2015/04/30 to 2015/05/15)](/hack/releases/patch-notes-7.html) * [Patch #6 (from 2015/04/20 to 2015/04/30)](/hack/releases/patch-notes-6.html) * [Patch #5 (from 2015/04/06 to 2015/04/17)](/hack/releases/patch-notes-5.html) diff --git a/src/documents/en/hack/releases/patch-notes-1.html.jade b/src/documents/en/hack/releases/patch-notes-1.html.jade index 98bf92e..fdbe6c7 100644 --- a/src/documents/en/hack/releases/patch-notes-1.html.jade +++ b/src/documents/en/hack/releases/patch-notes-1.html.jade @@ -3,7 +3,7 @@ title: "Patch notes 2015/02/20" layout: "default" category: "hack" toc: true -menuOrder: 7 +menuOrder: 8 --- #patch-note h1 Patch note #1 diff --git a/src/documents/en/hack/releases/patch-notes-2.html.jade b/src/documents/en/hack/releases/patch-notes-2.html.jade index 4125ee2..79c132a 100644 --- a/src/documents/en/hack/releases/patch-notes-2.html.jade +++ b/src/documents/en/hack/releases/patch-notes-2.html.jade @@ -3,7 +3,7 @@ title: "Patch notes 2015/03/06" layout: "default" category: "hack" toc: true -menuOrder: 6 +menuOrder: 7 --- #patch-note h1 Patch note #2 diff --git a/src/documents/en/hack/releases/patch-notes-3.html.jade b/src/documents/en/hack/releases/patch-notes-3.html.jade index 11f51fc..8a52e7e 100644 --- a/src/documents/en/hack/releases/patch-notes-3.html.jade +++ b/src/documents/en/hack/releases/patch-notes-3.html.jade @@ -3,7 +3,7 @@ title: "Patch notes 2015/03/20" layout: "default" category: "hack" toc: true -menuOrder: 5 +menuOrder: 6 --- #patch-note h1 Patch note #3 diff --git a/src/documents/en/hack/releases/patch-notes-4.html.jade b/src/documents/en/hack/releases/patch-notes-4.html.jade index 382ee8f..84e17dc 100644 --- a/src/documents/en/hack/releases/patch-notes-4.html.jade +++ b/src/documents/en/hack/releases/patch-notes-4.html.jade @@ -3,7 +3,7 @@ title: "Patch notes 2015/04/03" layout: "default" category: "hack" toc: true -menuOrder: 4 +menuOrder: 5 --- #patch-note h1 Patch note #4 diff --git a/src/documents/en/hack/releases/patch-notes-5.html.jade b/src/documents/en/hack/releases/patch-notes-5.html.jade index 39f5ddb..8a38057 100644 --- a/src/documents/en/hack/releases/patch-notes-5.html.jade +++ b/src/documents/en/hack/releases/patch-notes-5.html.jade @@ -3,7 +3,7 @@ title: "Patch notes 2015/04/17" layout: "default" category: "hack" toc: true -menuOrder: 3 +menuOrder: 4 --- #patch-note h1 Patch note #5 diff --git a/src/documents/en/hack/releases/patch-notes-6.html.jade b/src/documents/en/hack/releases/patch-notes-6.html.jade index 91ddbc8..8e5f814 100644 --- a/src/documents/en/hack/releases/patch-notes-6.html.jade +++ b/src/documents/en/hack/releases/patch-notes-6.html.jade @@ -3,7 +3,7 @@ title: "Patch notes 2015/04/30" layout: "default" category: "hack" toc: true -menuOrder: 2 +menuOrder: 3 --- #patch-note h1 Patch note #6 diff --git a/src/documents/en/hack/releases/patch-notes-7.html.jade b/src/documents/en/hack/releases/patch-notes-7.html.jade index 9589236..081ac0e 100644 --- a/src/documents/en/hack/releases/patch-notes-7.html.jade +++ b/src/documents/en/hack/releases/patch-notes-7.html.jade @@ -3,7 +3,7 @@ title: "Patch notes 2015/05/15" layout: "default" category: "hack" toc: true -menuOrder: 1 +menuOrder: 2 --- #patch-note h1 Patch note #7 diff --git a/src/documents/en/hack/releases/patch-notes-8.html.jade b/src/documents/en/hack/releases/patch-notes-8.html.jade new file mode 100644 index 0000000..c253f0b --- /dev/null +++ b/src/documents/en/hack/releases/patch-notes-8.html.jade @@ -0,0 +1,65 @@ + --- + +title: "Patch notes 2015/06/01" +layout: "default" +category: "hack" +toc: true +menuOrder: 1 +--- +#patch-note + h1 Patch note #8 + p This relates development from 2015/05/18 to 2015/06/01. + + label(for="toggle-feature") Feature + input#toggle-feature(type="checkbox", checked="true") + label(for="toggle-bug") Bug + input#toggle-bug(type="checkbox", checked="true") + label(for="toggle-security") Security + input#toggle-security(type="checkbox", checked="true") + label(for="toggle-internal") Internal + input#toggle-internal(type="checkbox", checked="true") + + h2 Applications + + h3 Emails (---) + ul + li.bug Fix fields From and To in mail header description. + li.feature Improve all confirmation dialogs. + li.feature Really remove draft instead of moving it to trash. + li.bug Keayboard navigation doesn't start infinite scroll. + li.bug All messages list is loaded when application is in the background. + li.feature Canceling a draft creation should not display warning when the draft is empty. + li.bug Open next message after a deletion. + li.bug Fix locale. + li.bug Signature isn't changed if mailbox changes in compose page. + li.bug Deleting all displayed messages doeesn't load next messages. + li.feature Speed up infinite scrolll. + li.bug Don't navigate to next message when cancelling answer. + li.bug Fix message drag and drop. + li.feature Add possibility to close a message. + li.feature Add possibility to display message in full screen. + li.bug Some lines in messages list are too long. + li.feature Improve search exit. + li.feature Add filter on date. + li.bug Unable to re-open message preview after closing it. + + + + h3 Files (v1.1.8) + ul + li.bug Server could be closed if the download was too long. (see [#279](https://github.com/cozy/cozy-files/issues/279)) + li.bug Folder name was not trimmed (see [#282](https://github.com/cozy/cozy-files/issues/282)) + li.bug Fix upload folder when the folder already existed. + li.feature Bulk actions icons have been changed for clarity. + li.feature Overall improvements of multiple selection handling. + li.feature Files and folders can now be selected by clicking their row . + li.feature Multiple elements can be selected by holding shift+click. + li.bug Minor fixes in navigation during uploading. + li.bug Performance improvements. Big folders are still hard to browse, we are still working on it. + li.feature Sharing emails have received a style update. + + + h3 Photo (v1.0.13) + ul + li.bug Photos imported from Files could not be downloaded. +