Mkdocs-publisher

Latest version: v1.4.6

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.4.0

General

- ❎ extend overall code coverage
- ♻️ code refactor of some shared libraries

Blog

- ✅ blog post link title attribute

Meta

- ❎ support for links and redirections
- ✅ overview pages doesn't respect publication status
- ✅ draft file in hidden directory is generated
- ✅ images link (remove hack fix)
- ♻️ code refactor in many places

Social

- ❎ site name is added to page title

---

> [!note]
> ❎ - added ✅ - fixed ♻️ - changed 🚫 - removed

1.3.1

Meta

- ✅ hidden pages not being hidden when in a hidden directory
- ✅ missing title warning display when file is an overview
- ✅ links normalization
- ✅ cross plugins errors when one of the plugins is disabled

---

> [!note]
> ❎ - added ✅ - fixed ♻️ - changed 🚫 - removed

1.3.0

General

- ❎ added internal ConfigChoicesEnum class for defining config choices
- ❎ added code coverage badge with current coverage % value
- ✅ documentation fixes [61](https://github.com/mkusz/mkdocs-publisher/issues/61)
- ✅ ruff linter settings
- ♻️ isort has been replaced with [ruff](https://github.com/astral-sh/ruff)
- ♻️ assert in unit tests changed to [pytest-check](https://github.com/okken/pytest-check) to use soft assertion functionality

Meta

- ❎ adding an overview functionality [overview](https://mkusz.github.io/mkdocs-publisher/setup/general/pub-meta/#overview-file)
- ❎ slug auto generation if missing in file meta-data ([63](https://github.com/mkusz/mkdocs-publisher/issues/63))
- ♻️ plugin rewrite + add unitttest

Obsidian

- ✅ fix for backlinks destroying links additional attributes like title and anchor
- ♻️ some code simplification and cleanup because of meta plugin rewrite

Debugger

- ❎ live reload time stamp removed from log message when [show_entry_time](https://mkusz.github.io/mkdocs-publisher/setup/development/pub-debugger/#+debugger.console.show_entry_time) setting is enabled (it's default value)
- ❎ adding possibility to remove deprecation warnings when [show_deprecation_warnings](https://mkusz.github.io/mkdocs-publisher/setup/development/pub-debugger/#+debugger.console.show_deprecation_warnings) setting is disabled (it's default value)

---

> [!note]
> ❎ - added ✅ - fixed ♻️ - changed 🚫 - removed

1.2.0

Obsidian

- ❎ support for comments syntax (issue 46)
- ✅ links for file names with space (issue 55)

Minifier

- ❎ setting for file extensions
- ❎ setting for file exclusion (issue 51)
- ❎ setting for enabling cache (issue 52)
- ✅ extensions are no longer case-sensitive
- ✅ minified file detection is no longer case-sensitive

---

> [!note]
> ❎ - added ✅ - fixed ♻️ - changed 🚫 - removed

1.1.1

General

- ❎ license info added to all project files
- ❎ code coverage
- ❎ unit test to part of the code (journey begins)
- ♻️️ flake8 linter has been replaced with [ruff](https://github.com/astral-sh/ruff)
- ♻️️ internal code refactoring and simplifications
- ♻️️ project dependencies has been separated into 3 groups: **general**, **test** and **dev**
- ♻️️ main project dependencies has been updated:
- `mkdocs >= 1.5.3`
- `mkdocs-material >= 9.4.3`

Blog

- ✅ relative links are fixed
- ✅ metadata key `status` collision with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-status) (`>= 9.20`) solved by renaming to `publish` (the same value as in [Obsidian.md](https://help.obsidian.md/Obsidian+Publish/Publish+and+unpublish+notes#Automatically+select+notes+to+publish))
- ✅ `temp_dir` default value changed to `.pub_blog_temp`

Meta

- ✅ metadata key `status` collision with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-status) (`>= 9.20`) solved by renaming to `publish` (the same value as in [Obsidian.md](https://help.obsidian.md/Obsidian+Publish/Publish+and+unpublish+notes#Automatically+select+notes+to+publish))

Minifier

- ✅ `cache_dir` default value changed to `.pub_min_cache`

Obsidian

- ✅ links and wiki links are fixed

Debugger

- ✅ configuration warnings are now captured and can be part of the log file and new console log look & feel

---

> [!note]
> ❎ - added ✅ - fixed ♻️️ - changed 🚫 - removed

1.1.0

General

- ♻️ rename of directory with documentation files
- ♻️ Python libraries update
- ♻️ project naming unification
- ♻️ pre-commit JSON check and obsidian file exclusion
- ♻️ some links updates in documentation
- ♻️ code type hinting updates
- ♻️ logger names unification - it's related to pub-debugger plugin
- ♻️ code refactor and cleanup
- 🚫 drop `python-frontmatter` from Python libraries

Blog

- ✅ minor fix for internal linking (still not full solution)
- ✅ deprecated warning regarding `importlib.resources`

Minifier

- ♻️ small code reformat related to shared library changes
- ♻️ files are not minified when using `mkdocs serve` (this is default behavior, but it can be changed)

Meta

- ❎ possibility to declare whole directory as hidden
- ❎ more logging messages
- ❎ better support for `pub-obsidian` plugin (template and obsidian directory are now always drafts)
- ✅ error with reading `README.md` when no empty line at the end of file
- ✅ adding again the same directory to draft directories when using `mkdocs serve`

Obsidian

- ✅ minor fix for internal linking (still not full fix)
- ✅ fix for preserving new line in callouts

Debugger (new plugin)

- ❎ console log reformatting with configuration
- ❎ logging into `*.log` file with configuration
- ❎ added old log file replacement
- ❎ ZIP file creation with log output and some additional files

---

> [!note]
> ❎ - added ✅ - fixed ♻️️ - changed 🚫 - removed

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.