Releases

This page lists all subpatch release with the release notes. The order is: newest/latest releases are at the top, oldest releases are at the bottom. To install subpatch, follow the steps in the installation tutorial.

You always can download the latest standalone python script at the URL: https://subpatch.net/downloads/latest/subpatch

Warning: subpatch is in a very very early stage. Do not use it in production environments! E.g. the config format will change. Nevertheless please try it out. Any feedback is welcome.

v0.1a4

Third release of subpatch.

Changes to the tool

  • Add command update
  • Add command help
  • Implement --depth=1 download optimization for subprojects using git
  • Fix some bugs
  • Rework status and list command
  • Relicense as GPL-2.0-only to make it 1to1 compatible with the git and the Linux kernel source code
  • Store revision argument in subproject metadata

Changes to the website

  • A lot of stuff.

Further links:

Date: 2025-01-26

v0.1a3

Second release of subpatch.

Changes to the tool

  • Adding support for the command line argument -r | --revision to the add command. This allows to checkout a specific branch, tag or commit or tag id for the subproject.
  • Fix the limitation that only one subproject can be added to the superproject. Now the tool really starts to become usable to management multiple subprojects.

Changes to the website

Further links:

Date: 2024-10-10

v0.1a2

First release of subpatch. For now it supports only two commands: add and status with a very limited amount of functionality.

Further links:

Date: 2024-08-26