From cc6adbea4eb5e8502458f069569e4edbbfcb0e6e Mon Sep 17 00:00:00 2001 From: Garrett Birkel Date: Wed, 18 Sep 2024 12:32:10 -0700 Subject: [PATCH] Version bump --- ChangeLog | 5 +++++ ljdump.py | 2 +- ljdumpsqlite.py | 2 +- ljdumptohtml.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) 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 #