Skip to content

Commit

Permalink
2.6.3: With fix from @AkashPatel95 #26 201122
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Nov 22, 2020
1 parent 8a15d2a commit 24e29b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pocket.recipe
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24e29b9

Please sign in to comment.