Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

A lot of enhancements to Authors pages, some QoL other spots

Compare
Choose a tag to compare
@scooterpsu scooterpsu released this 31 Mar 01:32
· 13 commits to master since this release

Since Comics are working great, I'm expanding some pieces for the Books module. This adds a new series.json for author bio pages.

This also adds some new options:
usePublicationRun - use publication_run dates from Mylar-created series.json
hideStoryTitles - clip Story Titles list from Mylar-created series.json description
uncommaAuthors - flip last,first into first last for author page listing

Also rather than removing all , now only the leading _ are clipped from names. This allows a check for " " to become ". " in calibre-named folder names.

Hopefully I encapsulated all of these changes so I didn't break anything.

Also this updates to the latest jquery, GitHub has been telling me there's a vulnerability in the version I was using. Though there being no forms means the only worry would be my code anyways.