Skip to content

Releases: qmuntal/opc

v0.7.12

01 Dec 11:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.11...v0.7.12

v0.7.11

01 Mar 20:01
Compare
Choose a tag to compare

⭐ Enhancement

  • Writer.Create now creates parts using CompressionNormal instead of CompressionNone

v0.7.10

26 Jan 08:27
Compare
Choose a tag to compare

⭐ Enhancement

  • Do not add application/xml content type by default

v0.7.9

04 Jan 11:30
26e1664
Compare
Choose a tag to compare

⭐ Enhancement

  • Improve Unicode support for part names
  • NormalizePartName is now in compliance with OPC spec

v0.7.8

29 Oct 16:04
Compare
Choose a tag to compare

🐛 Bugs

  • Fix infinite loop when generating new relationship IDs

v0.7.7

20 Oct 12:54
Compare
Choose a tag to compare

🐛 Bugs

  • Properly encode last part relationships

v0.7.6

20 Oct 12:11
c770491
Compare
Choose a tag to compare

⭐ Enhancements

  • Add NewWriterFromReader method #16

🐛 Bugs

  • Fix bug on incorrect relationship IDs generation #15

v0.7.5

18 Oct 19:10
b7acdd6
Compare
Choose a tag to compare
  • Support relative relationships starting without ./ #14
  • Support specifying CoreProperties relationship ID #13

v0.7.4

16 Oct 18:39
46d9569
Compare
Choose a tag to compare

🐛 Bugs

  • CoreProperties date attributes will be serialised with the xsi:type="dcterms:W3CDTF" attribute.
  • Writer is initialised with xml and rels content types as defaults.

v0.7.3

22 Jul 13:41
1daf83d
Compare
Choose a tag to compare

⭐️ Enhancements

  • Use four space indents when marshaling opc-owned files.