Skip to content

Releases: mmagnus/Pocket-Plus-Calibre-Plugin

v2.7.4

24 Oct 08:12
Compare
Choose a tag to compare

Fix #46 KeyError: u'resolved_title'

v2.7.3

31 Jul 14:39
Compare
Choose a tag to compare

Replace tld with standard Python way (not as good as tld but works without extra package) if SECTIONS_BY_DOMAIN_USING_TLD = False.

Great contributions from @nhohung @alvaroreig !

screenshot_2021_07_31T16_38_31+0200
screenshot_2021_07_31T16_38_23+0200

v2.7.2 Change default MAX_ARTICLES_PER_FEED to 30

19 May 18:50
Compare
Choose a tag to compare

Why? To avoid problems when you run this plugin for the first time and you have thousands articles in your Pocket. If you know what you're doing you can always change it.

v2.7.1

05 Apr 19:28
Compare
Choose a tag to compare
A fix for import tld

v2.7

05 Apr 18:17
fd91f51
Compare
Choose a tag to compare
Update Pocket.recipe

v2.6.3: Fix from @AkashPatel95 #26 201122

22 Nov 19:36
Compare
Choose a tag to compare
2.6.3: With fix from @AkashPatel95 #26 201122

v2.6.2 Fix. Add also removal of H1 to clean up all titles, to insert a new one

04 Jun 11:11
Compare
Choose a tag to compare
2.6.2: Fix. Add also removal of H1 to clean up all titles, to insert …

…a new one

v2.6.1 Fixed missing titles

02 Jun 15:44
Compare
Choose a tag to compare
Merge branch 'master' of github.com:mmagnus/Pocket-Plus-Calibre-Plugin

* 'master' of github.com:mmagnus/Pocket-Plus-Calibre-Plugin:
  fix #22 missing titles via postprocess_html

v2.6.0

27 May 12:16
Compare
Choose a tag to compare

Add SORT_WITHIN_TAG_BY_TITLE #25

So this is important! The articles are sorted after being downloaded, so this does not sort articles on the Pocket side. So if you MAX_ARTICLES_PER_FEED = 2 for example, first the plugin will download 2 articles based on your configuration, and next they will be sorted by titles.

So this might do what you want, but this depends on all of these variables:

MAX_ARTICLES_PER_FEED = 30 
OLDEST_ARTICLE = 7
SORT_METHOD = 'newest'
TO_PULL = 'unread'

v2.5.2

17 May 12:18
Compare
Choose a tag to compare