Skip to content

v1.4

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:51
· 50 commits to master since this release
v1.4
6e954f1

Executables

Linux

The Linux executables are dynamically linked and require a Glibc-based OS
distribution from 2022 or later (Ubuntu 22.04+, RHEL 9+, or derivatives). For
older Glibc-based OS distributions and non-Glibc-based OS distributions
(Alpine, etc...), please install the Python package instead.

Other Platforms

The macOS and Windows executables should work on any recent version of their
respective operating systems.

Mimeogram v1.4 (2025-07-05)

Enhancements

  • Add deterministic boundary option for reproducible mimeogram output. When
    enabled via --deterministic-boundary CLI flag or deterministic-boundary
    configuration setting, boundaries are generated from content hashes instead of
    random UUIDs, making output diff-friendly for version control workflows.
    (Feature request from @developingjames.)
  • Call finalize_module instead of reclassify_modules to improve
    documentation by applying Dynadoc to it.

Repairs

  • Replace call to reclassify_modules with finalize_module to address
    deprecation warning.