v0.3.4
Version 0.3.4 adds some bug fixes and missing functionality to the Python code hooks.
To update to 0.3.4
From 0.2.3 or earlier
Follow the instructions for upgrading to 0.3.0 in the previous release.
From 0.3.0 or later
Assuming you haven't changed anything in your src/
directory or .github/workflows/main.yaml
file that you want to keep, follow the steps below to update to 0.3.4:
- Download the
comic_git.zip
file attached to this release, in theAssets
section underneath the Release Notes below. - Delete your existing
src/
and.github/
directories and everything in them. - Unzip
comic_git.zip
into your repository, replacing the deleted directories. - Delete the
Transcripts folder =
option from your comic_info.ini file. See the documentation for the Transcripts section of your comic_info.ini file for more information.
If you have any trouble trouble upgrading, please don't hesitate to reach out for help on our Discord server at https://discord.gg/zmdHGXB
Release Notes
Improvements
- Added
preprocess
andpostprocess
code hooks. See Code Hooks for more information. - Added support for installing third-party libraries used by code hooks.
Bug Fixes
- Fixed bug where code hooks could not be loaded when comic_git was run in GitHub.