Skip to content

Releases: goerz/docs_versions_menu

Release 0.5.2

20 Apr 03:42
v0.5.2
Compare
Choose a tag to compare
  • Compatibility with packaging >= 22.0 (#27, #32)

Release 0.5.1

25 Jan 18:45
v0.5.1
Compare
Choose a tag to compare
  • Pin packaging dependency to < 22.0 (#27, #28)

Release 0.5.0

17 Nov 12:16
v0.5.0
Compare
Choose a tag to compare
  • Renamed project to docs-versions-menu (#13)
  • Changed: Removed support for a config file (#9)
  • Dropped support for Python 3.5 and Python 3.6
  • Added support for Python 3.10 and 3.11
  • Improvements to the workflow and documentation.

Release 0.5.0-rc2

04 Apr 22:07
v0.5.0-rc2
Compare
Choose a tag to compare
  • Improvements to the workflow and documentation.
  • Update of conda-feedstock.

Use this release to test migration from doctr-versions-menu to docs-versions-menu.

Release 0.5.0-rc1

25 Mar 23:04
v0.5.0-rc1
Compare
Choose a tag to compare
Release 0.5.0-rc1 Pre-release
Pre-release
  • Renamed project to docs-versions-menu (#13)
  • Changed: Removed support for a config file (#9)
  • Dropped support for Python 3.5

Release 0.4.1

29 Mar 20:03
v0.4.1
Compare
Choose a tag to compare
  • Fixed: The doctr-versions-menu exectuable no longer fails when run outside of a git repository (#15, thanks to Alexander Blech)
  • Fixed: Custom doctr-versions-menu.js_t template were being ignored (#18)

Release 0.4.0

15 Dec 04:43
v0.4.0
Compare
Choose a tag to compare
  • Added: The label in the top left corner of the version menu can now be configured in conf.py (setting menu_title).
  • Added: --default-branch option, group for folder specifications, and default-branch field in versions.json (#12)
  • Changed: The default --versions now uses , automatically picking up on either "master" or "main" as the default branch (#12)
  • Changed: The default template for index.html now automatically forwards to the default-branch (based on the --default-branch option, instead of just "master"), or the first available branch if there is no released version (#12)

This release addresses two major compatibility issues:

  1. Both git and Github have recently switched the name of the default branch from "master" to "main". This release adds support for new projects using "main" as their default branch.
  2. As of December 2020, Travis CI has stopped their support for open source. Consequently, Doctr can no longer be used to deploy documentation at no cost. This release adds rudimentary support for deploying the documentation with Github Actions instead of Doctr, see Deployment with Github Actions.