Skip to content

Releases: getpatchwork/patchwork

v1.1.1

09 Apr 20:42
Compare
Choose a tag to compare

This release fixes a number of bugs found in the v1.1.0 release.

v1.1.0 ("Cashmere")

05 Mar 16:52
Compare
Choose a tag to compare

This release focuses on usability and maintainability, and sets us up nicely for a v2.0.0 release in the near future. Feature highlights of v1.1.0 include:

  • Automated delegation of patches, based on the files modified in said patches.
  • Storing of test results, a.k.a. "checks", on a patch-by-patch basis.
  • Delegation of patches to any registered Patchwork user (previously one had to be a registered maintainer).
  • Overhaul of the web UI, which is now based on Bootstrap.
  • Python 3 support.

You can see the full list of changes in the CHANGELOG. You can also refer to the documentation for this release.

v1.0.0 ("Burlap")

01 Feb 17:04
Compare
Choose a tag to compare

This release focuses on updating Patchwork to use the latest dependencies and modern Python development standards. Feature highlights of v1.0.0 include:

  • Parsing and display of patch "tags".
  • Django 1.7 and 1.8 support.
  • Use of Django migrations and staticfiles, for database migrations and gathering of static files, respectively.

You can see the full list of changes in the CHANGELOG. You can also refer to the documentation for this release.

v0.9.0 ("Alpaca")

01 Feb 17:08
Compare
Choose a tag to compare

This represents the state of the Patchwork code before adopting semantic versioning, along with fabric-inspired release names. For information on the features available in this release, refer to the git logs.