File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33.. towncrier release notes start
44
5+ Mimeogram 1.2 (2025-03-29)
6+ ==========================
7+
8+ Bugfixes
9+ --------
10+
11+ - Character set decoding error was raised when unable to detect line separator.
12+ Now, a warning is issued and the OS-native line separator is assumed.
13+ - Release 1.1 executables were broken due to incomplete bundling of ``tiktoken ``
14+ dependencies. Completely bundle these. (Bug report from @wad11656.)
15+
16+
17+ Features
18+ --------
19+
20+ - Ignore macOS ``.DS_Store `` file, regardless of whether it is listed in
21+ ``.gitignore `` or whether there is a ``.gitignore `` when collecting files from
22+ a directory.
23+
24+ Likewise, ignore ``.env `` when collecting files from a directory. (For
25+ security reasons, as there may be secrets in it.)
26+
27+ One can still explicitly specify ignored files to include them in mimeograms.
28+ Ignoring only applies to collecting files from directories, when directories
29+ are given as arguments to ``mimeogram create ``.
30+
31+
532Mimeogram 1.1 (2025-03-02)
633==========================
734
You can’t perform that action at this time.
0 commit comments