-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
34 lines (24 loc) · 913 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
33
Revision history for MsOffice-Word-Template
2.05 28.09.2024
- consistent licensing declarations : artistic 2 in all files
2.04 09.06.2024
- recommends GD, necessary for barcode generation in addition to Barcode::Code128
2.03 08.06.2024
- forgot dependency on Barcode::Code128
2.02 06.06.2024
- fix MANIFEST forgot one module in v2.01
2.01 06.06.2024
- support for inserting fragments from other .docx files
- tests for barcode generation
- refactoring : methods moved to the back-end class 'Engine'
- doc: highlighting help for LibreOffice users
2.0 01.05.2022
- general refactoring
- first support for barcodes
- entity encoding
1.02 28.03.2022
- support for bookmarks, hyperlinks and Word fields
1.01 11.01.2021
- Template Toolkit is no longer hardwired in; other templating systems
can be passed as parameters
1.0 13.12.2020 Initial release