Skip to content

v1.2

Choose a tag to compare

@github-actions github-actions released this 29 Mar 23:19
· 66 commits to master since this release
v1.2
75415dd

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.2 (2025-03-29)

Bugfixes

  • Character set decoding error was raised when unable to detect line separator.
    Now, a warning is issued and the OS-native line separator is assumed.
  • Release 1.1 executables were broken due to incomplete bundling of tiktoken
    dependencies. Completely bundle these. (Bug report from @wad11656.)

Features

  • Ignore macOS .DS_Store file, regardless of whether it is listed in
    .gitignore or whether there is a .gitignore when collecting files from
    a directory.

    Likewise, ignore .env when collecting files from a directory. (For
    security reasons, as there may be secrets in it.)

    One can still explicitly specify ignored files to include them in mimeograms.
    Ignoring only applies to collecting files from directories, when directories
    are given as arguments to mimeogram create.