Releases: mgedmin/irclog2html
Releases · mgedmin/irclog2html
4.0.0
Backwards-incompatible changes
- Remove CGI support if you're using Python 3.13 or newer. You'll have to use the WSGI support instead.
What's Changed
- Add Python 3.12 and 3.13 support.
- Remove Python 2 crumbs by @a-detiste in #35
New Contributors
- @a-detiste made their first contribution in #35
Full Changelog: 3.0.0...4.0.0
3.0.0
2.17.3
2.17.2
2.17.1
2.17.0
2.16.0
- Support Python 3.6.
- Fix for duplicated lines with the same time where the resulting HTML id anchors would evolve into long form like "t22:24:49-2-3-4-5-6-7-8-9-10" instead of "t22:24:49-10" resulting in significant output file size growth in some cases.
- Add
--output-dir
(-o
) parameter tologs2html
so you can place the generated HTML files in a directory different from the input directory.