Skip to content

Releases: homeylab/bookstack-file-exporter

v1.3.1

06 Nov 11:02
54cc0e4
Compare
Choose a tag to compare

What's Changed

  • update readme for assest skip feature by @pchang388 in #48
  • create user provided output_path directory if not exists by @pchang388 in #49
  • make create output_path dir error catchable to allow for docker usage by @pchang388 in #50
  • minor fix on logging and output description by @pchang388 in #51
  • fix minor spacing issue on log message by @pchang388 in #52

Full Changelog: v1.3.0...v1.3.1

v1.3.0

06 Nov 08:31
c6c68a4
Compare
Choose a tag to compare

Highlights

  • Python version bumped to 3.13.0
  • All dependencies bumped to respective latest versions
  • If an API call to get an image/attachment or its metadata fails, the exporter will skip the asset and log the error. If using assets.modify_markdown option, the asset links in the document will be untouched and in its original form. All API calls are retried 3 times after initial failure.

What's Changed

  • Attempt to add logic to skip an image/attachment if API call fails by @pchang388 in #46

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Jul 07:33
2c385f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Jan 09:55
f72e3c9
Compare
Choose a tag to compare

New Features

  • Attachments can now be exported and placed in their respective attachments/{page}/ directory
  • Docker Image Tagging changes to better facilitate testing and GitHub actions
  • arm64 docker image support

Highlights

  • Reworked Asset (Image/Attachment) archiver modules for better reusability and readability

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

19 Dec 05:55
0ce5585
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Nov 07:34
1a192be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Nov 06:41
b9a0384
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v1.0.0

v0.0.3

22 Nov 01:26
e6fdcb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

08 Oct 04:59
9d4cd9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

04 Oct 09:52
8879f83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/homeylab/bookstack-file-exporter/commits/v0.0.1