changelog.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .. _changelog:
  2. =========
  3. Changelog
  4. =========
  5. Version 0.2
  6. ===========
  7. Version 0.2.4 (unreleased)
  8. --------------------------
  9. * Skip file existence check for the :file:`.` directory. This fixes an issue if the configuration or source directory is in the local path but reported as missing, because ``git cat-file -e`` always reports an error in that case. (`#12 <issue12_>`_)
  10. Version 0.2.3
  11. -------------
  12. * Fixed return codes of main() function and exit with non-zero status if no matching refs were found.
  13. * Added some logging calls to the git module.
  14. * Fixed bug where local branch was used to check the existence of files on remote branches.
  15. Version 0.2.2
  16. -------------
  17. * 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_>`_)
  18. Version 0.2.1
  19. -------------
  20. * Fixed handling of absolute output paths in `vpathto` and ensure that all generated paths are relative.
  21. Version 0.2.0
  22. -------------
  23. * Added a way to override config variables using placeholders that expand to each version's actual value (`#4 <issue4_>`_, `#7 <issue7_>`_).
  24. Version 0.1
  25. ===========
  26. Version 0.1.1
  27. -------------
  28. * Fixed version number in documentation
  29. * Fixed issue that caused the wrong configuration directory being used when the ``-c`` arguement was not specified on the command line
  30. Version 0.1.0
  31. -------------
  32. * Initial release
  33. .. _issue4: https://github.com/Holzhaus/sphinx-multiversion/issues/4
  34. .. _issue7: https://github.com/Holzhaus/sphinx-multiversion/issues/7
  35. .. _issue9: https://github.com/Holzhaus/sphinx-multiversion/issues/9
  36. .. _issue12: https://github.com/Holzhaus/sphinx-multiversion/issues/12