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.
v0.1a3
Second release of subpatch.
Changes to the tool
- Adding support for the command line argument
-r | --revision
to theadd
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
- Adding a quick start guide to the front page of the webpage
- Adding a history page to explain the path to subpatch and the learnings from previous attempts and projects
- Adding a reference for the commandline arguments
- Merging the website into the main git repository. This makes it easier to work on subpatch. The old subpatch-website repo is archived now.
Links:
- github release page
- subpatch (standalone python script)
v0.1a2
First release of subpatch. For now it supports only two commands: add
and
status
with a very limited amount of functionality.
Links:
- github release page
- subpatch (standalone python script)