From a2e68af4dc062f510b80f790d704ec21fcb58026 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sun, 15 Dec 2013 11:50:37 +0100 Subject: [PATCH] update readme --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 20bf2bb..2b3186d 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,9 @@ PocketSharp is a **Portable Class Library**, therefore it's compatible with mult 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 new in the upcoming PocketSharp v3.0? +## What's next? -- [x] `cancellationToken` support for all methods -- [x] support HTML injection into content from PocketArticle (maybe remove title from Article) -- [x] make setters for inline objects in PocketItem (images, videos, ...) -- [x] IPocketClient interface -- [x] PreRequest callback allows injection of `Action` before every request -- [x] Submit multiple actions in one request -- [x] Split PocketReader into own NuGet package -- [x] bugfixes, for sure! +- [ ] Preferences API, if Pocket will ever release it to the public -.- ## Dependencies