Skip to content

v0.3.2

Compare
Choose a tag to compare
@ryanvilbrandt ryanvilbrandt released this 14 Sep 03:48
· 43 commits to working since this release

Version 0.3.2 contains some improvements tailored to support certain power users, and some bug fixes.

To update to 0.3.2

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 that you want to keep, follow the steps below to update to 0.3.2:

  1. Download the src.zip file attached to this release, in the Assets section underneath the Release Notes below.
  2. Delete your existing src/ directory and everything in it.
  3. Unzip src.zip into your repository, replacing the deleted src/ directory.
  4. 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 an optional "Show Uncategorized comics" option in the [Archive] section
  • Allowed transcripts to load from both the comic folder AND a separately defined transcripts folder. See the documentation for the Transcripts section of your comic_info.ini file for more information.
  • "before post text.txt" and "after post text.txt" can also be HTML files
  • Added support for same-height or same-width archive thumbnails that keep their aspect ratio
  • Added "scheduled_post_count" to the global template variables, so you can show off how far ahead of your buffer you are on your website
  • Added "content_base_dir" to the global template variables to support the infinite scroll bug fix
  • Added publish_all_comics command line option

Bug Fixes

  • Fixed issue where infinite scroll in extra comics would not properly load images
  • Don't crash if no comic folders are provided