Skip to content

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.

1.0.1 - 2024-02-29¤

Compare with 1.0.0

Bug Fixes¤

  • Don't import MkDocsConfig (does not exist on MkDocs 1.3-) (9c15664 by Timothée Mazzucotelli).

1.0.0 - 2024-02-27¤

Compare with 0.5.0

Features¤

Bug Fixes¤

0.5.0 - 2023-08-02¤

Compare with 0.4.1

Breaking Changes¤

  • Drop support for Python 3.7

Build¤

  • Migrate to pdm-backend (48b92fb by Michał Górny).

Bug Fixes¤

  • Stop using deprecated warning_filter (7721103 by Kyle King). PR #30

Code Refactoring¤

  • Use new MkDocs plugin logger if available (ca8d758 by Timothée Mazzucotelli).

0.4.1 - 2022-03-07¤

Compare with 0.4.0

Bug Fixes¤

0.4.0 - 2022-03-07¤

Compare with 0.3.1

Features¤

  • Add HTML classes to references: autorefs always, and autorefs-internal or autorefs-external depending on the link (39db59d by Timothée Mazzucotelli). PR #16

Bug Fixes¤

  • Don't compute relative URLs of already relative ones (f6b861c by Timothée Mazzucotelli). PR #15

0.3.1 - 2021-12-27¤

Compare with 0.3.0

Code Refactoring¤

0.3.0 - 2021-07-24¤

Compare with 0.2.1

Features¤

  • Add optional-hover ref type (0288bdd by Brian Koropoff). PR #10

0.2.1 - 2021-05-07¤

Compare with 0.2.0

Bug Fixes¤

  • Prevent error during parallel installations (c90e399 by Timothée Mazzucotelli). PR #9

0.2.0 - 2021-05-03¤

Compare with 0.1.1

Features¤

  • Allow registering absolute URLs for autorefs (621686b by Oleh Prypin). PR #8
  • Allow external tools to insert references that are OK to skip (7619c28 by Oleh Prypin). PR #7
  • Allow [``identifier``][], understood as [``identifier``][identifier] (2d3182d by Oleh Prypin). PR #5

0.1.1 - 2021-02-28¤

Compare with 0.1.0

Packaging¤

  • Remove unused dependencies (9c6a8e6 by Oleh Prypin).

0.1.0 - 2021-02-17¤

Compare with first commit

Features¤

  • Split out "mkdocs-autorefs" plugin from "mkdocstrings" (fe6faa5 by Oleh Prypin).