diff --git a/ChangeLog b/ChangeLog index ca0b92d..ab7326b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ ChangeLog - ljdump +Version 1.7.9 - 2024-09-18 + +- Table of contents for the table of contents! +- First version of an "uncached images" report to help people find broken image links in their journal. + Version 1.7.8 - 2024-09-07 - Changing "stop at fifty" command line flag to a "max n" argument, with a default of 400. diff --git a/ljdump.py b/ljdump.py index bcc72f7..62eedf3 100755 --- a/ljdump.py +++ b/ljdump.py @@ -3,7 +3,7 @@ # # ljdump.py - livejournal archiver # Greg Hewgill, Garrett Birkel, et al -# Version 1.7.8 +# Version 1.7.9 # # LICENSE # diff --git a/ljdumpsqlite.py b/ljdumpsqlite.py index 601174c..10b1e3f 100644 --- a/ljdumpsqlite.py +++ b/ljdumpsqlite.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ljdumpsqlite.py - SQLite support tools for livejournal archiver -# Version 1.7.8 +# Version 1.7.9 # # LICENSE # diff --git a/ljdumptohtml.py b/ljdumptohtml.py index a77b5f7..b789334 100755 --- a/ljdumptohtml.py +++ b/ljdumptohtml.py @@ -3,7 +3,7 @@ # # ljdumptohtml.py - convert sqlite livejournal archive to html pages # Garrett Birkel et al -# Version 1.7.8 +# Version 1.7.9 # # LICENSE #