- Add the ``build-on-create`` option, which triggers a build when the job is created (thanks `bartoszj`_).
- Ignore permission denied errors during job cleanup (thanks `bartoszj`_).
- Fix issue with listing local mercurial branches (thanks `Myz`_).
0.15.1
^^^^^^^^^^^^^^^^^^^^^
- The ``repo`` and ``repo-orig`` keys are now available to the ``namefmt`` and ``substitute`` options. They hold the sanitized and raw value of the ``repo`` top-level config key.
0.15.0
^^^^^^^^^^^^^^^^^^^^^
- The ``*`` wildcard can now be used in the ``branches`` config key of ``jenkins-makejobs-svn``. Example usage: ``file:///repo/projects/*/branches``.
0.14.3
^^^^^^^^^^^^^^^^^^^^^
- Fix sticky state when template job is enabled (thanks `d-a-n`_ and `sustmi`_).
0.14.2
^^^^^^^^^^^^^^^^^^^^^
- Fix reading of scm-username and scm-password from stdin (thanks `yamikuronue`_).
- Fix user input on Python 3.
- Fix typo that was preveneting jenkins-autojobs from working on Python 2.6 (thanks `aklemp`_).
0.14.1
^^^^^^^^^^^^^^^^^^^^^
- Ignore the 'All' view when adding jobs to views (thanks `myz`_).
- View creation now respects the dryrun (-n) option (thanks `aklemp`_).
- Fix reporting of view creation (thanks `aklemp`_).
- Fix the httpdebug (-t) option on Python 3. The `httpdebug` option is now available in the config file.