Skip to content

Releases: homeisfar/LinuxDir2HTML

v1.6.1

22 Mar 01:11

Choose a tag to compare

At last! Fixed certain characters breaking output

I've been thinking I'd do a big rewrite with JSON and Wunderbaum, but
that turned out to be time-consuming. So instead I just improved the
current template.

Fixed: Characters like asterisks and new lines no longer break the
output.
Fixed: Directories for which the current user does not have read
permissions will no longer break the output.

This means LinuxDir2HTML can finally index from / with --hidden and
still produce an accurate output. This is a pretty bad idea, especially
because /proc/kcore will be read as a file, but it CAN be done!

Finally, in some sense Firefox 33 and other contemporary browsers is
now a minimum requirement to browse the output due to changes in the
template.

v1.6.0

14 Dec 23:07

Choose a tag to compare

Add --symlink and --silent options

v1.5.0

27 Oct 19:52

Choose a tag to compare

Fix errors on write and handle double quotes

v1.4.0

24 Aug 04:49

Choose a tag to compare

Added --child and --startswith flags. Safety improved.

v1.3.0

27 Jul 21:33

Choose a tag to compare

All essential features complete, known bugs patched, and now distributed on PyPI