From de143d46057da09fa1f279aa19405a94c3f90445 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Tue, 29 Oct 2013 09:01:06 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 67646b4..e1fb6cc 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Example ## What's next? - `cancellationToken` support for all methods +- support HTML injection into content from PocketArticle (maybe remove title from Article) +- benchmarking download of large lists +- benchmarking of search algorithm ## Dependencies From 9caeefbe3cbfad7045115ea564439529b9791a93 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Tue, 29 Oct 2013 09:02:15 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1fb6cc..353e0ed 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Example - support HTML injection into content from PocketArticle (maybe remove title from Article) - benchmarking download of large lists - benchmarking of search algorithm +- Update website and merge into plugin repository site ## Dependencies