forked from 4teamwork/docxcompose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY.txt
173 lines (105 loc) · 3.15 KB
/
HISTORY.txt
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
Changelog
=========
1.0.0a17 (unreleased)
---------------------
- Nothing changed yet.
1.0.0a16 (2019-01-15)
---------------------
- Prevent artifacts of previously cached doc property values during update. [deiferni]
1.0.0a15 (2018-12-12)
---------------------
- Fix updating doc-properties with non-ascii names. [deiferni]
- Don't handle hyperlink references twice. [deiferni]
1.0.0a14 (2018-12-04)
---------------------
- Implement generic handling of referenced parts. Among other, this adds
support for embedded Excel charts.
[buchi]
- Handle embedded SVGs.
[buchi]
- Add styles from other parts, e.g. footnotes.
[buchi]
1.0.0a13 (2018-11-05)
---------------------
- Fix list-styles being set incorrectly when restarting numberings.
[deiferni]
1.0.0a12 (2018-10-30)
---------------------
- Fix setting section type for appended documents with only one section.
[deiferni]
1.0.0a11 (2018-07-30)
---------------------
- Fix handling of section type.
[buchi]
- Fix an issue where the listing style of the first element was different.
[deiferni]
- Fix issue when restarting intermittent numbering.
[deiferni]
1.0.0a10 (2018-07-18)
---------------------
- Add console script command to compose two or more word files.
[deiferni]
1.0.0a9 (2018-05-01)
--------------------
- Fix error in mapping of num_ids introduced in 1.0.0.a7.
[buchi]
- Do not fail when numbering zero is referenced.
[deiferni]
1.0.0a8 (2018-04-26)
--------------------
- Only attempt to set the nsid when it is available.
[deiferni]
1.0.0a7 (2018-04-20)
--------------------
- Fix handling of images in WordprocessingGroups (<wpg:wpg>).
[buchi]
- Fix handling of shapes in shape groups (<v:group>).
[buchi]
- Fix handling of numberings, avoid inserting multiple numbering properties.
[buchi]
- Fix renumbering of bookmarks.
[buchi]
- Renumber ids of drawing object properties (<wp:docPr>).
[buchi]
1.0.0a6 (2018-02-20)
--------------------
- Do not restart numbering of bullets.
[buchi]
1.0.0a5 (2018-01-11)
--------------------
- Renumber bookmarks to avoid duplicate ids.
[buchi]
- Add support for shapes.
[buchi]
1.0.0a4 (2017-12-27)
--------------------
- Fix handling of styles when composing documents with different languages.
[buchi]
- Also add numberings referenced in styles.
[buchi]
- Avoid having multiple <w:abstractNum> elements for the same style.
[buchi]
- Restart first numbering of inserted documents
[buchi]
- Add support for anchored images.
[buchi]
- Handle referenced style ids that are not defined in styles.xml
[buchi]
- Remove header and footer references in paragraph properties.
[buchi]
1.0.0a3 (2017-11-22)
--------------------
- Make removal of property fields optional.
[buchi]
1.0.0a2 (2017-11-06)
--------------------
- Fix handling of footnotes containing hyperlinks.
[buchi]
- Add functionality to deal with custom document properties. Properties can be
updated and fields containing properties can be removed. When appending or
inserting documents their custom document properties get removed automatically.
[buchi]
1.0.0a1 (2017-09-13)
--------------------
- Initial release
[buchi]