Skip to content

Releases: mgedmin/irclog2html

3.0.0

28 Aug 10:43
3.0.0
Compare
Choose a tag to compare
  • The usual supported Python version churn (drop 2.7, 3.6, add 3.10, 3.11)
  • Make permalinks permanent even from the latest.html file, by emitting the filename in the links.
  • Set viewport initial scale for improved mobile experience (#32)
  • Support ii log files (#33).

2.17.3

12 Jul 07:16
2.17.3
Compare
Choose a tag to compare
  • Fix a bug where specifying --output-dir (-o) to logs2html would mistakenly skip generating some HTML files if they existed in the source directory (#29)
  • The usual supported Python version churn (add 3.8, 3.9, drop 3.5).

2.17.2

19 Apr 09:52
2.17.2
Compare
Choose a tag to compare
  • Drop support for Python 3.4.

2.17.1

19 Apr 09:52
2.17.1
Compare
Choose a tag to compare
  • Python versions: support 3.7, drop 3.3.
  • Support python -m irclog2html as shortcut for python -m irclog2html.irclog2html.
  • Make irclogserver ignore hidden directories (such as .git).

2.17.0

19 Apr 09:51
2.17.0
Compare
Choose a tag to compare
  • Support ii logs which use Unix timestamps (#21).

2.16.0

20 Dec 13:10
2.16.0
Compare
Choose a tag to compare
  • 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 to logs2html so you can place the generated HTML files in a directory different from the input directory.