Skip to content

Latest commit

 

History

History
135 lines (93 loc) · 5.86 KB

CHANGELOG.md

File metadata and controls

135 lines (93 loc) · 5.86 KB

ChangeLog

Next release

  • ⬆️ Update Cement framework.
  • 📦 Fix packaging issues.
  • 📝 Add Changelog and Contributors files.
  • 💚 Fix SonarCloud.
  • 👷 Drop Python 3.7 support.
  • ⬆️ Now support Python version from 3.8 to 3.11.
  • 👷 Add docker support and provide docker images.

3.0.1 - Feb 14, 2022

3.0.0 (Cement / peewee full rebuild) - Sep 23, 2020

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:

3.0.0b3 - Sep 15, 2020

Bugfix

3.0.0b2 - Sep 4, 2020

Second beta.

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

3.0.0b1 - Aug 26, 2020

2.0.1 - Nov 1, 2018

2.0.0 (Python3) - May 29, 2018

Changes since v1 serie:

  • 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:
  • QA:

2.0.0.beta2 (Last beta ?) - May 15, 2018

2.0.0.beta1 (Python3 usable !) - Aug 17, 2017

1.1.2 (The last Python 2 version ?) - Jul 22, 2017

  • Some cleanup before archive.
  • Backport "prefixed_path" from Python3 branch.

2.0.0.alpha1 (First Python3 version !) - Jul 22, 2017

  • Enhancement #12 Python 3 suppport.
  • [Enhancement] Python 3 enhancement.
  • [Enhancement] Replace bencode by bencodepy because Py3.
  • [Enhancement] Update Paramiko requirement (>=2.2.1).
  • [Enhancement] Better use of configparser.
  • [Enhancement] More Try / except.

1.1.1 - Feb 17, 2016

Important: update your seedboxsync.ini and replace wath_path by watch_path.

1.1.0 - Feb 4, 2016

1.0.0 - Oct 13, 2015

First stable version.

0.9.0 (a.k.a v1.0.0 RC1) - Aug 20, 2015

First version avalaible from Pypi.

0.5.0 (Full rewrite) - Aug 14, 2015

Pre-release v0.5.0, first release just after a full rewrite.

0.1.0 (Pre-release) - Aug 8, 2015

First quick and not so dirty release before an full rewrite.