Skip to content

Commit 24e29b9

Browse files
committed
2.6.3: With fix from @AkashPatel95 #26 201122
1 parent 8a15d2a commit 24e29b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Pocket.recipe

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/usr/bin/env python
22
# vim:ft=python tabstop=8 expandtab shiftwidth=4 softtabstop=4
33
from __future__ import print_function
4-
__version__ = '2.6.2'
4+
__version__ = '2.6.3'
55

66
"""
7+
2.6.3: With fix from @AkashPatel95 #26 201122
78
2.6.2: Fix. Add also removal of H1 to clean up all titles, to insert a new one
89
910
**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.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Report any issues here: https://github.com/mmagnus/Pocket-Plus-Calibre-Plugin/is
122122

123123
# Changelog
124124

125+
* 201122 [v2.6.3] With fix from @AkashPatel95 #26
125126
* 200515 [v2.4.0] Auto tags! Automatically group articles into Sections based on Pocket's tags.
126127
* 200514 [v2.3.x] Redesigned tags system, attempt to fix `sort_id` problem, move OLDEST_ARTICLE to the top
127128
* 200104 Incorporate code from David Orchard (@dlo9, https://github.com/dlo9/calibre-recipes) to fix an issue with Pocket Authentication API

0 commit comments

Comments
 (0)