This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
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.