Skip to content

v1.1.0

Compare
Choose a tag to compare
@mkusz mkusz released this 01 Sep 12:14
· 21 commits to main since this release
a25d1ec

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