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

Releases: hughrun/pocketsnack

Version 3.2.1

15 Oct 23:48
Compare
Choose a tag to compare

Bump indirect dependencies for enhanced security.

Version 3.2.0

15 Feb 04:37
Compare
Choose a tag to compare

pocketsnack now works on Windows!

  • fix Windows bugs
  • manage files more cleanly
  • minor formatting changes

Version 3.1.0

14 Feb 08:02
8ff1e88
Compare
Choose a tag to compare

This release moves pocketsnack to PyPi. This means you can now install or upgrade by running:

pip install pocketsnack
  • adds --version flag to check the current version
  • configuration file is now created by running --config or running any command without a config file (breaking change: your old config file will no longer work unless you move it to ~/.pocketsnack_config.yml)
  • --dedupe didn't work, now it does
  • optionally favorite the copy you are keeping when you run --dedupe
  • improved docs and easier installation

3.1.0 Beta

14 Feb 01:19
69c3aad
Compare
Choose a tag to compare
3.1.0 Beta Pre-release
Pre-release
  • adds fave_dedupes config setting
  • friendlier error messages
  • minor doc/help cleanup

This is a pre-release and may break things.

3.1.0 Beta 1

14 Feb 04:29
3a9d06c
Compare
Choose a tag to compare
3.1.0 Beta 1 Pre-release
Pre-release

fixes --dedupe when the number of items to deduplicate is large.

Plus everything else in the 3.1.0 prereleases.

This is a pre-release and may have even more bugs.

Version 3.1.0 Alpha

13 Feb 09:00
122797e
Compare
Choose a tag to compare
Version 3.1.0 Alpha Pre-release
Pre-release

This is a pre-release. There may be bugs.

  • pocketsnack will now be installed from PyPi!
  • fixes catastrophic bug with --dedupe
  • config file is now created dynamically on first use
  • adds --version flag

Version 3

18 Jul 03:59
fd699d8
Compare
Choose a tag to compare

This release includes breaking changes.

New features

  • new --dedupe function
  • new look messages
  • settings are now stored as YAML
  • --purge can now use a --tbr flag to purge only the TBR archive

Bug fixes

  • settings file can now be updated at any time without having to re-install

UPGRADING

You will need to re-create your settings file using settings-example.yaml after upgrading.

To upgrade to version 3 using git:

git fetch --tags
git checkout v3.0
pip install .

To upgrade to version 3 using a zip file unzip it into your designated directory and run pip install . as for a new installation.

Version 2.1.1

19 Dec 09:59
Compare
Choose a tag to compare

Adjusts --authorise filepath to use the correct path.

Version 2.1.0

21 Nov 23:59
93ddc35
Compare
Choose a tag to compare

Now uses pip for install and uninstall.

Version 2.0.0

17 Nov 08:59
ad0d9a1
Compare
Choose a tag to compare

Version 2 completely changes the commands, removes scheduling and refresh, and adds time-based filtering to lucky_dip, stash, and the read-only information commands (list and archive).