-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtorrent-ChangeLog
More file actions
55 lines (30 loc) · 1.16 KB
/
torrent-ChangeLog
File metadata and controls
55 lines (30 loc) · 1.16 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
Version 1.4.1 (2025-01-11)
Fix a problem with torrents that set creation_date too far in the future:
limit the year to 9999.
Version 1.4.0 (2025-01-11)
Include eff_bdecode.py into the code.
Version 1.3.1 (2023-08-13)
Update for Python 3.
Version 1.2.4 (2018-05-18)
Fix a bug in handling overflow with dates > 2038 year.
Version 1.2.3 (2015-07-08)
Set directories/files date/time to the content of ".META/creation date" file
if it exists or to the last modification time of the torrent file itself.
Fix flake8 errors.
Version 1.2.2 (2015-01-10)
Changed link to installation instructions.
Version 1.2.1 (2013-11-20)
Fixed a minor bug.
Version 1.2.0 (2013-11-16)
Get charset from the environment.
Version 1.1.1 (2013-11-11)
Documented the fact that the script can be put in
$HOME/[.local/share/].mc/extfs.d.
Version 1.1.0 (2013-06-10)
Show DHT nodes if they are present.
Show publisher and publisher-url if they are available.
Use name.utf-8, path.utf-8 and comment.utf-8 if those are available.
Use codepage instead of encoding if codepage is available
and encoding is not.
Version 1.0.0 (2010-11-11)
Initial release.