Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 2.38 KB

CHANGELOG.rst

File metadata and controls

85 lines (56 loc) · 2.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.7] - 10 January 2023

Added

  • [#27](#27) Sphinx extension classifier - thanks @jdillard!

Updated

  • [#28](#28): Black dependency for pre-commit - thanks @jdillard!

[0.2.6] - 26 January 2022

Added

  • Default CSS for lists.

[0.2.4] - 21 January 2022

Added

  • Linting with pre-commit.

Updated

  • Breaking change: The package is now named sphinx-contributors.
  • Breaking change: The required Sphinx version is at least 3.0.
  • Replaced Travis CI for GitHub Actions.
  • Replaced setup.py for pyproject.toml.

[0.2.3] - 25 November 2021

Added

  • [#1](#1): The directive supports an option to render contributor's avatars - thanks @segfaultxavi!
  • [#3])(#3): The docs now explain how to render contributors in a grid view.
  • [#4](#4): The directive supports an option to hide the number of commits done by a contributor.
  • [#13](#13): Docs for this extesion are now hosted on ReadTheDocs.

Updated

  • The extension now raises a warning instead of an error if the repository cannot be retrieved. This is especially useful when trying to build docs without internet connection.

[0.2.2] - 03 August 2019

Added

  • [#2](#2): The directive supports an option to limit the number of contributors.
  • The directive supports an option to sort contributors per number of commits.
  • The directive supports an option to exclude usernames from the contributors' list.

Changed

  • Before, the repository name was passed as an option. Now, the directive accepts the repository name as an argument.

[0.1.0] - 18 July 2018

Added

  • Initial code release