forked from ghewgill/ljdump
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
74 lines (48 loc) · 1.99 KB
/
ChangeLog
File metadata and controls
74 lines (48 loc) · 1.99 KB
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
ChangeLog - ljdump
Version 2.0.0 - 2024-09-01
- Support (and require) Python 3
- 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
- Environment variable LJDUMP_CONFIG_PATH allows reading config
file from alternative path.
- Stable order of fields in XML output. (Tag order is still not
stable, but that's coming as one string from the server.)
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