Releases: llaumgui/seedboxsync
Releases · llaumgui/seedboxsync
v3.0.1
v3.0.0 (Cement / peewee full rebuild)
SeedboxSync v1 was the first release on Python 2, SeedboxSync v2 was port from Python 2 code to a compatible Python 3 code and SeedboxSync v3 is a full rewrite on [https://builtoncement.com/](Cement framework) and Peepee ORM.
Change since v2 serie:
- [Enhancement #27] Rebuild on Cement.
- [Enhancement #29] Add ORM support: Use Peepee ORM.
- [Enhancement #26] New CI/CD platform and features part 2: release with GitHub Actions.
- [Enhancement #30] Better list-in-progress: Add percentage and time prediction.
- [Bugfix #14] No timeout on connections.
- [Enhancement #34] Add ping architecture and Healthchecks support.
Available on PyPi with:
pip install seedboxsync
v3.0.0b3
Bugfix
v3.0.0b2
Second beta.
- Update documentation.
- Update code.
- [Enhancement #34] Add ping architecture and Healthchecks support.
v3.0.0b1
SeedboxSync v1 was the first release on Python 2, SeedboxSync v2 was port from Python 2 code to a compatible Python 3 code and SeedboxSync v3 is a full rewrite on [https://builtoncement.com/](Cement framework) and Peepee ORM.
- [Enhancement #27] Rebuild on Cement.
- [Enhancement #29] Add ORM support: Use Peepee ORM.
- [Enhancement #26] New CI/CD platform and features part 2: release with GitHub Actions.
- [Enhancement #30] Better list-in-progress: Add percentage and time prediction.
- [Bugfix #14] No timeout on connections.
Available on PyPi with:
pip install seedboxsync==3.0.0b1
v2.0.1
v2.0.0 (Python3)
Changes since 1.1.2
The big change: #12 Python 3 support
- [Enhancement] Python 3 enhancements.
- [Enhancement] Replace bencode by bcoding because Python 3.
- [Enhancement] Update Paramiko requirement (>=2.2.1).
Others enhancements
- [Enhancement] Better usage of configparser.
- [Enhancement #19] Use exception instead exit.
New features
- [Enhancement #20] Sync exclusion.
- [Enhancement] New logo.
QA
- [Bug] Doc building from Travis. Doc is updated ! See: https://llaumgui.github.io/seedboxsync/
- Use tox for QA and tests.
- Update Travis config.
- Update Code Climate config.
Two branches
- Python 3.4+ support look at master branch.
- Legacy Python 2.7 support look at the legacy-python2 branch.
v2.0.0.beta2 (Last beta ?)
v2.0.0.beta1 (Python3 usable !)
- [Enhancement #15] Replace BencodePy by bcoding to fix --blackhole issue.
- [Bug] Doc building from Travis. Doc is updated ! See: https://llaumgui.github.io/seedboxsync/
v1.1.2 (The last Python 2 version ?)
- Some cleanup before archive
- [367d22b] Backport "prefixed_path" from Python3 branch