forked from mete0r/pyhwp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
32 lines (24 loc) · 785 Bytes
/
CHANGES
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
CHANGES
=======
0.1b5 (2013-10-29)
------------------
- close #134
- hwp5html generates .xhtml instead of .html
- hwp5proc: new '--no-xml-decl' option
- hwp5odt: fix to not use '/' in resulting style names
- hwp5proc: IdMappings.memoshape only if version > 5.0.1.6
0.1b4 (2013-07-03)
------------------
- hwp5proc records: new option '--raw-header'
- hwp5odt: new '--document' option produces single ODT XML files (*.fodt)
- hwp5odt: new '--styles', '--content' option produces styles/content XML files
- ODT XSL files restructured
0.1b3 (2013-06-18)
------------------
- Fix IdMappings (#125)
- hwp5proc records: new option '--raw-payload'
- hwp5proc xml: FlagsType as xsd:hexBinary
- Various binary/xml models changes
0.1b2 (2013-06-08)
------------------
- Add PyPy support