2.8 KiB
2.8 KiB
3.2.0 (2014-03-13)
- add raw JSON to each PocketItem (PR #22)
3.1.1 (2014-02-23)
- fix SendActions when sending add requests (fixes #20)
- try to normalize URIs retrieved in video array
3.1.0 (2014-02-07)
- Use FullTitle if no other title props are available
- Default mobile authentication screen with toggle for desktop (fixes #17)
- Use new registration endpoint
3.0.2 (2013-12-27)
- assign given_url to
Uriwhen item couldn't be resolved by Pocket
3.0.1 (2013-12-15)
- added
PreRequestto interface
3.0.0 (2013-12-15)
cancellationTokensupport for all methods- Toggle inclusion of title in PocketArticle.Content
- Make setters for inline objects in PocketItem (images, videos, ...)
- IPocketClient interface
- PreRequest callback allows injection of
Action<string>before every request lastHeadersandlastRequestDatain PocketClient for better debugging- Submit multiple actions in one request with
SendActions - New
IsVideo,IsImageandResolvedIdas new properties in PocketItem - Split PocketReader into own NuGet package
- A lot of bugfixes
2.2.2 (2013-11-01)
- Password validation in RegisterAccount
2.2.1 (2013-10-27)
- Fix NReadability parsing issue
2.2.0 (2013-10-26)
- Made
GetAccessCodeobsolete - Return username after authentication with
GetUser
2.1.0 (2013-10-25)
- Rename
Statistics()toGetUserStatistics() - Made
CallbackUripublic - Added Fody/PropertyChanged
- Method
GetUsageLimits()to retrieve API usage limits - Add PORTABLE constant to SgmlReader
2.0.1 (2013-10-19)
- Catch HttpRequestExceptions and provide as InnerException for PocketException
- Read Article from URI (method overload)
2.0.0 (2013-10-17)
- Add Reader API (does not use the official Article View API, which is private. The PocketReader is based on a custom PCL port of NReadability and SgmlReader)
1.5.1 (2013-09-30)
RetrieveFilter.Alldidn't work- improve search speed
1.5.0 (2013-09-28)
- add statistics API
- add registration API
1.4.0 (2013-09-21)
- rename
RetrievetoGet - update IntelliSense documentation
- add
GetTagsmethod
1.3.0 (2013-09-19)
- get Item by ID
- tag modification bugfixes
1.2.1 (2013-09-18)
- correct parameter conversion for DateTime and Boolean
1.2.0 (2013-09-17)
- simplified retrieve methods
1.1.0 (2013-09-17)
- fix modification requests
1.0.0 (2013-09-15)
- convert to PCL
- implement async
0.3.2 (2013-08-16)
- tag modification fixed
- full retrieval of items for Retrieve method
0.3.1 (2013-07-07)
- authentication fixes
0.3.0 (2013-07-02)
- update authentication process
0.2.0 (2013-06-27)
- add, modify item
- modify tags
0.1.0 (2013-06-26)
- authentication
- retrieve functionality