changelog.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .. _changelog:
  2. =========
  3. Changelog
  4. =========
  5. Version 0.2
  6. ===========
  7. Version 0.2.3
  8. -------------
  9. * Fixed return codes of main() function and exit with non-zero status if no matching refs were found.
  10. * Added some logging calls to the git module.
  11. * Fixed bug where local branch was used to check the existence of files on remote branches.
  12. Version 0.2.2
  13. -------------
  14. * Added additional checks to determine if a branch or tag contains both the Sphinx source directory and the :file:`conf.py` file. If that's not the case, that branch or tag is skipped automatically and not copied to the temporary directory. (`#9 <issue9_>`_)
  15. Version 0.2.1
  16. -------------
  17. * Fixed handling of absolute output paths in `vpathto` and ensure that all generated paths are relative.
  18. Version 0.2.0
  19. -------------
  20. * Added a way to override config variables using placeholders that expand to each version's actual value (`#4 <issue4_>`_, `#7 <issue7_>`_).
  21. Version 0.1
  22. ===========
  23. Version 0.1.1
  24. -------------
  25. * Fixed version number in documentation
  26. * Fixed issue that caused the wrong configuration directory being used when the ``-c`` arguement was not specified on the command line
  27. Version 0.1.0
  28. -------------
  29. * Initial release
  30. .. _issue4: https://github.com/Holzhaus/sphinx-multiversion/issues/4
  31. .. _issue7: https://github.com/Holzhaus/sphinx-multiversion/issues/7
  32. .. _issue9: https://github.com/Holzhaus/sphinx-multiversion/issues/9