]> git.phdru.name Git - extfs.d.git/blob - xml-ChangeLog
Feat(torrent): Try harder to guess encoding
[extfs.d.git] / xml-ChangeLog
1 Version 1.2.1 (2023-08-13)
2
3    Update for Python 3.
4
5 Version 1.1.5 (2015-07-08)
6
7    Set directories/files date/time to the last modification time of the XML
8 file.
9
10    Fix flake8 errors.
11
12 Version 1.1.4 (2015-03-21)
13
14    Minor documentation update.
15
16 Version 1.1.3 (2015-03-14)
17
18    Fix a minor bug in handling namespaces (lxml).
19
20 Version 1.1.2 (2015-01-10)
21
22    Changed link to installation instructions.
23
24 Version 1.1.1 (2014-07-17)
25
26    Fix a bug in removing excessive namespaces (lxml).
27
28 Version 1.1.0 (2013-11-26)
29
30    Show comment(s) before the root element.
31
32 Version 1.0.0 (2013-11-23)
33
34    With lxml.etree-based implementation show only child namespaces
35    (calculated as combined namespaces minus parent's namespaces).
36
37 Version 0.6.0 (2013-11-22)
38
39    Refactored _list() and attrs2text() to be completely generic.
40
41 Version 0.5.0 (2013-11-19)
42
43    Added lxml.etree-based implementation.
44
45 Version 0.4.0 (2013-11-19)
46
47    Added ElementTree-based implementation.
48
49 Version 0.3.0 (2013-11-16)
50
51    Initial release. Implementation based on minidom.