Skip to content

Releases: llaumgui/seedboxsync

v3.0.1

14 Feb 15:36
Compare
Choose a tag to compare

Changes in this Release

  • [Enhancement #36] Update Cement framework.
  • [Bug #38] ::set-env is now deprecated.
  • [Bug #35] Fix SonarCloud analysis.

v3.0.0 (Cement / peewee full rebuild)

23 Sep 18:48
Compare
Choose a tag to compare

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

15 Sep 19:36
Compare
Choose a tag to compare
v3.0.0b3 Pre-release
Pre-release

Bugfix

v3.0.0b2

04 Sep 16:42
Compare
Choose a tag to compare
v3.0.0b2 Pre-release
Pre-release

Second beta.

  • Update documentation.
  • Update code.
  • [Enhancement #34] Add ping architecture and Healthchecks support.

v3.0.0b1

26 Aug 11:44
Compare
Choose a tag to compare
v3.0.0b1 Pre-release
Pre-release

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

01 Nov 20:07
Compare
Choose a tag to compare
  • [Enhancement #22] Migration from Sphinx to GitHub documentation.
  • [Enhancement #23] File size check, don't exist.
  • [Enhancement #24] New version system.

v2.0.0 (Python3)

29 May 18:12
Compare
Choose a tag to compare

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

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 ?)

15 May 19:07
Compare
Choose a tag to compare
Pre-release
  • [Enhancement #19] Use exception instead exit.
  • [Enhancement #20] Sync Exclusion.
  • [Enhancement] New logo.

v2.0.0.beta1 (Python3 usable !)

17 Aug 13:06
Compare
Choose a tag to compare
Pre-release

v1.1.2 (The last Python 2 version ?)

22 Jul 07:43
Compare
Choose a tag to compare
  • Some cleanup before archive
  • [367d22b] Backport "prefixed_path" from Python3 branch