Skip to content

Releases: dogsheep/pocket-to-sqlite

0.2.3

09 Jul 01:15
Compare
Choose a tag to compare
  • Progress bar now includes a count of the total number of items to fetch.
  • Now packaged using pyproject.toml. #12

0.2.2

22 Aug 16:21
452c492
Compare
Choose a tag to compare
  • -a is now the shortcut for --auth - previously it was duplicated as a shortcut for --all. Thanks, Thomas Lockney. #7
  • pocket-to-sqlite auth command now updates the existing auth.json file rather than over-writing it. #10

0.2.1

22 Oct 00:08
b956a01
Compare
Choose a tag to compare
  • Tweaked dependencies for compatibility with new PyPI resolver.

0.2

27 Mar 22:26
Compare
Choose a tag to compare
0.2
  • Defaults to only retrieving updated items, unless you use --all. #2
  • Now displays a progress bar for initial data import and --all.
  • Data is now fetched 500 items at a time using API pagination. #1
  • Now depends on sqlite-utils 2.x.
  • auth.json now uses pocket_ prefix on each stored key. #4

0.1

07 Oct 05:18
Compare
Choose a tag to compare
0.1

Initial release