From 24e29b90bccdb0d07953c4e309938c4612c6f79c Mon Sep 17 00:00:00 2001 From: Marcin Magnus Date: Sun, 22 Nov 2020 20:29:18 +0100 Subject: [PATCH] 2.6.3: With fix from @AkashPatel95 #26 201122 --- Pocket.recipe | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pocket.recipe b/Pocket.recipe index 18c754c..7e84f45 100644 --- a/Pocket.recipe +++ b/Pocket.recipe @@ -1,9 +1,10 @@ #!/usr/bin/env python # vim:ft=python tabstop=8 expandtab shiftwidth=4 softtabstop=4 from __future__ import print_function -__version__ = '2.6.2' +__version__ = '2.6.3' """ +2.6.3: With fix from @AkashPatel95 #26 201122 2.6.2: Fix. Add also removal of H1 to clean up all titles, to insert a new one **TAGS** (list of strings or empty list: []) if [] (empty list) then the plugin will connect Pocket and fetch articles based on the configuration of the plugin. diff --git a/README.md b/README.md index 2f5d415..8f880c9 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Report any issues here: https://github.com/mmagnus/Pocket-Plus-Calibre-Plugin/is # Changelog +* 201122 [v2.6.3] With fix from @AkashPatel95 #26 * 200515 [v2.4.0] Auto tags! Automatically group articles into Sections based on Pocket's tags. * 200514 [v2.3.x] Redesigned tags system, attempt to fix `sort_id` problem, move OLDEST_ARTICLE to the top * 200104 Incorporate code from David Orchard (@dlo9, https://github.com/dlo9/calibre-recipes) to fix an issue with Pocket Authentication API