Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #137 from poupotte/master
Browse files Browse the repository at this point in the history
Add patch note 8
  • Loading branch information
Frank Rousseau committed Jun 9, 2015
2 parents 2fa21d3 + 2ae5973 commit eeb6743
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/documents/en/hack/releases/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/documents/en/hack/releases/patch-notes-1.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/documents/en/hack/releases/patch-notes-2.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/documents/en/hack/releases/patch-notes-3.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/documents/en/hack/releases/patch-notes-4.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/documents/en/hack/releases/patch-notes-5.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/documents/en/hack/releases/patch-notes-6.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/documents/en/hack/releases/patch-notes-7.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
65 changes: 65 additions & 0 deletions src/documents/en/hack/releases/patch-notes-8.html.jade
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit eeb6743

Please sign in to comment.