Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Releases: hughrun/pocketsnack

v1.2.2

03 Mar 00:25
Compare
Choose a tag to compare

This release fixes a number of bugs, including:

#18 pocket_access_token missing from default settings.py causing catastrophic failure
#19 document uninstall process to avoid executable filepath conflicts
#20 suppress harmless error messages on first install when unloading plist file that isn't loaded
#22 provide friendlier feedback when archiving items

Version 1.2.1 - bug fix

06 Feb 11:19
f15f326
Compare
Choose a tag to compare

This fixes a major bug with pocketsnack refresh and pocketsnack stash.

Without this fix, if your List is large, items will not have tags updated or be archived, due to an HTTP error 414.

version 1.2.0

03 Feb 05:36
2f02a2d
Compare
Choose a tag to compare

This release brings weekly scheduling, logging, and updated documentation.

Scheduling

You can now set up weekly or daily scheduling of the refresh job. This will auto-archive everything in the user List, and then replace it with unread items from the Archive - according to the parameters set in settings.py.

Logging

If you use launchd (i.e. you are using a Mac rather than Linux), any outputs will be logged to pocketsnack.log and any errors logged to pocketsnack-error.log, which will be created in the pocket-snack directory.

Documentation

The README has been improved to provide clearer instructions for setting up pocketsnack, and clarification about how launchd works.

This release has been tested and is expected to work, however as usual if you find any bugs or notice anything weird, please log an issue with as much detail as possible.