Skip to content

Releases: JonasDoesThings/mkdocs-exclude-unused-files

v1.4.0

09 Jun 16:30
Compare
Choose a tag to compare

What's Changed

  • fix: Disabling while in 'serve' mode after first run by @Sewer56 in #5
  • fix: macos filesystem bug where files get marked as unused wrongly in serve mode
  • docs: improve CONTRIBUTING.md

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

27 Jan 19:49
Compare
Choose a tag to compare

What's changed

feat: add file_name_suffixes_to_trim setting to allow using #only-light/#only-dark with mkdocs-material by default (fixes #4)
fix: check if path is a http(s) link before processing it to fix behavior on windows
build: bump dependency versions

Upgrading

pip install --upgrade mkdocs-exclude-unused-files

PyPi Permalink: https://pypi.org/project/mkdocs-exclude-unused-files/1.3.0/
Full Changelog: v1.2.1...v1.3.0

v1.2.1

24 May 17:04
Compare
Choose a tag to compare

What's Changed

This released merges a big Pull Request by @DariuszPorowski, thanks for that :)

  • feat: add possibility to enable/disable the plugin dynamically via enabled and enabled_on_serve config key
  • feat: add possibility to fine tune the checked file types using the file_types_override_mode config key
  • feat: add more ways to write the plugin name in the config
  • fix: various improvements and handrails
  • build: move from setup.py to pyproject.toml
  • build: improve dev workflow using poetry
  • build: improve dev workflow by integrating linting and other code checking tools
  • build: add various github actions pipelines
  • tests: add some baisc tests
  • docs: update README with the new configuration keys
  • docs: improve CONTRIBUTING.md

Check out the PR #3 and the updated CONTRIBUTING.md to get all the information on the merged PR and added workflows :)

Upgrading

pip install --upgrade mkdocs-exclude-unused-files

PyPi Permalink: https://pypi.org/project/mkdocs-exclude-unused-files/1.2.1/
Full Changelog: v1.1.0...v1.2.1

v1.1.0 | Improved Detection

29 Mar 14:06
Compare
Choose a tag to compare

What's Changed

This release merges a Pull Request adding further reference & tag detection, and code improvements + a bug fix.

  • feat: common html tags + common files ext by @DariuszPorowski (pr: #1)
  • fix: [bug] KeyError: 'href' error (issue: #2)

New Contributors

Upgrading

pip install --upgrade mkdocs-exclude-unused-files

PyPi Permalink: https://pypi.org/project/mkdocs-exclude-unused-files/1.1.0/
Full Changelog: https://github.com/JonasDoesThings/mkdocs-exclude-unused-files/commits/v1.1.0