Skip to content

Commit 75415dd

Browse files
committed
Update changelog.
1 parent 155c180 commit 75415dd

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

changelog.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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+
532
Mimeogram 1.1 (2025-03-02)
633
==========================
734

0 commit comments

Comments
 (0)