Releases: homeylab/bookstack-file-exporter
Releases · homeylab/bookstack-file-exporter
v1.3.1
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
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
What's Changed
- Update doc brief by @pchang388 in #40
- update readme for suggestion by @intrepidsilence by @pchang388 in #41
- bump python version to 3.12.4, update pkg depedencies to latest by @pchang388 in #42
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
- add arm64 docker image support by @pchang388 in #34
- Rework for attachments by @pchang388 in #36
- fix dockerfile image tag by @pchang388 in #37
- fix dockerfile image args by @pchang388 in #38
- fix release tag versioning for docker by @pchang388 in #39
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- update readme by @pchang388 in #29
- fixes #30 raised by @Snaptraks by @pchang388 in #32
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v0.0.3
What's Changed
- Export images by @pchang388 in #25
- remove inadvertent changes to makefile by @pchang388 in #26
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Dockerhub work by @pchang388 in #19
- fix dockerhub action by @pchang388 in #20
- fix dockerhub action by @pchang388 in #21
- use env var instead by @pchang388 in #22
- update docker build and docs by @pchang388 in #23
- Add housekeeping by @pchang388 in #24
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Init branch by @pchang388 in #1
- Wip branch by @pchang388 in #2
- add archiver local services by @pchang388 in #3
- initial code refactor by @pchang388 in #4
- rework classes and add minio support by @pchang388 in #5
- small clean up by @pchang388 in #6
- Clean up by @pchang388 in #7
- Share work by @pchang388 in #8
- fix workflow for release by @pchang388 in #9
- Release testing by @pchang388 in #10
- Release testing by @pchang388 in #11
- wip testing workflows by @pchang388 in #12
- Test release by @pchang388 in #13
- test by @pchang388 in #14
- Test release by @pchang388 in #15
- Test release by @pchang388 in #16
- wip by @pchang388 in #17
- fix tag and release naming by @pchang388 in #18
New Contributors
- @pchang388 made their first contribution in #1
Full Changelog: https://github.com/homeylab/bookstack-file-exporter/commits/v0.0.1