Releases: cherfia/chromiumly
Releases · cherfia/chromiumly
Release 3.6.1
Release 3.6.0
Release 3.5.0
3.5.0 (2024-07-04)
Features
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
Release 3.3.4
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
Release 3.3.1
3.3.1 (2024-06-06)
What's Changed
- Ensure only compiled files are published to reduce package size.
- Include several development dependency updates.