Skip to content

Releases: Girilloid/libreoffice-file-converter

Release 3.2.0

27 Jan 13:43
Compare
Choose a tag to compare

3.2.0 (2025-01-27)

Features

  • Update type comments and cleanup (5a7a9db)

Release 3.1.1

14 Sep 15:24
Compare
Choose a tag to compare

3.1.1 (2024-09-14)

Bug Fixes

  • #9 Remove double quotes from args (6786bb7)

Release 3.1.0

13 Sep 08:55
Compare
Choose a tag to compare

3.1.0 (2024-09-13)

Features

Release 3.0.2

30 Aug 18:31
Compare
Choose a tag to compare

3.0.2 (2024-08-30)

Bug Fixes

  • #7 Fix incorrect resolving of processed file path when input path doesn't have an extension (0ed7c0a)

Release 3.0.0

22 Aug 08:02
Compare
Choose a tag to compare

3.0.0 (2024-08-22)

⚠ BREAKING CHANGES

  • convertBuffer, convertFile and convertStream are replaced with a single convert method

Features

  • Advanced conversion configuration (e1f79c9)

Bug Fixes

  • Get rid of structureClone for better compatibility with node < 17 (b3a0ae5)
  • Preserve dots in file name (c20e94b)
  • Use platform specific separator (8dc3cd7)
  • Use platform specific separator for path creation (f5bb4fe)

Release 2.3.4

08 Aug 09:00
Compare
Choose a tag to compare

2.3.4 (2024-08-08)

Bug Fixes

  • Preserve jsdoc comments in d.ts (1383f40)

Release 2.3.3

22 Jun 13:35
Compare
Choose a tag to compare

2.3.3 (2024-06-22)

Bug Fixes

  • Await cleanup only on exception (9da4857)

Release 2.3.2

16 Jun 18:08
Compare
Choose a tag to compare

2.3.2 (2024-06-16)

Bug Fixes

  • Better cleanup on error for stream operations (27682aa)

Release 2.3.1

16 Jun 17:46
Compare
Choose a tag to compare

2.3.1 (2024-06-16)

Bug Fixes

  • Cleanup temp dirs on error (258cf08)
  • LibreOffice configuration read error is recognized as a convert error (bb87baf)

Release 2.3.0

10 Jun 09:37
Compare
Choose a tag to compare

2.3.0 (2024-06-10)

Features

  • Additional soffice paths for linux (fcdb467)

Bug Fixes

  • Improved arguments passing (30c205a)