summaryrefslogtreecommitdiff
path: root/support/spix/CHANGELOG.md
blob: 59fbcaeb635b24bafbb0ec5e8ec0482d01280208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* spix 1.1.0 (2020-07-23)

    * Python 3.9 support.
    * Replace `pathlib.PosixPath` with `pathlib.Path`.
    * Merge `__init__.py` and `__main__.py` into a single `spix.py` file.
    * Add a man page.

    -- Louis Paternault <spalax@gresille.org>

* spix 1.0.1 (2020-06-23)

    * Do not crash when processing non-UTF8 files (closes #1).

    -- Louis Paternault <spalax@gresille.org>

* spix 1.0.0 (2020-06-19)

    * [doc] Minor documentation improvements.

    -- Louis Paternault <spalax@gresille.org>

* spix 1.0.0-beta2 (2020-06-12)

    * [command line] Use FILE instead of TEX in description of command line arguments.
    * Code snippet can use environment variables `$basename`, `$texname`.

    -- Louis Paternault <spalax@gresille.org>

* spix 1.0.0-beta (2020-06-11)

    * First published version.

    -- Louis Paternault <spalax@gresille.org>