Skip to content

Releases: cherfia/chromiumly

Release 3.6.1

20 Aug 08:45
Compare
Choose a tag to compare

3.6.1 (2024-08-20)

What's Changed

This version includes several development dependency updates.

Release 3.6.0

11 Jul 09:01
Compare
Choose a tag to compare

3.6.0 (2024-07-11)

Features

  • libre-office: add support to quality and maxImageResolution properties (a2384e0)

Release 3.5.0

04 Jul 09:46
Compare
Choose a tag to compare

3.5.0 (2024-07-04)

Features

  • libre-office: add support to new page properties introduces in Gotenberg version 8.8.0 (bb5e890)
Key Description Default
allowDuplicateFieldNames Specify whether multiple form fields exported are allowed to have the same field name. false
exportBookmarks Specify if bookmarks are exported to PDF. true
exportBookmarksToPdfDestination Specify that the bookmarks contained in the source LibreOffice file should be exported to the PDF file as Named Destination. false
exportPlaceholders Export the placeholders fields visual markings only. The exported placeholder is ineffective. false
exportNotes Specify if notes are exported to PDF. false
exportNotesPages Specify if notes pages are exported to PDF. Notes pages are available in Impress documents only. false
exportOnlyNotesPages Specify, if the form field exportNotesPages is set to true, if only notes pages are exported to PDF. false
exportNotesInMargin Specify if notes in margin are exported to PDF. false
convertOooTargetToPdfTarget Specify that the target documents with .od[tpgs] extension, will have that extension changed to .pdf when the link is exported to PDF. The source document remains untouched. false
exportLinksRelativeFsys Specify that the file system related hyperlinks (file:// protocol) present in the document will be exported as relative to the source document location. false
exportHiddenSlides Export, for LibreOffice Impress, slides that are not included in slide shows. false
skipEmptyPages Specify that automatically inserted empty pages are suppressed. This option is active only if storing Writer documents. false
addOriginalDocumentAsStream Specify that a stream is inserted to the PDF file which contains the original document for archiving purposes. false

What's Changed

Prevent unnecessary warnings during configuration loading for the config package.

Release 3.4.0

28 Jun 18:10
Compare
Choose a tag to compare

3.4.0 (2024-06-28)

Features

  • libre-office: add losslessImageCompression and reduceImageResolution properties (1b07f8d)
  • make config and dotenv optional (3261382)

Release 3.3.4

14 Jun 00:05
Compare
Choose a tag to compare

3.3.4 (2024-06-14)

Temporarily revert moving of config and dotenv to dependencies until a proper conditional configuration loading is implemented.

Release 3.3.2

13 Jun 22:22
Compare
Choose a tag to compare

3.3.2 (2024-06-13)

Bug Fixes

  • chromium: use correct authentication credentials (deb001c)

Release 3.3.1

06 Jun 17:27
Compare
Choose a tag to compare

3.3.1 (2024-06-06)

What's Changed

  • Ensure only compiled files are published to reduce package size.
  • Include several development dependency updates.

Release 3.3.0

03 Jun 15:35
Compare
Choose a tag to compare

3.3.0 (2024-06-03)

Features

  • add chromiumly configuration via code (fdbde2c)

Release 3.2.1

29 May 16:02
Compare
Choose a tag to compare

3.2.1 (2024-05-29)

What's Changed

This version includes several development dependency updates.

Release 3.2.0

27 Apr 18:30
Compare
Choose a tag to compare

3.2.0 (2024-04-27)

Features

  • chromium: add width, height and clip to screenshot route (4dbac55)