Skip to content

Changes

2023.10.5
  • Fixed inconsistent default for header date - now default is empty and not the current date as value
    2023.10.4
    • Changed some defaults to minimize noise in meta files
2023.10.3
  • Added some vertical space tuning parameters
2023.6.25
2023.6.22
2023.6.17
  • Enabled control over showing approvals, changes, and notices (https://todo.sr.ht/~sthagen/liitos/39)
  • Moved SBOM noise into folder and added SPDX SBOM (derived) in multiple file formats
2023.5.13
2023.5.10
2023.5.9
  • Feature: Added tablefontsize parser function and corresponding tests
  • Fix: Make the SVG asset patching more robust (https://todo.sr.ht/~sthagen/liitos/28)
  • Feature: Widened the author column in the change log table
2023.4.25
2023.2.14
2023.2.13
2023.2.12
2023.2.8
2023.2.7
2023.2.6
2023.2.5
2023.2.4
  • Feature: Added from-format-spec and filter-cs-list parameters to extend the pandoc transformations
  • Feature: Added enter log messages per function
  • Fixed process render command to actually return the result codes to the parent process (some failures are now final!)
  • Feature: Implemented minimal environment tool version reporting before rendering (https://todo.sr.ht/~sthagen/liitos/14)
2023.2.1
2023.1.31
  • Feature: Added the header filtering and documented the use
  • Feature: Enabled strike-out (a.k.a. strike-through) markup per the usual double tilde bracketing
  • Refactoring: Replaced a print statement with a log call in patch module
  • Refactoring: Wrapped all diff log loops in another newline split-level to ensure consistent prefixing
2023.1.29
  • Feature: Added processing of columns command (no consideration when patching tables yet)
  • Feature: Documented how to remove the bold style from description list terms in usage docs
2023.1.25
  • Feature: Added experimental suppression of hyphenation
  • Feature: Implemented an option command for opinionated table patching
2023.1.22
2023.1.21
2023.1.17
2023.1.14
2023.1.12
2023.1.11
2023.1.10

2022

2022.12.14
  • Fixed title token in vocabulary (currently used only in packages interfacing with liitos)
2022.12.13
  • Added new example for showing no date in the header
  • Added new example for showing no date in the header and moving iss-rev field into that slot
  • Added meta data keys to show or hide the three sub header fields coined id, iss_rev, and date
  • Added workaround meta data key to disable the semantics of the header date field
2022.12.12
  • Added info to error log from image parse
  • Fixed inventory (failed CPSR refactoring)
2022.12.11
  • Enhanced the logging
  • Refactored markdown image text line rewrites for transformed images (formats)
2022.12.10
  • Fixed silent failing svg-to-png conversion target path rename per ABYL ten times and extended logging
2022.12.9
  • Fixed failing image parse cases where multiple spaces between src and alt as well as for empty caps
2022.12.8
  • Fixed link to CycloneDX format SBOM (the cyclonedx python package still does not find the indirect dependencies)
  • Fixed transformation of relative upwards image source links
  • Implemented more robust (and chatty) markdown image text line parser
2022.12.7
  • Added creation of inventory file as post action to the rendering
  • Added diff outputs in unified format for filter steps when rendering
  • Added foran (vcs) and taksonomia (taxonomy) services per dependencies
  • Added vcs info to renderer
  • Extended and enhanced the deep example
  • Fixed specific app SVG renaming (dangling ref) and extended to any app (naive parser)
2022.12.6
  • Boosted test coverage above 80%
2022.12.5
  • Added eject command for templates
  • Added user patching to render command
  • Increased the test coverage - way to go
  • Updated user documentation
2022.12.4
  • Fixed broken console script
2022.12.3
  • Added concat command with prototype level implementation (WIP) - works already with the example/deep prod_kind target and deep facet
  • Added meta weave for partial meta data
  • Added mixed processing of future simplified include strategy
  • Added more timely and more precise basic validation of request versus structure
  • Added template handling
  • Extended changes and approvals implementation to deal with channel dependent topologies
  • Migrated to treelib and streamlined intermediate logging
  • Removed outdated prototype code
2022.11.3
  • Made the liitos.templates package an explicit member (YAGNI)
2022.11.2
  • Added meta data parsing to verifier
  • Added verbosity flag
2022.10.18
  • Added YAML format readers for approvals and changes
2022.9.18
  • Added command line verification script
  • Added documentation
  • Added PyYAML dependency
2022.8.1
  • Initial release on PyPI