]> git.phdru.name Git - extfs.d.git/blob - torrent-ChangeLog
Feat(torrent): Try harder to guess encoding
[extfs.d.git] / torrent-ChangeLog
1 Version 1.3.1 (2023-08-13)
2
3    Update for Python 3.
4
5 Version 1.2.4 (2018-05-18)
6
7    Fix a bug in handling overflow with dates > 2038 year.
8
9 Version 1.2.3 (2015-07-08)
10
11    Set directories/files date/time to the content of ".META/creation date" file
12 if it exists or to the last modification time of the torrent file itself.
13
14    Fix flake8 errors.
15
16 Version 1.2.2 (2015-01-10)
17
18    Changed link to installation instructions.
19
20 Version 1.2.1 (2013-11-20)
21
22    Fixed a minor bug.
23
24 Version 1.2.0 (2013-11-16)
25
26    Get charset from the environment.
27
28 Version 1.1.1 (2013-11-11)
29
30    Documented the fact that the script can be put in
31 $HOME/[.local/share/].mc/extfs.d.
32
33 Version 1.1.0 (2013-06-10)
34
35    Show DHT nodes if they are present.
36
37    Show publisher and publisher-url if they are available.
38
39    Use name.utf-8, path.utf-8 and comment.utf-8 if those are available.
40
41    Use codepage instead of encoding if codepage is available
42    and encoding is not.
43
44 Version 1.0.0 (2010-11-11)
45
46    Initial release.