Even though we want to keep the release up-to-date, it is impossible to make one for every single patch we have applied to the current version to fix a bug. We strongly recommend using the bugfix branch from our repository. To get it, execute:
git clone -b bugfix git://git.code.sf.net/p/themole/code themole-code
In order to put it up to date, before using it, update it by executing:
git pull origin bugfix
If you want to try our every-day-changing development version, you can clone the master branch of our git repository issuing the following command:
git clone git://git.code.sf.net/p/themole/code themole-code
And in order to put it up to date, before using it, update it by execute:
git pull origin master