Skip to content

Releases: Szwendacz99/BookStack-Python-exporter

v1.5.2

29 Jul 15:26
6684bc3
Compare
Choose a tag to compare

Release fixing images download, when image gallery contains broken linkgs (for example due to changing the domain/host of the BookStack instance)

  • added flag --skip-broken-image-links

What's Changed

  • add option for skipping download of images with broken url by @Szwendacz99 in #13

Full Changelog: v1.5.1...v1.5.2

v1.5.1

13 Jul 12:44
Compare
Choose a tag to compare

Tested on bookstack v24.05.1

This is quick fix release to restore python versions from 3.6 to 3.10 compatibility

v1.5.0

13 Jul 12:07
Compare
Choose a tag to compare

Tested on bookstack v24.05.1

This release adds:

  • image exporting (--images)
    • all images from gallery are exported to dedicated directory in export path root, preserving their internal paths
  • markdown image tags updating (--markdown-images) (experimental)
    • same as --images but additionally will update markdown files to point to those local files. API does not provide a way to tell which images are currently on given page, therefore this is achieved in a tricky way, and can have some side effects, but generally it seem to work.