Releases: hughrun/pocketsnack
Version 3.2.1
Version 3.2.0
pocketsnack
now works on Windows!
- fix Windows bugs
- manage files more cleanly
- minor formatting changes
Version 3.1.0
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
- 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
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
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
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
Adjusts --authorise
filepath to use the correct path.
Version 2.1.0
Now uses pip
for install and uninstall.
Version 2.0.0
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
).