From eb3ac1f1529adf2f0a7746f89a2a3e07bbb2fc2e Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Thu, 14 Nov 2013 19:53:56 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b482ba..377ec45 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,17 @@ PocketSharp is a **Portable Class Library** (since 1.0.0), therefore it's compat You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Examples` ([@github](https://github.com/ceee/PocketSharp/tree/master/PocketSharp.Examples)) folder. -## What's next? +## What's new in the upcoming PocketSharp v3.0? +- support for new Preferences API - `cancellationToken` support for all methods - support HTML injection into content from PocketArticle (maybe remove title from Article) -- benchmarking download of large lists + search algorithm - make setters for inline objects in PocketItem (images, videos, ...) +- IPocketClient interface +- PreRequest callback allows injection of `Action` before every request +- Submit multiple actions in one request +- Split PocketReader into own NuGet package +- bugfixes, for sure! ## Dependencies