forked from ulysses4ever/ljdump
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
127 lines (79 loc) · 3.48 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
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.
Version 1.7.7 - 2024-08-14
- Slightly better unicode handling for tags and music
Version 1.7.6 - 2024-06-26
- Attempt to fix music field parsing for some entries
- Fix for crash on missing security properties for some entries
- Image fetch timeout reduced from 5 seconds to 4 seconds
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.
Version 1.7.3 - 2024-04-04
- An image caching fix for the Python 3 port
Version 1.7.2 - 2024-04-02
- A handful of bug fixes for the Python 3 port
Version 1.7 - 2024-04-02
- Removed old non-sql storage methods
- Added image caching option
- Ported to Python 3
Version 1.6.1 - 2024-03-25
- "--sql" is now the default (and replaced with "--nosql")
- Downloads mood information for the given user
- Downloads tag statistics for the given user
Version 1.6 - 2024-03-24
- Adding a "--sql" option, which stores everything (entries,
comments, userpic metadata, sync status) in an sqlite database.
The only things not stored there are the userpic files,
e.g. good_day.png, cool_entry.gif. Those are written as files.
The database can be manipulated with all the usual tools.
This is a bit more portable format for people with a lot of
entries and comments.
Version 1.5.2 - 2020-01-01
- Prompt for alternative server, defaulting to LJ
- Use "clear" auth method, since Dreamwidth has dropped challenge
auth; the challenge method is incompatible with secure password
handling on the server.
- Correspondingly, default all URLs to https: to protect passwords
in transit.
- Bugfix: GUI was ignoring "journal" field
- Add --quiet option to suppress log messages
- Allow config file to omit password, in which case ljdump will
prompt for it
Version 1.5.1 - 2010-12-29
- Suppress warning about deprecated md5 module
- Don't attempt to fetch default userpic if the user hasn't set one
Version 1.5 - 2009-02-04
- Include convertdump.py for Wordpress conversions.
Version 1.4 - 2009-01-13
- Now supports downloading entries and comments from communities
Version 1.3.3 - 2009-01-10
- Feature: ljdump now prompts for login info if ljdump.config does not exist
- Bugfix: Automatically handle UnicodeDecodeError for old entries
- Bugfix: Handle more non-filename characters of userpic keywords
Version 1.3.2 - 2009-01-09
- Bugfix: Handle case where userpic keywords contain a / or \.
Version 1.3.1 - 2009-01-08
- Feature: Download and save userpic images
- Feature: Resume download where it left off if interrupted
- Bugfix: Handle userpic keywords with non-ASCII characters
- Bugfix: Handle unexpected empty item
Version 1.2 - 2006-09-08
- Fetch userpic data into userpics.xml
Version 1.1 - 2006-01-09
- Add comment downloading.
Version 1.0.3 - 2005-12-25
- Get updated journal entries in addition to new entries
Version 1.0.2 - 2005-11-25
- Set +x on ljdump.py
Version 1.0.1 - 2005-11-25
- Corrected total items count
- Added shebang line to top of script
Version 1.0 - 2005-11-25
- Initial version