forked from 4teamwork/docxcompose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY.txt
263 lines (156 loc) · 5.02 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
Changelog
=========
1.3.5 (unreleased)
------------------
- Nothing changed yet.
1.3.4 (2021-12-20)
------------------
- Avoid IndexError when processing documents that have custom styled numbering definitions. [lonetwin]
1.3.3 (2021-08-12)
------------------
- Add support for Smart Art (fixes #23)
- Correctly handle mapped styles in restart_first_numbering. [njohner]
1.3.2 (2021-04-27)
------------------
- Make Doc Properties case-insensitive. [buchi]
1.3.1 (2021-01-13)
------------------
- Add support for complex fields with fieldname split into several runs. [njohner]
- Add support for date format switches. [njohner]
1.3.0 (2020-10-06)
------------------
- Support updating complex properties with no existing value. [deiferni]
1.2.0 (2020-07-13)
------------------
- Add method to nullify a docproperty. [deiferni]
1.1.2 (2020-06-11)
------------------
- Handle embedded images that also have an external reference.
[buchi]
- Fix renumbering of non-visual image and drawing properties.
[buchi]
1.1.1 (2020-05-04)
------------------
- Fix an issue with non-ascii binary_type docproperties. [deiferni]
1.1.0 (2020-04-07)
------------------
- Add support for updating docproperties in header and footer of documents. [deiferni]
1.0.2 (2019-09-09)
------------------
- Do not fail when complex field does not have a separate node. [njohner]
1.0.1 (2019-07-25)
------------------
- Correctly treat two complex fields in the same paragraph. [njohner]
- Correctly handle the case when a docproperty appears multiple time in a document. [njohner]
- Handle docproperties with extra space before or no quotes around the property name. [njohner]
1.0.0 (2019-06-13)
------------------
- Change license from GPL to MIT.
[buchi]
- Add support for adding, setting and deleting of doc properties.
[buchi]
1.0.0a17 (2019-04-25)
---------------------
- Add functionality to get and set content of plain text content controls
(structured document tags).
[buchi]
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]