Skip to content

Releases: wilhelmer/mkdocs-unused-files

mkdocs-unused-files-0.2.0

Choose a tag to compare

@wilhelmer wilhelmer released this 17 Jul 15:18
  • Changed behavior of the excluded_files option. Now accept wildcards, e.g., foo-*.jpg (#8)

Note that the exclude_files option no longer supports paths. For example, if you excluded css/favicon.png, change the entry to favicon.png. This will exclude all files named favicon.png in all directories.

mkdocs-unused-files-0.1.7

Choose a tag to compare

@wilhelmer wilhelmer released this 30 Mar 06:50
  • Added bs4 dependency (#7).
  • Added info message that the plugin is disabled when mkdocs serve is used.

mkdocs-unused-files-0.1.6

Choose a tag to compare

@wilhelmer wilhelmer released this 20 Jan 10:47
  • Added the enabled option: This option specifies whether the plugin is enabled when building your project. If you want to switch the plugin off, e.g. for local builds, use an environment variable. Defaults to true.
  • Disabled plugin when mkdocs serve is used (#6).

mkdocs-unused-files-0.1.5

Choose a tag to compare

@wilhelmer wilhelmer released this 16 Jan 08:06
7486029
  • Added the excluded_files option (#4):
    List of files (relative to dir) which are explicitly excluded. Works in combination with file_types. Defaults to [].
  • Added the strict option (#4):
    Elevates the log level to warning. This allows you to use MkDocs' strict flag (mkdocs build -s) to abort a build if unused files exist. Defaults to false.

mkdocs-unused-files-0.1.4

Choose a tag to compare

@wilhelmer wilhelmer released this 17 Dec 19:50
  • Improved reliability when MkDocs' use_directory_urls option is enabled

mkdocs-unused-files-0.1.3

Choose a tag to compare

@wilhelmer wilhelmer released this 15 Dec 16:38
  • Normalize paths for Windows compatibility

mkdocs-unused-files-0.1.2

Choose a tag to compare

@wilhelmer wilhelmer released this 15 Dec 15:51
  • Add note about template files in Readme
  • Refactoring

mkdocs-unused-files-0.1.1

Choose a tag to compare

@wilhelmer wilhelmer released this 15 Dec 12:58
  • Improved support for complex directory structures
  • Now also works when use_directory_urls is omitted or set to true (experimental)

mkdocs-unused-files-0.1.0

Choose a tag to compare

@wilhelmer wilhelmer released this 15 Dec 11:35
  • Initial release.