From 5c8aba2d581b51e2fee9ab0cae4844d6f6eee9bf Mon Sep 17 00:00:00 2001 From: Garrett Birkel Date: Mon, 20 May 2024 23:53:15 -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 d5b0f29..804d954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ ChangeLog - ljdump +Version 1.7.5 - 2024-05-20 + +- Fixed time conversion error on Windows machines. +- Support for downloading Dreamwidth-hosted images via cookie. Based on code contributed by DW user quietmoment. + Version 1.7.4 - 2024-04-30 - Added an option to stop the script from trying to cache images that failed to cache once already. diff --git a/ljdump.py b/ljdump.py index 4f363e2..d9ac827 100755 --- a/ljdump.py +++ b/ljdump.py @@ -3,7 +3,7 @@ # # ljdump.py - livejournal archiver # Greg Hewgill, Garrett Birkel, et al -# Version 1.7.4 +# Version 1.7.5 # # LICENSE # diff --git a/ljdumpsqlite.py b/ljdumpsqlite.py index 298babf..83e8057 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.4 +# Version 1.7.5 # # LICENSE # diff --git a/ljdumptohtml.py b/ljdumptohtml.py index d6a479a..720feeb 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.4 +# Version 1.7.5 # # LICENSE #