What's Changed * Fix an issue with using format specifiers in the rename template fixes 356 * Adds the Chocolatey package as a way to install ComicTagger by Xav83 in https://github.com/comictagger/comictagger/pull/355
New Contributors * Xav83 made their first contribution in https://github.com/comictagger/comictagger/pull/355
What's Changed Features * Add CommunityRating. by MichaelFitzurka in https://github.com/comictagger/comictagger/pull/277 * Add new filename parser by lordwelch in https://github.com/comictagger/comictagger/pull/288 * Add publisher and imprint handling by lordwelch in https://github.com/comictagger/comictagger/pull/133 * Word split partially fixes 176 by lordwelch in https://github.com/comictagger/comictagger/pull/193 * Add a literal search option by lordwelch in https://github.com/comictagger/comictagger/pull/311 * Remove empty tags versus clearing. by MichaelFitzurka in https://github.com/comictagger/comictagger/pull/279 * Add an updating log window to show the current log file lordwelch * Update the default rename template to the proper syntax lordwelch * Allow non-ascii in ComicVine searches by lordwelch in https://github.com/comictagger/comictagger/pull/321 * Allow changing the ComicVine url fixes 104 * Allow multiple types to be specified using -t fixes 24 * Add a message if a CBR/RAR file is opened and the rar application is not available fixes 92 and 38 * Improve volume handling by lordwelch in https://github.com/comictagger/comictagger/pull/303
Bugfixes * Update filerenamer by lordwelch in https://github.com/comictagger/comictagger/pull/285 * ComicTagger now accounts for any single unicode numeric value in issue strings (e.g. ¼) fixes 291 * Ensure that comics are properly removed when using remove_archive_list fixes 287 by lordwelch in https://github.com/comictagger/comictagger/pull/292 * Allow overwriting existing metadata fixes 224 by lordwelch in https://github.com/comictagger/comictagger/pull/294 * Fixing double page always flagging as modified by MichaelFitzurka in https://github.com/comictagger/comictagger/pull/302 * Fix a crash when saving tags with duplicate credits and give better errors when renaming fails (342) * Fix an issue when renaming files and metadata fields are empty 322
Code updates * Update build settings by lordwelch in https://github.com/comictagger/comictagger/pull/284 * Remove old file renamer by lordwelch in https://github.com/comictagger/comictagger/pull/280 * Remove utils.indent, python 3.9 provides a similar function by lordwelch in https://github.com/comictagger/comictagger/pull/286 * Cleanup ui files by lordwelch in https://github.com/comictagger/comictagger/pull/289 * Use argparse for CLI flags by lordwelch in https://github.com/comictagger/comictagger/pull/306 * Update GitHub Actions by lordwelch in https://github.com/comictagger/comictagger/pull/312 * Generalise cache db by mizaki in https://github.com/comictagger/comictagger/pull/323 * Ignore aspect ratio on background image by MichaelFitzurka in https://github.com/comictagger/comictagger/pull/328 * More consistent joining of API URLs (should address 345)
New Contributors * mizaki made their first contribution in https://github.com/comictagger/comictagger/pull/323